Given the fractured state of the ALT.NET movement, some are calling for a set of "commandments" that set down once and for all what ALT.NET is all about. Is that really such a good idea?
Continue reading "Does ALT.NET Need a Dictator?"
Given the fractured state of the ALT.NET movement, some are calling for a set of "commandments" that set down once and for all what ALT.NET is all about. Is that really such a good idea?
Continue reading "Does ALT.NET Need a Dictator?"
Just a quick heads-up for you all, as I assume this may affect many readers of this blog.
It appears Microsoft made a boo-boo with a recent Windows Defender signature file that has made the ASP.NET Development Server stop working for many folks.
Continue reading "ASP.NET Development Server / Windows Defender Issue"
Need to check if a table exists in your SQL Server database before you do something with it? Here's a quick way to do that in both C# and VB.NET.
Continue reading "Check if a Table Exists in a SQL Server Database"
Resetting paging in a GridView is way easy. For a ListView, not so much. There's actually no such property as PageIndex with ListView, so we need to dig into the internals of the DataPager to perform this common task.
Continue reading "Resetting the Page Index in a ListView"