briangraf

Stories kicked by briangraf

IoC libraries compared(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

A comparison of how to initialize various IoC libraries. Including AutoFac, Ninject, Spring.Net, StructureMap, Unity, and Windsor. read more...

add a comment |category: |Views: 697

tags: another

Geek Food Drive(geekfooddrive.com)

submitted by SteveAndrewsSteveAndrews(70) 3 years, 5 months ago

More than 35.5 million people in the United States and Canada will go hungry during the holidays. The Challenge: For all user groups to hold a food drive at their meeting this month. There is plenty of need, especially this year! read more...

1 comment |category: |Views: 91

tags: another

WomenBuild - Geek Girls Playing With Legos at the MSDN Developer Confe(crazeegeekchick.com)

submitted by DanaCDanaC(100) 3 years, 5 months ago

Inforation on the WomenBuild Event being held at this year's MSDN Developer Conference read more...

add a comment |category: |Views: 346

tags: another

5 Reasons To Use Live Mesh(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years, 7 months ago

This is a great list of tips for using Live Mesh for file sharing. There's definitely some "out of the box" thinking here. read more...

add a comment |category: |Views: 12

tags: another

Top 10 Things New Twitter Users Need To Know(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years, 9 months ago

Those new to Twitter need some guidance. Jeff Blankenburg has come up with a list of things that someone new to Twitter needs to read before even creating their account. read more...

add a comment |category: |Views: 352

tags: another

Meet the C# 4.0 team(blogs.msdn.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 3 years, 10 months ago

... and some dude from the VB team. Anders and the guys in room 2543, building 41 (where C# was born) talk about the new features that will be in the next version of C#. I so wanted to blogspam this one. Enjoy your direct link. read more...

add a comment |category: |Views: 659

tags: another

Poll: Who Is Your .NET Man-Crush(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 10 months ago

I’ve posted a new poll on my blog: “Who Is Your .NET Man-Crush?”. It’s completely unscientific and will remain open through the end of the month. I will post the final results at that time. read more...

2 comments |category: |Views: 45

tags: another

NDepend: code metrics at your service(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 10 months ago

If you ever wrote code for a non-trivial project chances are that from time to time you stop an think: "I don't know, but I have the feeling that the code is not really clean/too complex/[insert adjective here that makes you feel bad about your code]". Chances are even that you did not had these thoughts - but your source code indeed was not really clean, too complex or what not. While the latter situation is certainly the worse of the two, both situation make clear that we need means to quantify the quality of our code. NDepend is an excellent tool that can be used to generate those metrics read more...

add a comment |category: |Views: 153

tags: another

How To Write Testable ASP.NET WebForms(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 10 months ago

Microsoft’s upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i’ll give a detailed description of one approach that has worked for me really well. read more...

add a comment |category: |Views: 411

tags: another

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

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

Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...

5 comments |category: |Views: 503

tags: another