JGregory

Stories kicked 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

Fluent NHibernate new style mappings - powerful semantics(ang3lfir3.wordpress.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 2 months ago

So today I updated to the latest build of Fluent NHibernate. As any of you who might have done the same have discovered there are some breaking changes. I wasn’t sure I liked the new class based conventions at first, especially since it wasn’t clear at first how to tackle altering my mappings. Then it dawned on me how powerful the conventions would end up being while also promoting DRY. read more...

1 comment |category: |Views: 286

tags: another

Automatic/Convention-based mapping entities with Fluent NHibernate(blog.jagregory.com)

submitted by chadmyerschadmyers(840) 3 years, 4 months ago

James Gregory has a 4-part post on the "auto-mapping" features of Fluent NHibernate. Basically, Fluent NHibernate can automatically map most of your entities based on the conventions you specify and can apply other conventions such as table names, foreign-key constraint naming, etc. This is the first post of the 4, the others are linked as Trackbacks at the bottom. After reading these 4, you should have a better idea of how to get started using the conventional mapping features of Fluent NHibernate. read more...

add a comment |category: |Views: 310

tags: another

Golem .NET Build Tool: A Waste of time!?(tobinharris.com)

submitted by tobinharristobinharris(425) 3 years, 8 months ago

Golem the start of an idea for a .NET Build tool. But is it a waste of time compared to Rake, Psake, Boobs, MSBuild and NAnt? read more...

add a comment |category: |Views: 13

tags: another

Introducing Fluent NHibernate(blog.jagregory.com)

submitted by NotMyselfNotMyself(215) 3 years, 9 months ago

I’ve adopted a project from Jeremy Miller that I think has the potential to be a really useful tool. It’s called Fluent NHibernate, and it’s primarily a fluent API for mapping classes with NHibernate. read more...

add a comment |category: |Views: 43

tags: another

Skinning the Cat with Fluent NHibernate(iamnotmyself.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 9 months ago

As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries. read more...

add a comment |category: |Views: 328

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

Command Window(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

A brief introduction the the Command Window. read more...

1 comment |category: |Views: 14

tags: another

Retaining Good Developers - 10 Things To Keep Them Happy(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This is a great article. I just wish some of my previous employers would have done just a few of these things. I probably would have stuck around longer. read more...

6 comments |category: |Views: 161

tags: another

Free Professional Diff Tool from SourceGear(weblogs.asp.net)

submitted by wisemxwisemx(8074) 4 years, 4 months ago

DiffMerge is a polished product for side-by-side comparison (and merging) of files. It highlights changes within the lines and has many of configuration options. read more...

4 comments |category: |Views: 40

tags: another

The Myth of Stored Procedures Preference(bloggingabout.net)

submitted by adel83kadel83k(660) 4 years, 4 months ago

When looking to the Stored Proscedures debate, there is always those three factors you should measure by. read more...

add a comment |category: |Views: 12

tags: another

Making the jump back to Consulting(devlicio.us)

submitted by expressoexpresso(465) 4 years, 5 months ago

Deciding Factors Things to think about when deciding on your rate read more...

add a comment |category: |Views: 0

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

Programming is a Noble Profession, Be Proud, Be Strong(chadmyers.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 5 months ago

"No one will ever take you seriously unless you're willing to risk something to prove you're right." This post from Chad Myers hits the nail right on the head! read more...

19 comments |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

My new little friend, Enum<T>(devlicious.com)

submitted by bennagebennage(1150) 4 years, 8 months ago

Some description of a help class for working with Enumerations. read more...

2 comments |category: |Views: 46

tags: another