MHamilton

Stories kicked by MHamilton

AddItem Extension Method for CheckBoxList, DropDownList, ListBox(codeforeternity.com)

submitted by xtremebizxtremebiz(575) 4 years ago

Just 1 AddItem extension method which works for 5 controls to make the code a lot simpler and cleaner :-) Cheers to object inheritance and cheers to Extension Methods ;-) read more...

1 comment |category: |Views: 95

tags: another

Config File Options for Multiple Devs(devlicio.us)

submitted by MHamiltonMHamilton(170) 4 years, 1 month ago

A post covering several options to deal with application config files when multiple developers are working on same project. read more...

add a comment |category: |Views: 2

tags: another

Implementing Interfaces: ICloneable and IComparable(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 2 months ago

A friend of mine was showing me about some common interfaces and some good use cases for them the other day. A discussion arose of how to accurately create a deep copy of an object and the best way to go about it. Shortly after that discussion we got into the Sort() method and how to dictate how that method will sort your objects. This is when he spilled into telling me all about these common interfaces. read more...

1 comment |category: |Views: 63

tags: another

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

New BlogEngine.NET Extension - Toolbox(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 3 months ago

For years I have found useful tools & tricks from online collections of links and resources and I recently decided I wanted to be able to easily do this in BlogEngine.NET. Much like the QuickerLinks extension from ckincincy I envisioned collecting my links in one centralized area and being able to easily distribute them through posts. However, I also had a few other features in mind... read more...

add a comment |category: |Views: 16

tags: another

WCSF demo screen cast(codebetter.com)

submitted by MHamiltonMHamilton(170) 4 years, 4 months ago

a screen cast demoing some items of the WCSF read more...

add a comment |category: |Views: 56

tags: another

A number of annoying Visual Studio 2008 ASP.NET realated Bugs(west-wind.com)

submitted by MHamiltonMHamilton(170) 4 years, 4 months ago

We found the first bug listed here at work as well. read more...

add a comment |category: |Views: 2

tags: another

ASP.Net MVC Framework Part 1(weblogs.asp.net)

submitted by isuttleisuttle(1140) 4 years, 6 months ago

Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. read more...

4 comments |category: |Views: 32

tags: another

The Gospel of the GUID - And Why It Matters!(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 4 years, 6 months ago

There is only one commandment in the Gospel of the GUID: Thou shalt always use a GUID to uniquely identify a row in a table. read more...

20 comments |category: |Views: 20

tags: another

Using Embedded Resources for HTML EMail Templates(devlicio.us)

submitted by billybilly(410) 4 years, 7 months ago

Most web applications need to send out email for a variety of purposes, right? I like to use email as a sort of extended user interface - allowing entry points to let the user conveniently do work by getting an email and clicking on a link. I've struggled for a while with a good way of managing email templates to use in my applications. Here's a good method that simplifies the process of templating. read more...

add a comment |category: |Views: 63

tags: another

Keeping Pulse on Your Site With ASP.NET 2.0 Health Monitoring(aspnetresources.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 7 months ago

One of the best, yet often overlooked, features of ASP.NET 2.0 is health monitoring. When it is absolutely essential to be notified of any problems with your web application, and this is where health monitoring comes in handy. read more...

add a comment |category: |Views: 10

tags: another

15+ Free Visual Studio Add-Ins(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 8 months ago

After some extensive researching (Googling), I’ve compiled this list of 15+ FREE Add-ins for Visual Studio 2005. Some of these add-ins will help improve the quality of your code, while others will help you code faster, however, none are guaranteed to help you get with the ladies. read more...

3 comments |category: |Views: 228

tags: another

The Power of the Predicate<T>(randypatterson.com)

submitted by jsmithjsmith(160) 4 years, 8 months ago

The very flexible generic collection List<T> contains several methods that take a predicate as it's parameter. Coupled with Anonymous Methods this provides powerfully concise code for filtering, searching and sorting your collections. read more...

1 comment |category: |Views: 262

tags: another

Gotcha Don't use xhtmlconformance mode "legacy" with asp.net ajax(weblogs.asp.net)

submitted by MHamiltonMHamilton(170) 4 years, 8 months ago

A quick post on one of the gotchas you can run into adding AJAX to an existing ASP.net application. read more...

add a comment |category: |Views: 60

tags: another

SQL Server: The proper and fastest way to check if rows exist(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

Simple yet very underused way to check if rows matching a condition exist. read more...

add a comment |category: |Views: 63

tags: another