January 2008 - Posts

1
Comments

Book Review: Build Your Own ASP.NET 2.0 Web Site Using C# & VB, 2nd Edition by CompiledMonkey

Over the last few weeks I've been working on finishing the latest book from SitePoint on ASP.NET, " Build Your Own ASP.NET 2.0 Web Site Using C# & VB, 2nd Edition ".  The authors did a great job on this book.  It's fit for a beginner...
Filed under: ,
5
Comments

Book Review: ASP.NET Data Presentation Controls Essentials by CompiledMonkey

Not long ago I received an email from someone at Packt Publishing asking if I would review their latest ASP.NET book.  I gladly accepted as this is something I'd like to do more of.  I have another book on my bedside table waiting for a review...
Filed under: ,
41
Comments

Strongly-Typed Session in ASP.NET by CompiledMonkey

Session state is a very useful tool for an ASP.NET developer. I use the Session object in every project. I use it to store information related to the current user that I need quick access to throughout their visit. It's important not to overuse the Session...
7
Comments

Microsoft ASP.NET MVC by CompiledMonkey

By now we've nearly all heard of the ASP.NET MVC framework available in CTP form. The Model View Controller architecture has been around for quite some time but more popularly in the desktop world. Java has seen its share of MVC web frameworks over the...
Filed under: ,
More Posts