Sign In
Mike Christensen: Web Dev Guy
Web Application development on the ASP.NET Framework
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Programming
ASP.NET
General
Internet Explorer
SharePoint
Archive
Archives
March 2008
(1)
May 2007
(1)
November 2006
(1)
September 2006
(2)
July 2006
(2)
June 2006
(4)
May 2006
(3)
April 2006
(5)
March 2006
(2)
April, 2006
MSDN Blogs
>
Mike Christensen: Web Dev Guy
>
April, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mike Christensen: Web Dev Guy
My thoughts on Monad, the new Windows command line shell
Posted
over 6 years ago
by
MSDNArchive
2
Comments
Today I decided to install Monad, the new command shell for Windows and I gotta say - this thing is awesome! It's pretty much the most confusing shell I've ever seen, but it combined everything I like from DOS, Bash, Amiga, and the Visual Studio "immediate...
Mike Christensen: Web Dev Guy
Templates - Part 2
Posted
over 6 years ago
by
MSDNArchive
4
Comments
In my last article, we talked about writing custom web controls that could render UI based on a template. Controls are able to parse properties between their opening and closing tags. These properties can set various public attributes of the control itself...
Mike Christensen: Web Dev Guy
Templates - Part 1
Posted
over 6 years ago
by
MSDNArchive
2
Comments
ASP.NET is, to perhaps oversimplify things, a template parser at heart. An HTTP Handler (anything that implements IHTTPHandler) can be configured to process HTTP web requests and render results for those requests back to the socket. This inferface is...
Mike Christensen: Web Dev Guy
Too many tiers? Writing efficient multi-tier web applications.
Posted
over 6 years ago
by
MSDNArchive
11
Comments
A while ago, we were all convinced that dividing our applications up into multiple tiers was the way to go. This was great because it allowed you to scale up the parts of your application that might represent a bottleneck, and have more control over what...
Mike Christensen: Web Dev Guy
My initial thoughts on "Indigo" (Windows Communication Foundation)
Posted
over 6 years ago
by
MSDNArchive
3
Comments
Recently, I took an extensive in-depth course on Indigo, Microsoft’s new platform for allowing applications to talk to each other easier. I’ve decided to write a blog on this topic, sharing what I’ve learned with others. Indigo is an attempt to...
Page 1 of 1 (5 items)