munchr

Stories kicked by munchr

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

Who Knew Domain Validation Was So Hard?(codethinked.com)

submitted by john2021john2021(600) 3 years, 3 months ago

Justin continues searching for the best place to put domain validation logic. read more...

add a comment |category: |Views: 340

tags: another

Add Twitter to your blog the right way with caching(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Twitter offers a JavaScript API to add Twitter to your blog or other website. This post looks at the various approaches to using Twitter's JavaScript API and how to improve user experience by caching Twitter content client side. read more...

add a comment |category: |Views: 144

tags: another

Using Enums in List Controls(west-wind.com)

submitted by decarufedecarufe(959) 3 years, 3 months ago

Convert data to and from enums. read more...

add a comment |category: |Views: 411

tags: another

jQuery Playground from Google(code.google.com)

submitted by verbalKintverbalKint(585) 3 years, 4 months ago

Awsome tool to test jquery online read more...

1 comment |category: |Views: 2420

tags: another

What Part Of The Process Are Your Tools Optimized For?(codethinked.com)

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

I'm writing this post because I am getting tired and weary of people pointing to "drag and drop tools", "visual designers", and "wizards" as reasons to use a particular tool. Only in Microsoft-land are developers so enamored with "wizards" and "drag and drop" and I think this is because Microsoft is the proverbial "crack dealer" when it comes to providing these tools. read more...

add a comment |category: |Views: 223

tags: another

jQuery 1.3.1 Released(blog.jquery.com)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

This is a fix to recently released jQuery 1.3 read more...

add a comment |category: |Views: 332

tags: another

SQL SERVER - Rules for Optimizining Any Query - Best Practices(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 4 months ago

This subject is very deep subject but today we will see it very quickly and most important points. May be following up on few of the points of this point will help users to right away improve the performance of query. In this article I am not focusing on in depth analysis of database but simple tricks which DBA can apply to gain immediate performance gain. read more...

4 comments |category: |Views: 647

tags: another

Building a Nant Script -- Part 1: Setting up the script(dimecasts.net)

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

Learn how to setup your build script with Nant. You will learn the basics of using Nant to compile your application in this episode, which will be built upon in future episodes to build a more complex script. read more...

add a comment |category: |Views: 255

tags: another

Visual Studio 2010 == Visual Studio 2008 + ReSharper(codebetter.com)

submitted by LordLord(3737) 3 years, 4 months ago

o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is – according to Microsoft itself – really just Visual Studio 2008 with ReSharper installed. read more...

7 comments |category: |Views: 931

tags: another

Object Oriented Design Principles(noctovis.net)

submitted by daviddavid(405) 3 years, 4 months ago

Quick summary of SOLID, DRY, YAGNI and other useful OO principles. read more...

1 comment |category: |Views: 636

tags: another

Making the Entity Framework Fit Your Domain - Part 2(codethinked.com)

submitted by MikeBorozdinMikeBorozdin(1146) 3 years, 4 months ago

In the first part I talked about getting up to the point where I realized that without going IPOCO I would not be able to use the Entity Framework with any sort of approximation of a real application domain. In this post we are going to go over the entity that I have created and talk about the issues that I had along the way. read more...

1 comment |category: |Views: 281

tags: another

Repository<T> good or bad?(codebetter.com)

submitted by malovicnmalovicn(1590) 3 years, 4 months ago

Greg took a bite on current ALT .Net hot topic: Generic repositories read more...

1 comment |category: |Views: 851

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

Windows Azure - Breaking It Down(codethinked.com)

submitted by leedumondleedumond(2144) 3 years, 4 months ago

Despite the title of this post, there will be no rapping or dancing of any sort going on here. Only talk of Windows Azure, which is quite possibly the most confusing product rollout that Microsoft has attempted since Vista... read more...

add a comment |category: |Views: 349

tags: another

How to Calculate Network Utilization in .NET(nayyeri.net)

submitted by niikniik(365) 3 years, 4 months ago

How to calculate utilization of a particular network interface in .NET using performance counters and a bit of math. read more...

add a comment |category: |Views: 519

tags: another