Extension to IBlogThis
Greg Reinacker and Simon Fell are proposing a new interface to extend IBlogThis… public interface IBlogIt : IBlogThis { // Display configuration dialog to user, if applicable void Configur...
Greg Reinacker and Simon Fell are proposing a new interface to extend IBlogThis… public interface IBlogIt : IBlogThis { // Display configuration dialog to user, if applicable void Configur...
I just want to share some things that I have learned while fighting with getting an XML fragment to deserialize into a CollectionBase derived object. What a nightmare! The XML fragment is similar ...
Shawn Van Ness had a great post a while back about not subscribing to your own events, because of the unnecessary havoc that it can wreak on your code. Wouldn’t it be nice if you could customize t...
Continuing on my previously stated goal of giving back to the development community from which I have received so much, I have submitted another article to codeproject.com. The article details an ...
So, earlier this evening, a friend points me at this utility called OlyMars. Quoting from their homepage: SQL Server Centric .NET Code Generator (code named OlyMars) is both a flexible and pow...
So, I installed the Microsoft Baseline Security Analyzer. One of the biggest points that it makes is that the IIS lockdown tool is not installed. So, I go grab this tool, and run it. Everything ap...
One of my goals for the new year was to contribute more to the development community. One way that I determined I could contribute was to author articles to provide insight on how to accomplish cer...
If you’re company works with software developers, you may want to read this article. It may just save your company.
Today I had an breakthrough in designing web applications. I had kind of resigned myself to the fact that ASP.NET was rather inflexible to design via VS.NET. Then today, I finally realized the pow...
If you’ve ever seen the web.config file that ASP.NET uses, and thought, “Wow, I’m so glad they configure things that way, in this nice, easy-to-use XML file. Wish I could do that!” then you should ...