thushanfernando

Stories kicked by thushanfernando

Poll: IoC containers for .NET(www.sturmnet.org)

submitted by oliversolivers(95) 2 years, 2 months ago

Trying to find out which IoC containers people use on .NET, or even if they use any. Put your vote in and kick it! read more...

2 comments |category: |Views: 761

tags: another

Disable All or Selective Controls on a Page using jQuery (www.devcurry.com)

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

Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here’s an example. read more...

add a comment |category: |Views: 295

tags: another

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

.NET 4.0 And Our Parallel Future(www.codethinked.com)

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

A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. read more...

1 comment |category: |Views: 511

tags: another

Ninject 2.0 Released!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 3 months ago

Nate Kohari announces the release of Ninject 2.0, and welcomes Ian Davis as co-maintainer of the project. read more...

add a comment |category: |Views: 372

tags: another

ASP.NET MVC and the Spark View Engine(www.code-magazine.com)

submitted by justinjustin(115) 2 years, 3 months ago

Getting friendly with HTML in ASP.NET MVC just got a whole lot easier. In this Code Magazine article, Donn Felker delves into the Spark View Engine, an alternate view engine for the ASP.NET MVC Framework. Spark’s main goal is to allow HTML to dominate the flow of view development while allowing code to fit in seamlessly. read more...

1 comment |category: |Views: 314

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

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

submitted by veverkapveverkap(815) 2 years, 4 months ago

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

1 comment |category: |Views: 653

tags: another

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

submitted by prashantmx4prashantmx4(815) 2 years, 4 months ago

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

2 comments |category: |Views: 1338

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another

Use .NET Built-in Methods to Save Time and Headaches(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 4 months ago

During our everyday programming tasks we run into several repetitive code blocks that after the 20th time you implement them become really annoying. In this post I will take you through several of such blocks and show you how to implement them using built-in .NET methods. read more...

4 comments |category: |Views: 824

tags: another

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

submitted by grantpalingrantpalin(376) 2 years, 4 months 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: 677

tags: another

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

submitted by JemmJemm(9604) 2 years, 4 months 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: 630

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

Multi-process C# app like Google Chrome(wyday.com)

submitted by fhornfhorn(100) 2 years, 4 months ago

How to communicate between multiple processes like Google Chrome in C# using named pipes. Included source code & example. read more...

2 comments |category: |Views: 696

tags: another

Visual Studio 2010 Tip of the Day Returns!(blogs.msdn.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

Sara Ford passes the torch on to Zain Naboulsi: The plan is to have a tip a day posted on this blog with a few extra items thrown in for good measure. What you will see is a healthy mix of new tips in Visual Studio 2010 and some of the old favorites as well (tested to make sure they still work). To be absolutely clear: These are Visual Studio 2010 Tips and Tricks so what you will see are the details on how to leverage old and new content with our latest product. read more...

2 comments |category: |Views: 222

tags: another