Want to make a good C# window Application
-
Hi Friends I want to make a project in C# so that i can get the practical knowledge of the basic features as well as the advanced features of the C#. Please if any one knows from which site i can have the idea of the project. Im in Software field and have experience in C++,C,C#,VC++. Any help is most appreciated. Naveen Naveen
-
Hi Friends I want to make a project in C# so that i can get the practical knowledge of the basic features as well as the advanced features of the C#. Please if any one knows from which site i can have the idea of the project. Im in Software field and have experience in C++,C,C#,VC++. Any help is most appreciated. Naveen Naveen
Um...how about this one? CodeProject overs thousands of articles in many different languages. Go to the homepage and browse the categories that are applicable to what you want to learn.
Microsoft MVP, Visual C# My Articles
-
Um...how about this one? CodeProject overs thousands of articles in many different languages. Go to the homepage and browse the categories that are applicable to what you want to learn.
Microsoft MVP, Visual C# My Articles
Thanx a lot Heath. Actually i want a topic on which i can make a project. In Code project the projects are already made. Please help me in this. As you have been managing lots of projects u sure would be having the idea of the project that i must do. Waiting Naveen Naveen
-
Thanx a lot Heath. Actually i want a topic on which i can make a project. In Code project the projects are already made. Please help me in this. As you have been managing lots of projects u sure would be having the idea of the project that i must do. Waiting Naveen Naveen
Do you think every project in this world is unique? Hardly. Find a project that looks interesting - maybe a few - and code something similar (I didn't say to copy their source). This way, you have reference while you learn but above all else, be sure to read through the .NET Framework SDK. This is like some simple calculator you can fumble through to learn - it is an advanced framework that requires reading otherwise you're nothing more than a coder, and anyone can simply write code.
Microsoft MVP, Visual C# My Articles