wamplerj

Stories kicked by wamplerj

Things I really like about Telerik’s JustCode(www.lostechies.com)

submitted by maggietomaggieto(99) 1 year, 2 months ago

Review of JustCode by JVP read more...

add a comment |category: |Views: 419

tags: another

Important .NET Framework 4.0 Command Line Tools You Must Know(www.devcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 3 months ago

The .NET Framework 4.0 contains a plethora of command line tools ranging from build, deployment, debugging, security to Interop tools, and so on. Here’s a list of important command line tools in the .NET Framework 4.0 which can be run using the Visual Studio Command Prompt. read more...

add a comment |category: |Views: 749

tags: another

T-4 Templates for ASP.NET Web Form Friendly Logical Layers(geekswithblogs.net)

submitted by joycscjoycsc(1597) 1 year, 4 months ago

This is an open source project which includes a set of T-4 templates to enable you to build logical layers (i.e. DAL/BLL) with just few clicks! The logical layers implemented here are based on Entity Framework 4.0, ASP.NET Web Form Data Bound control friendly and fully unit testable. read more...

add a comment |category: |Views: 203

tags: another

Managing 301 Redirects in ASP.NET(www.jameswampler.com)

submitted by wamplerjwamplerj(5) 1 year, 5 months ago

This article outlines a simple way to permanently redirect to a new URL using an ASP.NET HttpModule. This is useful in shared hosting situations where UrlRewrite or other solutions are not available or you can't easily defines rules for rewriting URL's. read more...

add a comment |category: |Views: 4

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

And The Winner Is, NuGet (haacked.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

Phil Haak announces the winner name of the NuPack renaming contest, with the winner being NuGet, winning by a considerable margin. read more...

add a comment |category: |Views: 34

tags: another

What Really Makes a Good Programmer?(dpatrickcaldwell.blogspot.com)

submitted by tncbbthositgtncbbthositg(266) 1 year, 7 months ago

I wrote this survey and could really use some responses from the community. Feel free to stop by and take the survey. I'm publishing results soon. read more...

4 comments |category: |Views: 568

tags: another

6 Of My Favorite Visual Studio Shortcuts(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! read more...

4 comments |category: |Views: 1104

tags: another

Creating SOLID Code: Dependency Inversion 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: Dependency Inversion Principle (DIP). This is a last episode in a series where we will take a look at each of the parts the SOLID Princi read more...

2 comments |category: |Views: 410

tags: another

6 Tools To Be An Effective Web Developer(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 2 months ago

There has always been and probably always will be feuds over what is the best platform but what I want to show you is that those arguments are mostly irrelevant. Regardless of what platform you choose to develop on there are most of the same tools available in one form or another. The common components, for me anyway, that help me produce high quality code faster and is easier to maintain are a good IDE, easy to use unit testing and mocking frameworks, an ORM, a MVC framework, and a good JavaScript library. read more...

1 comment |category: |Views: 999

tags: another

Starting out - The story of starting a software tools company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

Not strictly about coding, this post talks about starting a business that builds tools for software developers (in this case, tools for developers on the Microsoft stack). Covers some of the lessons learned and experiences in the first few months. read more...

add a comment |category: |Views: 455

tags: another

Back to Basics: Interfaces(codebetter.com)

submitted by karlkarl(265) 3 years, 2 months ago

When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). read more...

1 comment |category: |Views: 667

tags: another

There is More Content than Just the Front Page on DotNetKicks(beckelman.net)

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

Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...

add a comment |category: |Views: 249

tags: another

The Cost of Net Negative Producing Programmers(blog.jayfields.com)

submitted by colinjackcolinjack(1010) 3 years, 4 months ago

Discussion of NNPPs and how to tackle them. read more...

1 comment |category: |Views: 473

tags: another

Why Windows 7 Will Save Microsoft(chris123nt.com)

submitted by joseguiajoseguia(197) 3 years, 4 months ago

I was doing some thinking over the past few weeks and I came to a realization. Windows 7, with all of it’s improvements in performance, new features, and more streamlined development process, will actually save Microsoft and redeem them from the whole Vista crash. So I decided to write up WHY Windows 7 will tromp every previous Windows version and why we should pay close attention to it. read more...

1 comment |category: |Views: 930

tags: another

Testing is hard but debugging just sucks A$$(devlicio.us)

submitted by JemmJemm(9604) 3 years, 6 months ago

"At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...

1 comment |category: |Views: 366

tags: another