when u need to learn C#
--------------------------
ok about basics. there are unlimited facts about a language .. just make sure that you practically know Inheritance, Abstract Class, Interface, Virtual members, Abstract Members,
Loop conditions(for loop, while loop, foreach loop, do while loop),
If Else statement, Switch Case Statement,
What are TYPEs, Enumeration,
variable declaration,
Delegates, Events,
Generics,
Linq, primitive types(i.e char, bool, string, int, long, float, double, decimal etc etc),
operators(i.e +, -, =, ++, -- etc etc ) ,
comparison operators(=, <, >, <>, !, !=, <=, >= etc etc) , custom types(like your own classes, enums, delegates),
basic string manipulation(i.e take substring, count characters, iterate character by character, joining etc ), using collections(Array, List, HashTable, array list), iterating over a collection, finding data.
What's up!
Friday, November 26, 2010
C# Training Milestones
Wednesday, November 3, 2010
Development Training Resources
Gegs of Computer sciences EBooks
http://gigapedia.com/
No limit videos on asp.net basic to professional
http://www.asp.net/web-forms/fundamentals
Tons and tons of official microsoft videos on ADO.NET
http://www.asp.net/web-forms/data
Tons on AJAX
http://www.asp.net/web-forms/ajax
18 parts training on asp.net membership
http://www.4guysfromrolla.com/articles/120705-1.aspx
Configuration Overview: ASP.NET
http://www.codeproject.com/KB/server-management/websitecofig.aspx
10 Parts - Step by step ASP.NET MVC
http://www.asp.net/mvc/tutorials/mvc-music-store-part-1
(Change the parts to like part-1 then part-2 then part-3 in the URL above, do until 10th)
Getting started with MVC
http://www.asp.net/mvc/tutorials/getting-started-with-mvc-part1
(Change the parts to like part1 then part2 then part3 in the URL above, do until 8th)
Blog of the ASP.NET Senior Program Manager(All news come from there)
http://www.hanselman.com/blog/
Official MSDN:: Beginner Developer Learning Center
http://msdn.microsoft.com/en-us/beginner/default.aspx
75+ Videos C# Training(Youtube playlist)
http://www.youtube.com/view_play_list?p=13141D4688033C31&playnext=1&v=wMczD6PNgWo
XTraining-100+Videos on Development in .NET(Youtube playlist)
http://www.youtube.com/view_play_list?p=54962562E04A58D2&playnext=1&v=nrNF0LO2GOM
Geek - Powerful videos on differenet aspects of development
http://www.youtube.com/view_play_list?p=76107D2DB55C4DCA&playnext=1&v=5GQ-3JW-snc
MSDN Resource Point on C#
http://msdn.microsoft.com/en-us/vcsharp/aa336766.aspx
http://www.microsoft.com/events/series/msdnvisualcsharp.aspx
C# Corner Resource Center
http://www.c-sharpcorner.com/Beginners/
C# 4.0 by CsharpKey
http://www.csharpkey.com/csharp/index.htm
Top 19 C# Tutorial Videos on youtube
http://www.intelligentedu.com/blogs/post/best_new_training_sites/3710/top-19-c-tutorial-videos-on-youtube
MSDN How do I video series on C#
http://msdn.microsoft.com/en-us/vcsharp/bb798022.aspx
How Do I? Videos for Visual Studio 2010
http://msdn.microsoft.com/en-us/vstudio/ff459609.aspx
"How Do I?" Videos for Visual Studio 2008
http://msdn.microsoft.com/en-us/vstudio/bb507746.aspx
Official - Introduction to Web Application Projects
http://msdn.microsoft.com/en-us/library/aa730880%28VS.80%29.aspx
ASP.NET Open source website on CodePlex
http://aspnet.codeplex.com/
IIS7 Training Center
http://learn.iis.net/
Official - Famous Articles on C#
http://msdn.microsoft.com/en-US/library/ms391942%28v=VS.80%29.aspx
Official - Famous Articles on Visual Studio 2010
http://msdn.microsoft.com/en-US/library/ms391944%28v=VS.80%29.aspx