Randolpho

Stories kicked by Randolpho

C# Regions are not Useful? Give me a Break(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 1 month ago

I often see arguments about use of regions in C# code. And this is one of the most annoying things I see on the Internet in my opinion when it pertains to code structure. Whoever says regions are not to be used, I’d love to see your code and know what standards you have established as a team with your code base. I bet you it’s a mess and the reason you don’t like regions is because the developers on your team has abused use of them and that there is no logical pattern or team standard established. read more...

add a comment |category: |Views: 631

tags: another

Does LINQ StinQ? Not with PLINQO!(kevinlawry.wordpress.com)

submitted by pwelter34pwelter34(179) 3 years, 3 months ago

PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008. read more...

add a comment |category: |Views: 410

tags: another

WPF: The best walkthrough of Model-View-ViewModel I have seen(lab49.com)

submitted by miketrashmiketrash(105) 3 years, 6 months ago

Jason Dolinger a consultant for lab49 gives a great walkthrough on Model-View-ViewModel using WPF. He starts out doing things the traditional way and refactors the app to use ViewModels, Commands, and Unity. read more...

add a comment |category: |Views: 649

tags: another

It is BDUF, not DUF(codethinked.com)

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

A lot of developers think that agile development represents doing no design up front. That we will figure out what we want to do and then just jump right into coding it without any concern for what we are going to build. Then we will just come back later, refactor the whole thing, and voila, instant working application. Well, it just doesn't work that way. read more...

add a comment |category: |Views: 248

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

Microsoft WCF Security Guide from Patterns and Practices(codeplex.com)

submitted by RandolphoRandolpho(10) 3 years, 11 months ago

Microsoft has released a beta of their new Patterns and Practices guide: Improving Web Services Security read more...

1 comment |category: |Views: 38

tags: another