Chris Stewart's ASP.NET Blog
My experiences with ASP.NET
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 3.5
Architecture
ASP.NET
ASP.NET MVC
Book Review
C#
Cache
CodeCampServer
Dependency Injection
LINQ
LINQ to SQL
Manning
Mobile
Open Source
Session Management
Silverlight
TDD
Technical Editing
WCF
WPF
WWF
Navigation
Home
Blogs
Archives
May 2010 (1)
July 2009 (1)
September 2008 (3)
May 2008 (1)
April 2008 (1)
March 2008 (1)
February 2008 (5)
January 2008 (4)
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:
ASP.NET
,
Book Review
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:
ASP.NET
,
Book Review
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...
Filed under:
ASP.NET
,
Session Management
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:
ASP.NET MVC
,
ASP.NET
More Posts