ABT C#
-
-
Hi i am new to the world of C# and previously have worked on C++ and C. i have made certain applications using c# but i am not confident on it. Whats the Best way to do learn c# in shortest time? PLz help :((:confused::confused: Thanks Sankalp Verma
Since you already have a grasp on C++, C# is mostly going to be a search for the correcet namespace. I would recommend a book from Wrox or OReilly on your subject of choice. Keep in mind that Windows (Winforms) and ASP.NET as very different animals. Same syntax, just many different namespaces.
-
Since you already have a grasp on C++, C# is mostly going to be a search for the correcet namespace. I would recommend a book from Wrox or OReilly on your subject of choice. Keep in mind that Windows (Winforms) and ASP.NET as very different animals. Same syntax, just many different namespaces.
Thnaks for that idea but there are hell of things in C# like WMI , web based applications ADO.Net ADSI etc and its hee that i get confused that what shall i do? My main work area is Networking and we need to write script files based on windows.can you tell me is C# the best language to do so or shall i go for WSH or VBS????? Sankalp Verma
-
Thnaks for that idea but there are hell of things in C# like WMI , web based applications ADO.Net ADSI etc and its hee that i get confused that what shall i do? My main work area is Networking and we need to write script files based on windows.can you tell me is C# the best language to do so or shall i go for WSH or VBS????? Sankalp Verma
I may be wrong, but I believe most networking is done in VBS. There are several articles here that may help you in c# or C++: http://www.codeproject.com/cs/system/cstcpipwmi.asp http://www.codeproject.com/dotnet/adduseracetofile.asp http://www.codeproject.com/w2k/adsiuserdmo.asp
-
Hi i am new to the world of C# and previously have worked on C++ and C. i have made certain applications using c# but i am not confident on it. Whats the Best way to do learn c# in shortest time? PLz help :((:confused::confused: Thanks Sankalp Verma
For finding equivalents to the Win 32 API this may help: Microsoft Win32 to Microsoft .NET Framework API Map[^] Jesse Liberty's Programming C# is pretty good for ex-C/C++ developers. Also see his C++ -> C#: What You Need to Know to Move from C++ to C#[^]
Kevin
-
Hi i am new to the world of C# and previously have worked on C++ and C. i have made certain applications using c# but i am not confident on it. Whats the Best way to do learn c# in shortest time? PLz help :((:confused::confused: Thanks Sankalp Verma
Apart from the links in my other post see here: http://samples.gotdotnet.com/quickstart/[^]
Kevin
-
Hi i am new to the world of C# and previously have worked on C++ and C. i have made certain applications using c# but i am not confident on it. Whats the Best way to do learn c# in shortest time? PLz help :((:confused::confused: Thanks Sankalp Verma
hi verma, we r sailing in the same boat. i am also new to C#. it is better to do some sample appliations which are related to real time applications. and work practically each and every concept of C#. already u r into C++ (into Object oriented Programming), so u should not worry much about C#. i saw one site,and felt to good for one who is new to C#. it is csharp-station.com.go thru the each and every lession in the Tutorial. and work on their samples. this site(i mean www.codeproject.com) is also very usefll for us. in General C# sections, u will find C# Samples. they are really good to learn C# coding standards. all the best, rahi