philpill

Stories kicked by philpill

Wanna see ASP.NET MVC RTM-ed? Help test MVC RC2(codeclimber.net.nz)

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

ASP.NET MVC RC2 has just been released, and it includes a pretty big change in the installation process. Before it is RTMed they want to make sure it doesn't break anything, so, help test the installation procedure in as many machine as you can, and report problems. read more...

1 comment |category: |Views: 218

tags: another

ASP.NET MVC Release Candidate 2(haacked.com)

submitted by dmcgivdmcgiv(370) 3 years, 2 months ago

Release Candidate 2 for ASP.NET MVC is now available read more...

1 comment |category: |Views: 321

tags: another

15 Most Interesting jQuery Tutorials(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 2 months ago

This time we collected the most interesting jQuery tutorials. read more...

1 comment |category: |Views: 743

tags: another

JQuery 1.3.2 Released with much better performance(docs.jquery.com)

submitted by dmcgivdmcgiv(370) 3 years, 3 months ago

The benefits of the new Sizzle selector engine are really starting to come to light as contributions from the larger JavaScript community come in. A number of additions have landed that have helped to improve the performance of the engine - especially in Internet Explorer. read more...

add a comment |category: |Views: 426

tags: another

Introduction to WCF: Creating your first Service(dimecasts.net)

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

Taking a look at WCF and how to create your first service using this great technology read more...

add a comment |category: |Views: 527

tags: another

Building a simple multiplayer game with ASP.Net MVC and jQuery(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 5 months ago

Last weekend I had presented a small multiplayer-game built in MVC and jQuery as a sample for a speaking engagement. There isn't much to the "game", as you currently can only move around, but it helps illustrate how easy it is to use jQuery and MVC together to make something interesting. Who knows, maybe the source could kick-start development on your own game? read more...

add a comment |category: |Views: 931

tags: another

How To Guarantee That Your Software Will Suck(codethinked.com)

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

Do you bad software and unhappy developers? Well, it isn't that hard... read more...

add a comment |category: |Views: 651

tags: another

Becoming a ReSharper Samurai - Part 2(dimecasts.net)

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

This is the second in a multi-part series were we will guide you through various features of ReSharper. read more...

add a comment |category: |Views: 485

tags: another

5 Tips for Better jQuery Cod(marcgrabanski.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

I've been coding using jQuery since shortly after it came out, and well -- I've been using it almost every work day. Here is a few tips that have saved me time. read more...

3 comments |category: |Views: 539

tags: another

Emergent Complexity(codethinked.com)

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

Why is it that our well designed systems seem to fall into chaos so easily? read more...

add a comment |category: |Views: 356

tags: another

What Gives? Microsofts Code Generation Tool(spoiledtechie.com)

submitted by spoiledtechiespoiledtechie(255) 3 years, 6 months ago

In a world of Microsoft and third party applications, out comes t4. t4 is a code generation tool that can compete with CodeSmith, but its FREE and built right into Visual Studio. It has been years since the first edition with very little publication of the actual application. t4 is a free code generation engine from Microsoft that underpins the Domain Specific Languages and Software Factory toolkits. read more...

add a comment |category: |Views: 1077

tags: another

Functional .NET 4.0 - Tuples and Zip(codebetter.com)

submitted by stribnystribny(225) 3 years, 6 months ago

F# vs .NET 4.0 read more...

1 comment |category: |Views: 380

tags: another

C# 4.0 New Features Part 4 - Generic Contravariance(codethinked.com)

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

A simple and easy to follow example of Contravariance in C# 4.0 read more...

add a comment |category: |Views: 1214

tags: another

Breaking changes to the String class in .NET 4.0(davesbox.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

This change will affect the behavior of the String.StartsWith, String.EndsWith, String.IndexOf and String.LastIndexOf methods by changing them to perform an ordinal (byte-for-byte) comparison by default instead of a culture-sensitive comparison using CultureInfo.CurrentCulture. In addition, the default overloads of String.ToUpper, String.ToLower, Char.ToUpper and Char.ToLower will be changed to use CultureInfo.InvariantCulture instead of CultureInfo.CurrentCulture. read more...

4 comments |category: |Views: 531

tags: another

Working With ASP.Net MVC Part 1 (dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 6 months ago

a quick look at building an application using the new ASP.Net MVC Beta, part one will handle the database read more...

1 comment |category: |Views: 377

tags: another

Writing Tests to Catch Memory Leaks in .NET(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 6 months ago

Although Microsoft will claim that it is "not possible to have a memory leak in managed code", most seasoned .NET developers will laugh at that statement. It turns out that it is very easy to leak memory -- just keep a referencing object around longer than the referenced object, and you can leak. Here is a way to write tests to catch leaks. read more...

2 comments |category: |Views: 608

tags: another