Mike Diehl's WebLog
Much aBlog about nothing...
-
Typed Dataset Annotations
Shawn Wildermuth has a great blog entry on annotations in your XSD that affects the code generation in typed datasets. Fabulous stuff, especially the null value handling!
-
Service Oriented Architecture
Udi Dahan, the “Software Simplist” has recently commented on my questions about shared/static methods. Today he added a blog entry on “How to do SOA?”
-
ASP.NET application and Internet Explorer cache settings
I built an ASP.NET application that has a number of query criteria fields that the user enters data in, then clicks the Go button to postback to the server to fill a grid.
-
static/Shared methods
One of my co-workers is designing an enterprise software architecture and is finding that most of the method calls in classes that form the Business Facade layer are stateless. He is proposing, then, to use Shared methods (in VB.NET, or static methods in C#) as a coding standard.
-
ThinkGeek.Com has an RSS feed!
ThinkGeek.Com has a "What's New" RSS feed.
-
Roy Osherove's ASP.NET Plug-in Framework
http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/pluginframework.asp
-
Fixing Access app <rant>
This week I am working on bug fixes for an Access/SQL database application, for a new client. This application was written by a different consultant, and I hope I never meet this person.
-
Asynchronous Design Patterns
I'm learning about asynchronous design patterns in .NET and found David Hills article.
-
Compiler Guy posting...
Jon Caves, compiler guy for Microsoft, has moved his blog onto weblogs.asp.net and I saw his first few posts on the main feed tonight.
-
MSDN Bigger Better Basic
Joel and I had some fun yesterday doing the MSDN roadshow. I was his demo Code Monkey, since he doesn't (can't?) code much anymore.