Click here to Skip to main content
15,914,401 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: No experience, learning C# & WPF Pin
tim.gent@gmail.com30-Mar-10 12:49
tim.gent@gmail.com30-Mar-10 12:49 
GeneralRe: No experience, learning C# & WPF Pin
Parwej Ahamad30-Mar-10 17:13
professionalParwej Ahamad30-Mar-10 17:13 
GeneralRe: No experience, learning C# & WPF Pin
Pete O'Hanlon30-Mar-10 21:48
mvePete O'Hanlon30-Mar-10 21:48 
GeneralRe: No experience, learning C# & WPF Pin
Jammer1-Apr-10 14:17
Jammer1-Apr-10 14:17 
GeneralRe: No experience, learning C# & WPF Pin
Pete O'Hanlon2-Apr-10 10:02
mvePete O'Hanlon2-Apr-10 10:02 
GeneralRe: No experience, learning C# & WPF Pin
Jammer12-Apr-10 10:52
Jammer12-Apr-10 10:52 
GeneralRe: No experience, learning C# & WPF Pin
Jammer1-Apr-10 14:09
Jammer1-Apr-10 14:09 
GeneralRe: No experience, learning C# & WPF Pin
tim.gent@gmail.com2-Apr-10 0:22
tim.gent@gmail.com2-Apr-10 0:22 
I've got access to a full blown Visual Studio 2008 at work, along with SQL server 2008.

The aim, and approach from my manager (he's not a programmer) is to learn just as much as necessary to be able to do a reasonable job designing a new application. It's an internal application that is replacing a couple of horrific Access tools, and would only be used by less than 20 people in the UK, AUS, and USA.

The use of the tool is for Product Managers to be able to submit requests to load details of new products onto our CRM system. This will consist of a SQL Server back-end to hold details of the request. I believe there will be about 7 tables needed for details of the product and linked attributes, price lists, etc, and maybe one or 2 more for Lists of Values.

Some required features include:
- Multiple datagrids that must filter based on which record is selected above (I managed to do this but to be honest don't fully understand how it works)
- Combobox fields in the datagrid that are linked to the CRM system to retrieve available values
- Fields in datagrid to be read only depending on other database values
- Automatic validation of requests upon submission, returning list of problems found
- Hyperlinks in datagrids to take user to specified request
- Routed events will be needed to control elements of the UI (I've been using


The other half of the tool is for use by IS to actually load the products to the CRM. This will be done using comms. Due to the complexity of Siebel CRM whenever data is uploaded it is always via comms instead of directly with update statements. This is another thing I will have to learn to write.


The main difficulty I have is that when I find solutions I often find that I don't have the base level of understanding so can find it extremely difficult to follow people's suggestions! Also worth mentioning that one of the guys in development who has worked with WPF (though not with datagrids) has a couple of hours available per week to help me out with random questions, which can be very helpful.


My general tactic so far has been partly to focus on getting specific proof of concepts up and running that I know I'll need, and partly to slog through books to get an understanding of some of the more fundamental knowledge that generally helps when writing C#/.xaml.

I'm trying to arrange with the guy in dev to actually go through some practicals for some of this stuff, so I can hound him with questions and try to get a bit of a better understanding.


Any suggestions for how you guys picked this stuff up would be really helpful. Currently I feel like I'm a bit out on a limb being the first person to learn any C# in IS!

Cheers

Tim
GeneralRe: No experience, learning C# & WPF Pin
Jammer2-Apr-10 6:06
Jammer2-Apr-10 6:06 
QuestionMVVM Pin
DoctorMick30-Mar-10 4:30
DoctorMick30-Mar-10 4:30 
AnswerRe: MVVM Pin
Abhinav S30-Mar-10 4:42
Abhinav S30-Mar-10 4:42 
QuestionCustom user control binding Pin
Joe Rozario29-Mar-10 18:42
Joe Rozario29-Mar-10 18:42 
AnswerRe: Custom user control binding [modified] Pin
Parwej Ahamad30-Mar-10 3:46
professionalParwej Ahamad30-Mar-10 3:46 
GeneralRe: Custom user control binding Pin
Joe Rozario31-Mar-10 17:58
Joe Rozario31-Mar-10 17:58 
GeneralRe: Custom user control binding Pin
Parwej Ahamad31-Mar-10 18:16
professionalParwej Ahamad31-Mar-10 18:16 
GeneralRe: Custom user control binding Pin
Parwej Ahamad31-Mar-10 18:23
professionalParwej Ahamad31-Mar-10 18:23 
GeneralRe: Custom user control binding Pin
Parwej Ahamad31-Mar-10 18:55
professionalParwej Ahamad31-Mar-10 18:55 
GeneralRe: Custom user control binding Pin
Joe Rozario31-Mar-10 21:00
Joe Rozario31-Mar-10 21:00 
AnswerRe: Custom user control binding Pin
Super Lloyd31-Mar-10 18:09
Super Lloyd31-Mar-10 18:09 
QuestionStrange window is shown every time i save a silverlight project Pin
jonatan_55629-Mar-10 0:51
jonatan_55629-Mar-10 0:51 
AnswerRe: Strange window is shown every time i save a silverlight project Pin
Abhinav S29-Mar-10 7:12
Abhinav S29-Mar-10 7:12 
GeneralRe: Strange window is shown every time i save a silverlight project Pin
jonatan_55629-Mar-10 22:27
jonatan_55629-Mar-10 22:27 
GeneralRe: Strange window is shown every time i save a silverlight project Pin
Abhinav S30-Mar-10 3:52
Abhinav S30-Mar-10 3:52 
QuestionTo generate Text boxes, Combo boxes, IP Address controls at runtime Pin
luckyshah29-Mar-10 0:32
luckyshah29-Mar-10 0:32 
AnswerRe: To generate Text boxes, Combo boxes, IP Address controls at runtime [modified] Pin
Parwej Ahamad29-Mar-10 9:49
professionalParwej Ahamad29-Mar-10 9:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.