abbhishek Posted July 31, 2007 Posted July 31, 2007 can any body tell me how can i start learning programming so that i could develop applications for windows i have only a basic knowledge of c programming . ORany suggested sites or any help.................please
IcemanND Posted July 31, 2007 Posted July 31, 2007 http://www.csharp-station.com/ has some good tutorials.
Stoic Joker Posted August 2, 2007 Posted August 2, 2007 http://www.codeproject.com/http://www.planetsourcecode.com/http://www.programmersheaven.com/
abbhishek Posted August 2, 2007 Author Posted August 2, 2007 hey quite a fast and very useful info guys...............would viust them for surelyyyyyyyy
neo Posted August 2, 2007 Posted August 2, 2007 You have basic knowledge of "C" then you can start programming in Visual Basic and Visual C # for Windows Programming.Go for help on MSDN
Stoic Joker Posted August 2, 2007 Posted August 2, 2007 Visual Basic?!? (Icky) I'd rather be horse whipped ... If he can already do basic C then go for (Pure Win32 API) C++, then you end up with tight fast code that you can drop anywhere and know it'll run. C# is nice if you need to do some thing large, complex, and in a hurry. But you're saddled with the (ever version specific) .NET runtime requirements (and its accompanying 50MB download) just to get the thing to run.You'll only try to do something quickly by tossing it on a network share, and running it on all workstations once before you realize what a pain C# can be.A. The .NET 3.0 (or 2.0) run-times are not a critical update ... so nobody will have them installed.B. The program won't run because it doesn't have permission to do so (e.g. code level security is built into the .NET run-times).C. The exact syntax to tell the %$^%^&% think it's OK to execute isn't real easy to remember Mainly because you're right in the middle of trying to get something else done ... That you were trying to do quickly for a reason...I used C# once to get something developed in a hurry, and it worked beautifully... Deployment however (see above...) went to hell in a handcart.I will never code in anything else but (completely runtime-less) Pure Win32 API C++ code ever again!
ajb2528 Posted August 7, 2007 Posted August 7, 2007 A. The .NET 3.0 (or 2.0) run-times are not a critical update ... so nobody will have them installed.Well, XP has Net2.0 Framework pre-installed and Vista has the Net3.0 runtime installed...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now