Click here to Skip to main content
15,892,059 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Garbage Collector Pin
Mark Churchill12-Mar-08 1:20
Mark Churchill12-Mar-08 1:20 
Generalclass from database table Pin
seanwright10-Mar-08 6:59
seanwright10-Mar-08 6:59 
GeneralRe: class from database table Pin
led mike10-Mar-08 7:03
led mike10-Mar-08 7:03 
GeneralRe: class from database table Pin
Scott Dorman10-Mar-08 7:23
professionalScott Dorman10-Mar-08 7:23 
GeneralRe: class from database table Pin
seanwright10-Mar-08 7:28
seanwright10-Mar-08 7:28 
GeneralRe: class from database table Pin
Scott Dorman10-Mar-08 7:44
professionalScott Dorman10-Mar-08 7:44 
GeneralRe: class from database table Pin
Pete O'Hanlon10-Mar-08 10:32
mvePete O'Hanlon10-Mar-08 10:32 
GeneralRe: class from database table Pin
Mark Churchill12-Mar-08 0:47
Mark Churchill12-Mar-08 0:47 
Generators are great until you modify the generated code, and then you are stuck maintaining it.

I, of course, recommend Diamond Binding[^] for an end-to-end ORM solution. We plug into VS, and are probably the fastest to get off the ground with. (Check the example section)

Subsonic use a build provider approach which is quite reasonable. Subsonic also provides some UI framework, which is either a blessing or a curse, depending on how you feel about separation of concerns.

NHibernate is great, but difficult to use. Diamond Binding uses NHibernate to do the heavy lifting behind the scenes.

But avoid code-generators like the plague, they tend to give you a very inflexible model, which can be difficult to extend.


GeneralConnected Vs. Disconnected Pin
CodingYoshi9-Mar-08 13:43
CodingYoshi9-Mar-08 13:43 
GeneralRe: Connected Vs. Disconnected Pin
Scott Dorman10-Mar-08 5:22
professionalScott Dorman10-Mar-08 5:22 
GeneralRe: Connected Vs. Disconnected Pin
Guffa11-Mar-08 8:11
Guffa11-Mar-08 8:11 
Generaloff right click in webform Pin
yogeshpan7-Mar-08 20:49
yogeshpan7-Mar-08 20:49 
GeneralWrong forum Pin
pmarfleet7-Mar-08 22:51
pmarfleet7-Mar-08 22:51 
General.NET 2.0 configuration Pin
usermans7-Mar-08 8:25
usermans7-Mar-08 8:25 
GeneralRe: .NET 2.0 configuration Pin
Paul Conrad7-Mar-08 15:20
professionalPaul Conrad7-Mar-08 15:20 
GeneralRe: .NET 2.0 configuration Pin
Syed Mehroz Alam8-Mar-08 5:59
Syed Mehroz Alam8-Mar-08 5:59 
GeneralLocalization Support in .Net Framework 2.0 [modified] Pin
Mushtaque Nizamani5-Mar-08 21:05
Mushtaque Nizamani5-Mar-08 21:05 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Robert Rohde6-Mar-08 1:29
Robert Rohde6-Mar-08 1:29 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Mushtaque Nizamani6-Mar-08 1:59
Mushtaque Nizamani6-Mar-08 1:59 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Robert Rohde6-Mar-08 9:08
Robert Rohde6-Mar-08 9:08 
GeneralUsing Mole V4.2 Pin
Jammer5-Mar-08 8:43
Jammer5-Mar-08 8:43 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 9:42
mvePete O'Hanlon5-Mar-08 9:42 
JokeRe: Using Mole V4.2 Pin
Jammer5-Mar-08 9:57
Jammer5-Mar-08 9:57 
GeneralRe: Using Mole V4.2 Pin
Jammer5-Mar-08 10:02
Jammer5-Mar-08 10:02 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 22:20
mvePete O'Hanlon5-Mar-08 22:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.