Don't like ads? PRO users don't see any ads ;-)
Guest

Learning C Sharp

By: waterapple on Jun 22nd, 2012  |  syntax: None  |  size: 0.54 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. This is where I'm putting things related to learning C# for easy access and sharing.
  2.  
  3. ---
  4. Free version of Visual Studio from microsoft:
  5. http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express
  6. ---
  7. Tutorials from microsoft:
  8. http://msdn.microsoft.com/en-us/vstudio/bb798022
  9.  
  10. "Create a maze" tutorial from the above:
  11. http://msdn.microsoft.com/en-us/library/dd492162
  12. ---
  13. Basic regex example:
  14. http://www.dotnetperls.com/regex
  15. ---
  16. Series of video tutorials:
  17. http://www.programmingvideotutorials.com/csharp/csharp-introduction
  18. ---