gemils

Stories kicked by gemils

Why Net Negative Producing Programmers are Here to Stay(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 4 months ago

Why Net Negative Producing Programmers are Here to Stay-- despite the cost, a response to http://blog.jayfields.com/2009/01/cost-of-net-negative-producing.html read more...

add a comment |category: |Views: 366

tags: another

How to get remote debugging to work successfully(milkcarton.com)

submitted by darukudaruku(240) 3 years, 4 months ago

FTA:"After much time, trial and error, I was finally able to get Visual Studio's remote debugging features to work. In my travels around the Internet, no one seems to have compiled all the steps to make the process work successfully and seemlessly into one page, this is my attempt." read more...

3 comments |category: |Views: 284

tags: another

Fluent LiveFX Resource Scripts(orand.blogspot.com)

submitted by gemilsgemils(25) 3 years, 5 months ago

Oran Dennison posts some of his latest work with creating a helper library for Live Framework Resource Scripts. His focus this time is on keeping your scripts strongly typed and enabling a more concise fluent interface syntax. The enhancements he has made let Intellisense help you out quite a bit more, resulting in greater discoverability and productivity. read more...

add a comment |category: |Views: 9

tags: another

LINQ to NHibernate in LINQPad(orand.blogspot.com)

submitted by akcoderakcoder(830) 4 years, 1 month ago

LINQPad is like Query Analyzer for LINQ queries. Out of the box it does LINQ to SQL, LINQ to Objects, and LINQ to XML. Wouldn't it be nice if it did LINQ to NHibernate as well? Here's how. The setup process is a bit tedious, but you only need to do it once. read more...

add a comment |category: |Views: 288

tags: another

Rhino Mocks Quick Reference(orand.blogspot.com)

submitted by orandorand(295) 4 years, 5 months ago

Concise examples of all the main features of the Rhino Mocks mock object framework read more...

2 comments |category: |Views: 950

tags: another

De-crapify your code base with AOP using PostSharp(milkcarton.com)

submitted by akcoderakcoder(830) 4 years, 6 months ago

How to remove all the code thats irrelevant to what your trying to do, to make your code base easier to grok. read more...

add a comment |category: |Views: 27

tags: another