Latest popular stories Subscribe to this feed

Upcoming Story

BlogEngine.NET 1.6 is Released (code2code.info)

submitted by quachnguyenquachnguyen(319) 6 days, 18 hours ago

The team is proud to announce the release of BlogEngine.NET version 1.6. With several new features and numerous improvements and bug fixes, this is a must upgrade version for current BlogEngine.NET users and those interested in entering the blog scene. read more...

add a comment | category: | Views: 27

tags: another

Welcome to the new DotNetKicks (blog.dotnetkicks.com)

published 29 days, 17 hours ago, submitted by javeryjavery(3307) 29 days, 17 hours ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments | category: | Views: 400

tags: another

jQuery 1.4 Released! (jquery14.com)

published 26 days, 11 hours ago, submitted by powerrushpowerrush(3754) 26 days, 13 hours 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: 476

tags: another

How Fanboys See .NET ORMs (www.kevinwilliampang.com)

published 25 days, 18 hours ago, submitted by kpanghmckpanghmc(2025) 26 days, 7 hours ago

A play off of the recent "How Fanboys See Operating Systems" post. read more...

5 comments | category: | Views: 669

tags: another

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

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

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

2 comments | category: | Views: 842

tags: another

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

published 23 days, 11 hours ago, submitted by grantpalingrantpalin(342) 25 days, 16 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: 632

tags: another

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

published 21 days, 4 hours ago, submitted by shayfriedmanshayfriedman(905) 24 days, 16 hours 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: 764

tags: another

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

published 20 days, 17 hours ago, submitted by atifazizatifaziz(990) 22 days, 9 hours 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: 475

tags: another

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

published 14 days, 16 hours ago, submitted by veverkapveverkap(805) 15 days, 12 hours ago

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

1 comment | category: | Views: 401

tags: another

Large or asynchronous file uploads in ASP.NET MVC (dimebrain.com)

published 17 days, 12 hours ago, submitted by johnsheehanjohnsheehan(4545) 20 days, 11 hours ago

The challenge of uploading large files in ASP.NET through HTTP is not a new challenge. In addition to handling large files, users often request an experience that shows the progress of an upload as it occurs. When you have either or both of these requirements, or if you simply need direct control of a stream of file data uploaded from a browser, you invariably hit the wall. I set about solving the problem in an ASP.NET MVC-specific way. read more...

add a comment | category: | Views: 460

tags: another

How to not suck at a techincal interview (www.bradcunningham.net)

published 27 days, 11 hours ago, submitted by FoovanadilFoovanadil(140) 28 days, 17 hours ago

CORRECT LINK THIS TIME. Tips to improve your marketability during a technical interview. Mostly a rant :) read more...

7 comments | category: | Views: 639

tags: another

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

published 18 days, 19 hours ago, submitted by johnsheehanjohnsheehan(4545) 19 days, 17 hours 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: 288

tags: another

CodePlex adds Mercurial support (blogs.msdn.com)

published 12 days, 18 hours ago, submitted by jwanageljwanagel(395) 18 days, 3 hours ago

Microsoft's open source project hosting site announces the addition of Mercurial to its supported source control systems. read more...

2 comments | category: | Views: 180

tags: another

Measuring the Performance of Asynchronous Controllers (blog.codeville.net)

published 15 days, 12 hours ago, submitted by desmonddesmond(1830) 16 days, 1 hour ago

It's easy enough to start using Asynchronous Controllers with ASP.NET MVC 2.0. But how do you know whether it's giving you any benefits? You might be surprised to learn that, in many default scenarios, you won't get any benefit unless you also make some crucial configuration changes. In this blog post you'll see a simple way to load test your asynchronous controllers, and find a rundown of important configuration options that will dramatically affect their behavior. read more...

add a comment | category: | Views: 189

tags: another

ASP.NET MVC 2 - ScottGu's Blog (weblogs.asp.net)

published 25 days, 16 hours ago, submitted by johnrummelljohnrummell(1255) 27 days, 18 hours ago

Over the last six months the ASP.NET team has been steadily releasing preview, then beta, and now release candidate builds of ASP.NET MVC 2. Given that the final release is not too far away, I thought it was a good time to start a new multi-part ASP.NET MVC 2 blog series that discusses the new features and how best to take advantage of them. read more...

5 comments | category: | Views: 297

tags: another

Write C# instead of JavaScript - gain the productivity of C# dev. (sharpkit.net)

published 26 days, 12 hours ago, submitted by alexgrossalexgross(239) 26 days, 18 hours ago

SharpKit is a Web Toolkit that enables you to write C# and convert it to JavaScript during compilation. Writing and maintaining JavaScript code can be very expensive. Migrating from JavaScript to C# enables you to: *Leverage Visual Studio C# productivity *Maximize cross-browser compatibility *Streamline client-side code review read more...

11 comments | category: | Views: 629

tags: another

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

published 20 days, 18 hours ago, submitted by KodefuGuruKodefuGuru(965) 21 days, 11 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: 209

tags: another