Microsoft just released the ASP.NET AJAX Framework Beta, go check it out!
Read More...
Lately it seems like Microsoft is really producing some great learning material and sites for all the great new technologies. Today I found out about .NET University.
Read More...
Can Google Code Search help hacker be even more efficient?
Read More...
I had a great time at the Richmond Code Camp this past weekend. Frank, Andy and the Virginia user group leaders did a pretty good job organizing the event. I gave three presentations, ASP.NET performance, Data Controls and URL ReWriting. The first two I have preseneted to TRINUG in the past year, so it was great to finally get to present the URLRewriting.
Read More...
Cross page postbacks are a great feature introduced with ASP.NET 2.0 that allows a developer to specify another page/form to submit the form. This gives us more control over our site and helps us get away from nasty data manangement coding on the backend side. This new feature howerver introduces the need to consistently access the controls from the previous page. I decided to write some wrappers to help with this functionality.
Read More...