rohancragg

Stories kicked by rohancragg

DiffPlex - a .NET Diff Generator(diffplex.codeplex.com)

submitted by jemtsjemts(591) 2 years, 2 months ago

DiffPlex is a combination of a .NET Diffing Library with both a Silverlight and HTML diff viewer. It is released open source on CodePlex under the MS-PL license. read more...

1 comment |category: |Views: 516

tags: another

Rounded Corners with the Cornerz jQuery plugin(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

I found a useful plugin to create rounded corners with ease. The output looked consistent in most of the latest browsers I tested it on. Here's a post introducing you to the plugin read more...

3 comments |category: |Views: 546

tags: another

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

Using CDN Hosted jQuery with a Local Fall-back Copy(weblogs.asp.net)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

How to use a jQuery hosted on a CDN with a fall back to a local version in case of an outage. read more...

1 comment |category: |Views: 327

tags: another

Thoughts on ASP.NET MVP – A Framework That Wants To Be MVC(blog.wekeroad.com)

submitted by simonechsimonech(10.1k) 2 years, 4 months ago

Rob Conery discusses again why ASP.NET MVC matters now, and how (and why) the concept of productivity changed over the years. read more...

3 comments |category: |Views: 391

tags: another

Using git as a backup tool(blog.wekeroad.com)

submitted by rohancraggrohancragg(119) 2 years, 5 months ago

How not to get Haacked off with you (lack of a) blog backup strategy... read more...

add a comment |category: |Views: 16

tags: another

Domain-Driven Documentation(richarddingwall.name)

submitted by rdingwallrdingwall(323) 2 years, 5 months ago

Here’s a couple of real-life documentation examples from a system I’ve been building for a client... read more...

add a comment |category: |Views: 10

tags: another

DI Patterns: Constructor Injection(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 2 years, 5 months ago

In this article, an excerpt from the book "Dependency Injection in .NET", we will take a detailed look at the DI pattern known as Constructor Injection. read more...

add a comment |category: |Views: 21

tags: another

SharePoint: The Wild West of Software Development(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 9 months ago

Some argue that Microsoft developers lack rigor -- that techniques like unit testing and continuous integration are virtually unheard of in this space. That’s rubbish. I would be shocked if the percentage of developers that track code coverage is significantly different for the .Net or Java spaces (not quite mainstream, but respectable). Mind you I’m talking .Net development in general. SharePoint, now that’s another story. read more...

1 comment |category: |Views: 326

tags: another

Sort Visual Studio 2008 Projects alphabetically inside Solution Folder(blog.catenalogic.com)

submitted by TischnoetentoetTischnoetentoet(424) 3 years, 4 months ago

This blog article shows how to sort Visual Studio 2008 projects alphabetically inside Solution Folders read more...

add a comment |category: |Views: 543

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

Speeding up ASP.NET with the Runtime Page Optimizer(james.newtonking.com)

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

An great new tool to automatically optimize your ASP.NET website. read more...

3 comments |category: |Views: 516

tags: another

Not doing TDD is worst than doing it wrong in the beggining.(codebetter.com)

submitted by stefanescu.dragosstefanescu.dragos(150) 3 years, 8 months ago

Check this out, and make a learn from it. read more...

2 comments |category: |Views: 574

tags: another

Implementing a Repository and Specificaiton pattern using Linq(codeinsanity.com)

submitted by rao.riteshrao.ritesh(230) 3 years, 9 months ago

In my previous post I put down some thoughts on the Repository and Specification patterns and in the end said that with the introduction of Linq and the growing popularity of ORM frameworks and their support for Linq, it’s time to look back at these two patterns and see how we can leverage Linq to simplify the patterns and make them infrastructure agnostic. read more...

1 comment |category: |Views: 441

tags: another

Another Use for C# Using(dotnet.dzone.com)

submitted by volume4volume4(910) 3 years, 11 months ago

If you are a C# developer you're familiar with the using directive. It appears at the top of every one of your class files informing the compiler what namespaces should be looked at while compiling this code page so that you don't have to fully qualify every object. (This isn't the interesting bit) read more...

3 comments |category: |Views: 705

tags: another

Using C# 3.0 (.Net 3.5) syntax in a .Net 2.0 application(devlicio.us)

submitted by mjeatonmjeaton(724) 3 years, 11 months ago

An overview of using C# 3.0 syntax in a .Net 2.0 application. read more...

add a comment |category: |Views: 495

tags: another