JGregory

Stories submitted by JGregory

Docu - Simple doc gen for .Net(blog.jagregory.com)

submitted by JGregoryJGregory(375) 3 years, 2 months ago

A documentation generator for .Net that isn't complicated, awkward, or difficult to use. Given an assembly and the XML that's generated by Visual Studio, docu can produce an entire website of documentation with a single command. Still in Alpha, but worth a look. read more...

add a comment |category: |Views: 5

tags: another

GetFileName NAnt task(blog.jagregory.com)

submitted by JGregoryJGregory(375) 4 years, 2 months ago

NAnt task for getting the filename of a file in a specific directory, based on creation date, last modified date etc... I'm using it for finding the latest database backup in a directory. read more...

add a comment |category: |Views: 20

tags: another

DeleGrid: Pagination for the delegates(blog.jagregory.com)

submitted by JGregoryJGregory(375) 4 years, 5 months ago

A GridView derived ASP.Net control that delegates data-retrieval back to the developer, so they have full control over what data is displayed per-page of the grid. This means you can write your pagination in something like NHibernate, and not have to worry about polluting your presentation with data knowledge. read more...

add a comment |category: |Views: 15

tags: another

My Favorite (Visual Studio) Keyboard Shorctuts(devlicio.us)

submitted by JGregoryJGregory(375) 4 years, 7 months ago

Christopher Bennage's favorite visual studio and resharper keyboard shortcuts. read more...

add a comment |category: |Views: 5

tags: another

Getting with it: Test-Driven Development(blog.jagregory.com)

submitted by JGregoryJGregory(375) 4 years, 10 months ago

Introduction to Test-Driven Development, from a developer who should have learnt sooner. read more...

1 comment |category: |Views: 11

tags: another

SubSonic: Move to Subversion is now complete(blog.wekeroad.com)

submitted by JGregoryJGregory(375) 5 years ago

SubSonic has now been successfully moved to Google Code, and thus Subversion source control. read more...

add a comment |category: |Views: 9

tags: another

Uncrippling Windows XP's IIS 5.1(codinghorror.com)

submitted by JGregoryJGregory(375) 6 years, 1 month ago

Windows XP's IIS 5.1 is thoroughly crippled out of the box. It allows only one root website, and a maximum of ten concurrent connections to that website. Microsoft really, really doesn't want us hosting slashdot.org on our XP Pro box. These limits are so aggressive that they can get in the way of legitimate localhost development. But there are workarounds. read more...

add a comment |category: |Views: 21

tags: another

ASP.Net ClientIDs and their JavaScript companion(blog.jagregory.com)

submitted by JGregoryJGregory(375) 6 years, 1 month ago

A small component that is designed to bridge the gap between the element IDs you'd expect to use within your JavaScript and the actual IDs that are rendered by ASP.Net; providing you with the ability to program JavaScript as you always have, without having to make any extra considerations for ASP.Net's ID conflict aversion methods. read more...

add a comment |category: |Views: 12

tags: another