dstar01

Stories kicked by dstar01

Reducing Code Coupling - Inversion of Control(grantpalin.com)

submitted by grantpalingrantpalin(376) 2 years, 4 months ago

This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern. read more...

2 comments |category: |Views: 677

tags: another

Why Linq2NHibernate is not production ready(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 6 months ago

An opinion on why you shouldn't be using Linq2Nhibernate in production systems read more...

add a comment |category: |Views: 85

tags: another

Review of SubSonic 3 from a SubSonic 2.x user perspective(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 2 years, 9 months ago

A quick review of SubSonic 3.0.0.3 from the perspective of a developer who's implemented SubSonic 2.x on numerous projects. An overview of initial likes and dislikes and a little bit of code snippets to bring back 2.x functions missing from 3.0. read more...

4 comments |category: |Views: 578

tags: another

11 books for a .NET Summer reading list(codeclimber.net.nz)

submitted by javeryjavery(5523) 2 years, 9 months ago

A great list of books to read this summer (its almost over though so get to it) read more...

2 comments |category: |Views: 848

tags: another

Top 10 signs you've fallen into circular refactoring(devlicio.us)

submitted by DrWatsonDrWatson(690) 2 years, 9 months ago

How do you tell when you're being a victim of this variation of the premature optimization monster? Well, here's a start. read more...

add a comment |category: |Views: 339

tags: another

LINQ to SQL is NOT dead!(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 11 months ago

Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, “LINQ to SQL is dead!” A lot of people feel like they’re not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead. In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable<T> for tables instead of Table<T>, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you’re on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! read more...

2 comments |category: |Views: 501

tags: another

LINQ to SQL changes in .NET 4.0(damieng.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 11 months ago

What's fixed and breaking changes for LINQ to SQL in .NET 4.0 read more...

3 comments |category: |Views: 809

tags: another

The DataSet rant(sleeplesscoder.com)

submitted by larsmaehlumlarsmaehlum(30) 3 years ago

A small rant on the pain of DataSet read more...

add a comment |category: |Views: 15

tags: another

MIX09: ScottGu crazy keynote intro!!!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

ScottGu red polo mania gets MIX09 Keynote... read more...

add a comment |category: |Views: 13

tags: another

Is CSS all that Great?(steveciske.com)

submitted by stimulistimuli(105) 3 years, 2 months ago

Any developer that’s been around a while remembers the magic of table layouts. It was part of every tutorial on how to create a website. The days have changed and now we see a big push for CSS everywhere. CSS zealots are everywhere, almost as prolific and dedicated as Mac fans! But is CSS evangelism all it’s cracked up to be? read more...

2 comments |category: |Views: 13

tags: another

Remoting issues w/ auto properties(devlicio.us)

submitted by tehliketehlike(1000) 3 years, 2 months ago

In this post Derik Whittaker shows that how our friend automatic properties can lead to problems that are hard to detect. read more...

add a comment |category: |Views: 19

tags: another

Is Nick Stakenburg Bullying His Open-Source 'Competitor'(naspinski.net)

submitted by naspinskinaspinski(610) 3 years, 2 months ago

This is obviously a scare tactic used by a vendor to frighten a 'competitor' who is encroachinig on his sales. Nick (the vendor) is jarred by the fact that someone has released a comparable (better?) product that his and it is free. It behaves somewhat the same, so obviously it was copied... This is a serious issue, we can't let companies push around open-source with threats like this. read more...

2 comments |category: |Views: 454

tags: another

Updated DotNetKicks button(dscoduc.com)

submitted by anzeranzer(135) 3 years, 2 months ago

dotnet kick button read more...

1 comment |category: |Views: 248

tags: another

Awful Command Line Parsing API in .NET 4.0(tirania.org)

submitted by KhabaKhaba(125) 3 years, 3 months ago

Miguel de Icaza about System.Core's new System.Shell.CommandLine read more...

add a comment |category: |Views: 525

tags: another

Diving in NHibernate.Validator(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 3 months ago

Surfing in the NET, to find some NHibernate.Validator (NHV) example, I saw that there are various things not so clear about how NHV is working. In this post I’ll try to give you a more deep explication.... read more...

1 comment |category: |Views: 284

tags: another

Script to delete all data from Sql Server database(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 3 months ago

Sometimes while developing we have situations when earlier fill some dummy data in our database in earlier stages of development using some data generation tools such as RedGate Sql Data Generator or EMS Data Generator. Now its really hectic task if you want to remove all this data either for production, or testing with new database or experimenting yourself with some hand filled or manually filled values. This article gives you a script to do this. read more...

add a comment |category: |Views: 42

tags: another