|
|
akcoder
Stories submitted by akcoder
|
|
published 4 months, 17 days ago, submitted by
akcoder
4 months, 17 days ago
orand.blogspot.com — LINQPad is like Query Analyzer for LINQ queries. Out of the box it does LINQ to SQL, LINQ to Objects, and LINQ to XML. Wouldn't it be nice if it did LINQ to NHibernate as well? Here's how. The setup process is a bit tedious, but you only need to do it once. read more...
add a comment
|
category: C# | Views: 12
|
|
tags:
NHIbernate, LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 9 days ago, submitted by
akcoder
9 months, 9 days ago
milkcarton.com — How to remove all the code thats irrelevant to what your trying to do, to make your code base easier to grok. read more...
|
|
tags:
C#, AOP, Architecture, DanMorphis | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
akcoder
1 year, 3 months ago
milkcarton.com — If you've ever tried to find a particular file or project in a 36 project solution when many projects and folders are expanded, then you know how fustrating it can be. After putting up with it for over a year, I finally asked a co-worker of mine if he knew of a way to quickly jump to a particular project in Visual Studio. He reminded me that Visual Studio has excellent macro support. read more...
2 comments
|
category: Visual Studio | Views: 1
|
|
tags:
Macros, DanMorphis, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
akcoder
1 year, 7 months ago
milkcarton.com — I've started work on the search piece of our application. Searching (no pun intended) for some inspiration on how users might want to search within our application, I brought up the current WinForms version, and then the ASP.NET version.
I realized that we need to make searching easier in WinForms client, currently when searching for a patient in our WinForms client, you are presented with a separate text box for first name, last name, SSN, date of birth, and health record number. Our ASP.NET client presents just one text box to search all of those fields. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
NHIbernate, CustomAttributes, DanMorphis, C#, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
akcoder
1 year, 7 months ago
milkcarton.com — We are in the midst of doing a total rewrite of our Software, and one of the things that has come up is date and time. How do we do it, how do we store it, and how do we ensure that we can compare DateTime from one timezone to DateTime in another timezone. After a lot of research, we settled on using UTC (or UCT depending on your preference). FxCop will take care of ensuring we use UTC (for the most part), or so we thought... read more...
4 comments
|
category: C# | Views: 8
|
|
tags:
ORM, NHIbernate, DanMorphis, DateTime, UTC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
akcoder
1 year, 8 months ago
milkcarton.com — Often times when you’re developing an application, there is a one-to-one mapping between your domain model (object model) and your database schema. Doing it this way often times makes it easier to wrap your head around everything going on in your app. But this isn’t always the right way to do things.
read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
DanMorphis, UserTypes, NHIbernate, C#, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
akcoder
1 year, 8 months ago
orand.blogspot.com — Today one of my coworkers mentioned all the little NHibernate enum mapping turd classes that were accumulating in our data access layer. See this post for more details on how it works and why you would want to do this. I wondered aloud if generics could be used to eliminate this waste of disk space. A few minutes later, this is what we came up with. read more...
add a comment
|
category: C# | Views: 37
|
|
tags:
Generics, NHIbernate, C#, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|