I'm working on a project to syndicate library content with RSS.... and learn .NET, C#, and AJAX

Friday, June 8, 2007

Things I learned today: C#, ASP.NET

I went back over some of the abstract concepts of C# that were not clear to me...

  • Local and Instance variables (turned out just to be what I call 'scoping')
  • overloading Methods (awesome)
  • passing parameters by value, by reference, and with 'out'

Also, I went through some of Programming ASP.NET's "advanced controls" and other exercises:

  • MultiView and Views
  • the Calendar object
  • Session State

Finally, I made my first AJAX application -- the simplest one on the AJAX ASP.NET site. Nice video, Scott Gu.

No comments: