jamslee50

Stories kicked by jamslee50

ioDrive, Changing the Way You Code(jdconley.com)

submitted by jconleyjconley(650) 3 years, 2 months ago

A look at the new ioDrive device and how devices like it will drastically change how you think about performance critical data storage applications. read more...

add a comment |category: |Views: 446

tags: another

Hosting your OSS project on github(codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 2 months ago

Aaron walks through hosting an oss project on github and how to use git as the SCC system. read more...

add a comment |category: |Views: 122

tags: another

Creating SOLID Code: Liskov Substitution Principle(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

Taking a look at how to create SOLID Code: Creating SOLID Code: Liskov Substitution Principle (LSP). This is a Third in a series where we will take a look at each of the parts the SOLID Principle read more...

add a comment |category: |Views: 427

tags: another

The Open Source Projects on ASP.NET MVC - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 2 months ago

Last night the forehead four head has released the 1st chapter of their upcoming Wrox book along with a sample project NerdDinner and I think this is the best application to check if anyone is trying to lean the new ASP.NET MVC framework. And this is the list of currently available Open Source Projects developed in ASP.NET MVC. I am ordering it based ... read more...

add a comment |category: |Views: 371

tags: another

Developing with Source Code Control Best Practices Part 2(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 2 months ago

Peter continues his series on Source Code Control best practices. read more...

add a comment |category: |Views: 512

tags: another

Beginning Mocking With Moq 3 - Part 2(codethinked.com)

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

Beginners introduction to mocking using the recently released Moq 3 framework. read more...

1 comment |category: |Views: 234

tags: another

Shout Out to Derik Whittaker & Dimecasts.NET(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 2 months ago

I wanted to give a shout out to a friend of mine who started a really cool and useful site a while back called Dimecasts.net. This site was created by Derik Whittaker, a very good read more...

add a comment |category: |Views: 6

tags: another

Free ASP.NET MVC eBook Tutorial - ScottGu(weblogs.asp.net)

submitted by beckelmwbeckelmw(2755) 3 years, 2 months ago

There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now – announcement coming soon). As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it. Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon read more...

2 comments |category: |Views: 802

tags: another

Posting data to a REST service using C#(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

A short overview on how you can post data to a REST based service using C#. read more...

1 comment |category: |Views: 455

tags: another

6 Things Developers Should Know By 2010(blog.saviantllc.com)

submitted by davidsdavids(480) 3 years, 2 months ago

A list of 6 things I think asp.net developers should know by 2010 read more...

1 comment |category: |Views: 1480

tags: another

IronRuby MVC progress(flanders.co.nz)

submitted by casualjimcasualjim(520) 3 years, 2 months ago

A progress update on the implementation for Ironruby and asp.net mvc read more...

2 comments |category: |Views: 207

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

Beginning Mocking With Moq 3 – Part 1(codethinked.com)

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

A intro to mocking using the newly release Moq 3 framework. read more...

4 comments |category: |Views: 451

tags: another

Alt.Net Podcast Episode 17: The State of Alt.Net(altnetpodcast.com)

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

Mike Moore talks with Scott Bellware about the state of Alt.Net read more...

2 comments |category: |Views: 126

tags: another

Cache-and-Collect Lifecycle Management in Ninject 2.0(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 2 months ago

An explanation of a new solution to an old problem with inversion of control. read more...

1 comment |category: |Views: 243

tags: another

Late-Bound Invocation with Expression Trees(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 2 months ago

Avoid the cost of reflection for late-bound invocation by using expression trees. read more...

1 comment |category: |Views: 316

tags: another