joejoejoejoe

Stories kicked by friends of joejoejoejoe

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

Going Out Of Browser w/ Silverlight(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 10 months ago

Taking a look at how we can use the take our in-browser silverlight application and allow it to run Out of Browser (OOB). We will take a look at how we can let silverlight perform the lifting as well as how we can provide coding to create the OOB application. read more...

add a comment |category: |Views: 148

tags: another

Going Lazy<T> with System.Lazy(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years ago

Taking a look at the how to use the System.Lazy namespace in .Net 4.0. One of the pretty cool new nuggets inside the .Net 4.0 framework is System.Lazy and System.Lazy. What System.Lazy brings to the table is a way to create objects which may need to perform intensive operations and defer the execution of the operation until it is 100% absolutely needed. read more...

add a comment |category: |Views: 609

tags: another

ANTS Profiler Saves Me From A Sordid Fate(www.simple-talk.com)

submitted by javeryjavery(5523) 2 years ago

"It’s an ancient story of doing something dumb in haste, forgetting about it, and then regretting it at leisure." Carl Niedner recounts how he found his latest and greatest creation suddenly plagued with long loading times. He explains how he eventually achieved a 120x speed increase, fifteen minutes after downloading ANTS Performance Profiler. Read the full story. read more...

1 comment |category: |Views: 339

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 1 month ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

Write Crappy Code(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 1 month ago

I do a lot of work with large companies that usually have many development efforts going on simultaneously. A lot of these are maintenance projects, which are basically bug fixes or enhancements to systems that have been around awhile and have already spent a good deal of time in production. Then there are the new development efforts... read more...

add a comment |category: |Views: 39

tags: another

No-SQL – MongoDB – From introduction to high level usage in C#(fredzvt.wordpress.com)

submitted by javeryjavery(5523) 2 years, 1 month ago

A good introduction to using MongoDB from C# read more...

add a comment |category: |Views: 737

tags: another

Exploring how to use List Binding in MVC2(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Exploring how create an editable Lists of data in MVC 2. We will show you how to create this list by using the enhanced binding features which are part of MVC 2. Having the ability to easily bind your model to your view will provide great flexibility and convince. read more...

add a comment |category: |Views: 543

tags: another

Deep Fried Bytes 52: Learning Dark Arts of Debugging from Scott Walker(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 2 years, 1 month ago

Have you always wanted to learn more about debugging your software? Or just really want to know what your software is doing especially when it has bugs? We have a treat for you. In this episode, Keith and Woody sat down with Scott Walker to get some tips and tricks for setting up a debugging environment first and then how to use the tools properly to fix those nasty errors your customers and users keep having. read more...

add a comment |category: |Views: 203

tags: another

Moles: Mocking the Un-Mockable(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Taking at how to use Pex/Moles for .Net. Unit testing is great, but most free isolation frameworks require that your mocks implement an interface. But what do you do when the class you are trying to mock is static or sealed with no interface. If you can’t modify the class then your unit testing efforts are usually stuck. Moles, the new free isolation framework from Microsoft, supports mocking almost any CLR based class (including sealed and static classes) read more...

add a comment |category: |Views: 433

tags: another

Hello World, I am Win Phone 7(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Take a first look at Windows Phone 7 Development. We will walk through creating a simple hello world application as well as give a quick tour of how to use the emulator. read more...

add a comment |category: |Views: 352

tags: another

Behind the Scenes of the .NET Languages with Luca Bolognes(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 2 years, 1 month ago

Ever wonder how your favorite features from C#, VB.NET and F# get selected, implemented and finally reach your fingers? We did too and we found a great person to get the behind the scenes story from Building 41 in Redmond. In this episode, Keith and Woody sat down with Luca Bolognese, former Group Program Manager at Microsoft, to discuss how the languages team decides which features to include in the .NET languages. We learn also what is coming in NET 4. Join us for this episode as we uncover some hints on what may be coming in the .NET future, something you don’t want to miss! read more...

add a comment |category: |Views: 22

tags: another

What's new in IIS 7.5(blogs.iis.net)

submitted by ghummanghumman(124) 2 years, 1 month ago

What's new in IIS 7.5 for administrators and developers read more...

add a comment |category: |Views: 72

tags: another

5 Steps Toward jQuery Mastery(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 1 month ago

Five quick tips that I found valuable while learning jQuery in depth. I learned them the hard way so you don't have to! read more...

add a comment |category: |Views: 700

tags: another

Bundler Now Supports Css And .less(www.codethinked.com)

submitted by drmohundrodrmohundro(374) 2 years, 2 months ago

New version of (recently renamed) Bundler combines your javascript or CSS to save on server requests. Also adds support for .less! read more...

add a comment |category: |Views: 224

tags: another

A Visual Look At The LINQ SelectMany Operator(www.codethinked.com)

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

An inside look at how SelectMany works, along with visuals to help you more easily understand it. read more...

add a comment |category: |Views: 468

tags: another