Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

ASP .NET Kick Start Review by PJY

Good intro with exceptions

This is a good introduction into .Net and it gets deep into abilities so it will be a good reference. The only criticism I have is the author's overuse of Visual Studio objects. While they work fine in simple applications, programmatically building your objects (rather than dropping them onto your application) gives you much more control and speeds up program execution. It would have been beneficial if he would have showed both processes (object and programming based) instead of only the simple approach. However, it is still a good intro and I would recommend it.