eschneider

Stories kicked by eschneider

Ora - Alternative to #region(coolthingoftheday.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

An interesting Visual Studio add-in for those who looking beyond regions for access/grouping. It’s kind of like the Class Diagram but on steroids * 10. And one of cooler things is that sample code is provided so you can add your own grouping. So you’re not tied to how the author decided to group the methods. Oh yeah, it works for VB projects too. read more...

add a comment |category: |Views: 634

tags: another

Why ASP.NET Developers Should Care about Windows Azure(stephenwalther.com)

submitted by JemmJemm(9604) 3 years, 4 months ago

"Even though I sat in the audience at the Microsoft Professional Developers Conference during the November keynote session when Azure was announced with great fanfare, I did not fully comprehend why Windows Azure should matter to me. Why, as an ASP.NET developer, should I care about Windows Azure?" read more...

add a comment |category: |Views: 499

tags: another

Why you should not use the ADO.NET Entity Framework(kindblad.com)

submitted by kindbladkindblad(270) 3 years, 4 months ago

Reasons to why the ADO.NET Entity Framework is not mature enough for real business application. read more...

3 comments |category: |Views: 942

tags: another

The Private Life of a Public API(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 5 months ago

Developing a public API on .NET is hard work, but it can be rewarding. Some reflections on the "Framework Design Guidelines" read more...

1 comment |category: |Views: 325

tags: another

Is it important to write good code? (weblogs.asp.net)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 7 months ago

Its not only important, its vital. read more...

3 comments |category: |Views: 488

tags: another

Measuring Programmers By Extra Hours (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 8 months ago

I am writing this article as a sequel to the Measuring Programming Progress By Lines Of Code article. Let me please talk about another common metric - measuring the amount of extra hours a software developer has done. read more...

add a comment |category: |Views: 456

tags: another

Comparing .NET DI (IoC) Frameworks, Part 1(blog.ashmind.com)

submitted by ashmindashmind(775) 3 years, 9 months ago

A first part of feature comparison between the most popular DI (IoC) Frameworks: Castle, Unity, Autofac, Ninject, StructureMap and Spring.Net. read more...

add a comment |category: |Views: 84

tags: another

Code review - The meaningless ritual(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

Most of the time code reviews are a meaningless ritual. Everybody pays lip service to the importance of code reviews and a lot of people, especially in the management, are convinced that code reviews very effectively reduce the number of shipped bugs. The problem is… most developers hate code reviews and avoid them like the plague. If they can’t avoid them, then they show up and act their part like in a play at the theater of the absurd. read more...

add a comment |category: |Views: 425

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

.Net 3.5 Changes as Seen from NDepends...(codebetter.com)

submitted by WidescreenWidescreen(105) 3 years, 9 months ago

Really interesting breakdown of the new 3.5 sp release. read more...

1 comment |category: |Views: 407

tags: another

How to run a software development company (INTO THE GROUND)(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 3 years, 9 months ago

The series will cover the things you *shouldn't* do if you hold some sort of managerial stake in a software project. Sadly these tales will be from my own personal experience working for companies that have drifted into disarray. These examples will be embellished somewhat to drive the points home, but by and large, everything you will read in these posts will be true. read more...

add a comment |category: |Views: 812

tags: another

Using objects or repository interface in constructor(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 10 months ago

The differences between passing in simple concrete objects or an interface in a constructor, and why the interface route is typically preferred. read more...

add a comment |category: |Views: 255

tags: another

DNS Vulnerability: Exclusive Interview with Cricket Liu(gregness.wordpress.com)

submitted by ArchimediusArchimedius(410) 3 years, 10 months ago

Cricket Liu answers six questions about the implications of the recent DNS vulnerability released inadvertantly into the wild by security researchers. read more...

add a comment |category: |Views: 2

tags: another

What a C# Coder Should Know Before They Write VB (msmvps.com)

submitted by JemmJemm(9604) 3 years, 10 months ago

"I just had an e-mail exchange with someone looking for a VB lead in Colorado Springs. I think they are going to have trouble filling it with an existing VB expert, and it occurred to me that someone who had led a successful VB 6 -> C# project could fit the bill, if they knew some key things about VB. I told the recruiter I thought the right person with a C# background and the right (respectful) attitude could be a good fit with two weeks work." read more...

1 comment |category: |Views: 416

tags: another

Is Managed Code Slower Than Unmanaged Code?(grimes.demon.co.uk)

submitted by terrbleterrble(1665) 3 years, 10 months ago

Ask anyone the question above and they will say that managed is slower than unmanaged code. Are they right? No they are not. The problem is that when most people think of .NET they think of other frameworks with a runtime, like Java or Visual Basic; or they may even think about interpreters. They do not think about applications, or what they do; they do not think about limiting factors like network or disk access; in short, they do not think. read more...

6 comments |category: |Views: 479

tags: another

Update to: Microsoft cracking down on community extensions(lovethedot.blogspot.com)

submitted by RagoczyRagoczy(655) 3 years, 10 months ago

The original story (http://www.dotnetkicks.com/csharp/Microsoft_cracking_down_on_community_extensions) got quite a bit of traffic from here. There've been some clarifications and updates from Microsoft and the StyleCop team that, I think, make their position clear and reasonable -- also, the original how-to that had been taken down "at Microsoft's request" is back up. A lot of people kicked the original story, so I hope you'll all take the opportunity to read Microsoft's responses and give them fair consideration. read more...

1 comment |category: |Views: 338

tags: another