Jemm Subscribe to this feed

Stories kicked by Jemm

Translating routes (ASP.NET MVC and Webforms) (blog.maartenballiauw.be)

published 12 days, 11 hours ago, submitted by maartenbamaartenba(5585) 14 days, 18 hours ago

For one of the first blog posts of the new year, I thought about doing something cool. And being someone working with ASP.NET MVC, I thought about a cool thing related to that: let’s do something with routes! Since System.Web.Routing is not limited to ASP.NET MVC, this post will also play nice with ASP.NET Webforms. But what’s the cool thing? How about… translating route values? read more...

1 comment | category: | Views: 206

tags: another

A Simple Standalone Server for db4o as Windows Service (developer.db4o.com)

published 13 days, 12 hours ago, submitted by gerpxgerpx(404) 14 days, 23 hours ago

A simple db4o server (with source code) that runs as a Windows service read more...

add a comment | category: | Views: 186

tags: another

.NET 4.0 and System.Threading.Tasks (www.codethinked.com)

published 14 days, 8 hours ago, submitted by veverkapveverkap(805) 15 days, 4 hours ago

Quick look at threading in .NET 4.0 and the new System.Threading.Tasks. read more...

1 comment | category: | Views: 400

tags: another

Diving a Little Deeper into AutoMapper (derans.blogspot.com)

published 14 days, 6 hours ago, submitted by johnsheehanjohnsheehan(4540) 19 days, 9 hours ago

Every time I use AutoMapper, I think this is such an awesome tool! I think it’s hilarious to go back and read my first post in April where it states, “Now automapper is one thing I'm not sure I'll benefit from yet.” and I go on to say, “I'm pretty confident that I will eventually slap myself in the face for posting this just because I'm sure it is an awesome tool that I will one day see as VERY cool, but right now...I don't”. Well, I’m slapping myself :) read more...

add a comment | category: | Views: 409

tags: another

Making MEF recomposition on the fly when the exports file changes (blogs.infosupport.com)

submitted by alexbalexb(65) 19 days, 14 hours ago

In this post I’m going to show how you can make use of MEF’s recomposition features to recomposition on the fly when the content of the configuration XML file in which the exports are defined, is changed. read more...

add a comment | category: | Views: 6

tags: another

My Favorite Helpers For ASP.NET MVC (blog.wekeroad.com)

published 18 days, 22 hours ago, submitted by johnsheehanjohnsheehan(4540) 19 days, 20 hours ago

Rob shares some of his frequently used helpers for working with ASP.NET MVC. read more...

1 comment | category: | Views: 426

tags: another

New Release of Pex and Code Contracts (www.kodefuguru.com)

published 20 days, 11 hours ago, submitted by KodefuGuruKodefuGuru(965) 21 days, 4 hours ago

Microsoft Research has released new versions of Pex and Code Contracts. You are required to go to DevLabs to download the commercial evaluation of Pex and Code Contracts. You can retrieve the academic version of Pex and Code Contracts from Microsoft Research. read more...

add a comment | category: | Views: 208

tags: another

.NET Framework 4.0 Poster (www.midnightprogrammer.net)

published 20 days, 14 hours ago, submitted by prashantmx4prashantmx4(225) 21 days, 6 hours ago

Microsoft .NET Framework 4.0 Poster in DeepZoom - Silverlight read more...

2 comments | category: | Views: 840

tags: another

Agile ADO.Net Persistence Layer: Part 3 Service Class SingleDTO Data A (rlacovara.blogspot.com)

submitted by rlacovararlacovara(60) 21 days, 8 hours ago

This BAL design embraces change. It’s written with the attitude that we know change is going to happen so we’re going to give you as few things as possible to modify, and make sure we don’t have any cross cutting dependencies, so that you can make changes easily. read more...

add a comment | category: | Views: 8

tags: another

Silverlight and ASP.NET MVC Don’t Serve the Same Master (odetocode.com)

published 19 days, 12 hours ago, submitted by drmohundrodrmohundro(279) 21 days, 8 hours ago

Great contrast between ASP.NET MVC and Silverlight and how ASP.NET MVC is primarily code focused whereas Silverlight is primarily tool focused. read more...

add a comment | category: | Views: 265

tags: another

So you write unit tests, but do you really TDD? (www.thecodejunkie.com)

submitted by thecodejunkiethecodejunkie(45) 22 days, 3 hours ago

Many developers are claiming to be TDD practitioners, without really understanding the differences between Test-Driven Development and unit testing. Somewhere along the line the definition of TDD has gotten lost and it is time to set the record straight; just because you write unit tests does not mean you practice TDD. read more...

add a comment | category: | Views: 7

tags: another

6 steps to mastering refactoring (www.thecodejunkie.com)

submitted by thecodejunkiethecodejunkie(45) 22 days, 3 hours ago

Refactoring can turn into a nightmare unless you come prepared. Here I list 6 steps that I apply to my refactoring work to ensure the best possible outcome. read more...

add a comment | category: | Views: 11

tags: another

Reducing Code Coupling - Inversion of Control (grantpalin.com)

published 23 days, 3 hours ago, submitted by grantpalingrantpalin(342) 25 days, 8 hours ago

This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern. read more...

2 comments | category: | Views: 631

tags: another

ScottGu: ASP.NET MVC 2: Model Validation (weblogs.asp.net)

published 25 days, 6 hours ago, submitted by JemmJemm(9400) 25 days, 13 hours ago

"Validating user-input and enforcing business rules/logic is a core requirement of most web applications. ASP.NET MVC 2 includes a bunch of new features that make validating user input and enforcing validation logic on models/viewmodels significantly easier. These features are designed so that the validation logic is always enforced on the server, and can optionally also be enforced on the client via JavaScript" read more...

4 comments | category: | Views: 257

tags: another

Unit Testing Biztalk : Two possible frameworks (weblogs.asp.net)

submitted by JemmJemm(9400) 27 days, 12 hours ago

BizTalk is notoriously hard to test. But I just came a cross a couple of interesting solutions to do unit testing for biztalk related logic and orchestration. read more...

add a comment | category: | Views: 2

tags: another

ASP.Net 4.0 and Visual Studio 2010 IDE (www.codeproject.com)

submitted by abdulsamiabdulsami(19) 27 days, 13 hours ago

This article is an introduction to some of new features to asp.net 4 and visual studio 2010 read more...

add a comment | category: | Views: 12

tags: another