MattiLehtinen

Stories kicked by MattiLehtinen

No bandwidth MSDN: Reflector(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 1 month ago

How you can use Reflector to browse the insides of the .NET framework classes and why choosing Reflector over MSDN will make you a better developer. read more...

add a comment |category: |Views: 542

tags: another

Visual Studio 2010 == Visual Studio 2008 + ReSharper(codebetter.com)

submitted by LordLord(3737) 3 years, 4 months ago

o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is – according to Microsoft itself – really just Visual Studio 2008 with ReSharper installed. read more...

7 comments |category: |Views: 931

tags: another

How To Localize Your Application Using String Tables (dev102.com)

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

Unfortunately for us the developers, nowadays, many customers require that that the product they purchased, will be localized to a specific language read more...

2 comments |category: |Views: 379

tags: another

BlogEngine.NET community is growing!(jankoatwarpspeed.com)

submitted by MarwanMarwan(850) 3 years, 7 months ago

new contributions to support BlogEngine.NET read more...

add a comment |category: |Views: 285

tags: another

ASP.NET MVC Request Flow(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 7 months ago

I looked all over the net for a good diagram that outlined the major classes involved an ASP.NET MVC request. I couldn't find one, and so I created this one. If you want to get a very high level overview, then check it out. read more...

1 comment |category: |Views: 876

tags: another

EventArgs.Empty - Do You Use It? (dev102.com)

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

Anyway, we can define EventArgs as a private member and use it instead of allocating an EventArgs object every time the event is raised. Fortunately, there is no need for that, C# introduce us the EventArgs.Empty... read more...

3 comments |category: |Views: 343

tags: another

ASP.NET MVC Beta1 in a few weeks and v1 by end of year(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

A tweet in the morning, straight from Remix08 UK, where ScottGu is doing a presentation on ASP.NET MVC: ScottGu says feature complete MVC beta "in a few weeks". final v1 by end of year read more...

1 comment |category: |Views: 341

tags: another

Avoiding Dependencies(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 8 months ago

As a rule, code should not directly depend on external resources such as System.Net.Mail's email sending capabilities. Having code that directly calls out to System.Net.Mail is difficult to unit test as well as difficult to walk through in a test or stage environment without having actual emails sent. Two design patterns can be used to reduce this dependency: Facade and Strategy. The Strategy pattern offers a host of benefits above and beyond what the facade layer provides, as this articles demonstrates with code examples. read more...

add a comment |category: |Views: 558

tags: another

CodePlex launches support for TortoiseSVN(blogs.msdn.com)

submitted by mhawleymhawley(1125) 3 years, 8 months ago

No longer do you need to host SvnBridge yourself, or use the Team Foundation Client or the CodePlex client. Now you can use your favorite SVN client and connect directly to your repository! read more...

add a comment |category: |Views: 263

tags: another

Two ASP.NET/VS 2008 Performance Tricks That Even Microsoft Didn't Know(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

Two interesting ASP.NET with Visual Studio 2008 performance tips that were not documented and discovered by chance read more...

2 comments |category: |Views: 700

tags: another

MSDN Social Bookmarks(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 8 months ago

MSDN Social Bookmarks was released today. This is a candid look at what it's all about and why you should consider using it. read more...

1 comment |category: |Views: 363

tags: another

Path to .NET 3.5 Developer Certification(thearchitect.co.uk)

submitted by mjpaladmjpalad(615) 3 years, 8 months ago

If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...

1 comment |category: |Views: 758

tags: another

An Introduction to the xUnit.net Testing Framework(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 10 months ago

In this blog entry, Stephen Walther demonstrates how to use the xUnit.net testing framework while building an ASP.NET MVC application. He discusses how to build unit tests for controller actions that perform database access. read more...

add a comment |category: |Views: 141

tags: another