Loonquawl

Stories kicked by Loonquawl

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

submitted by dmcgivdmcgiv(370) 2 years, 11 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) 2 years, 11 months ago

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

1 comment |category: |Views: 743

tags: another

AnkhSVN 2.0.6310 Released - Subversion Plugin for Visual Studio.(ankhsvn.open.collab.net)

submitted by refpointerrefpointer(165) 2 years, 11 months ago

New features include: Experimental support of Visual Studio 2010, Overall performance improvemens, and much more... read more...

1 comment |category: |Views: 588

tags: another

ASP.NET - YSlow and ASP.NET: 100 points "A" grade is possible(karpach.com)

submitted by karpach96karpach96(265) 2 years, 11 months ago

Just in case if somebody doesn’t know what YSlow is? YSlow is Firefox add-on integrated with Firebug. It analyzes web pages and tells you why they are slow. You can run it on you project and see your grade. You can do some easy improvements and maybe even get D grade. However to get higher then D grade becomes a real challenge. Below I will describe how I got A grade (100 points) on my web blog application. read more...

3 comments |category: |Views: 629

tags: another

Announcing TeamCity.CodeBetter.com (codebetter.com)

submitted by MichaelDotNetMichaelDotNet(450) 2 years, 11 months ago

CodeBetter – in collaboration with JetBrains, IdeaVine, and Devlicio.us – is proud to announce the launch of TeamCity.CodeBetter.com – a continuous integration server farm for open source projects. JetBrains is generously supporting our community efforts by funding the monthly costs of the server farm and providing a TeamCity Enterprise license. Volunteers from CodeBetter, IdeaVine, and Devlicio.us are administering the servers and setting up OSS projects on the build grid. read more...

1 comment |category: |Views: 205

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 11 months ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

tags: another

Understand closures with JavaScript(devlicio.us)

submitted by DrWatsonDrWatson(690) 2 years, 11 months ago

Closures are a programming concept that can be a bit intimidating but it shouldn't be this way. Hopefully this short article can clarify how that works and how to avoid problems when using it. read more...

add a comment |category: |Views: 307

tags: another

SVN-Monitor is going Open-Source(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(1993) 2 years, 11 months ago

You can start downloading the latest beta version and it's source-code (C#). read more...

add a comment |category: |Views: 429

tags: another

Awful Command Line Parsing API in .NET 4.0(tirania.org)

submitted by KhabaKhaba(125) 2 years, 11 months ago

Miguel de Icaza about System.Core's new System.Shell.CommandLine read more...

add a comment |category: |Views: 525

tags: another

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

submitted by dmcgivdmcgiv(370) 2 years, 11 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

SQL SERVER 2008 Interview Questions and Answers - PDF Download(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 11 months ago

I have listed all the series in this post so that it can be easily downloaded and used. All the questions are collected and listed in one PDF which is here to download. If you have any question or if you want to add to any of the question please send me mail or write a comment. Must Bookmark! read more...

add a comment |category: |Views: 1848

tags: another

Using Enums in List Controls(west-wind.com)

submitted by decarufedecarufe(959) 2 years, 11 months ago

Convert data to and from enums. read more...

add a comment |category: |Views: 411

tags: another

Parallel.For(…): A Deeper Dive – Parallel Programming in .Net 4.0(lovethedot.net)

submitted by RagoczyRagoczy(655) 2 years, 11 months ago

An in-depth look at the Parallel.For() method from the Parallel Extensions coming in .Net 4.0. This article examines the return value and optional parameters of Parallel.For, including local thread initialization, finalization and the ParallelState object. Most of the information also applies to Parallel.ForEach, as well. read more...

1 comment |category: |Views: 376

tags: another

Does LINQ StinQ? Not with PLINQO!(kevinlawry.wordpress.com)

submitted by pwelter34pwelter34(179) 2 years, 11 months ago

PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008. read more...

add a comment |category: |Views: 410

tags: another

15 Helpful .NET Extension Methods to Increase Productivity(goneale.wordpress.com)

submitted by gonealegoneale(1055) 2 years, 11 months ago

Alright folks, this is my arsenal of useful Extension Methods for .NET 3.0+ mostly written by me to help with development productivity. Some real time-savers in here such as .ToInt() and .ToDateTime() (with and without a default fallback value), plus... read more...

add a comment |category: |Views: 839

tags: another

Programming for Vista, Part 2: Adding Aero Glass in Managed Code(goneale.wordpress.com)

submitted by gonealegoneale(1055) 2 years, 11 months ago

In part 1 of my Vista programming series I discussed how to add CommandLink’s to your application. In part 2 this chapter, I wish to discuss how you can enhance your Windows smart client application (primarily targetting Windows Forms in this example) adding a Windows Vista Aero “glass” effect to your application. read more...

1 comment |category: |Views: 356

tags: another