buddydvd

Stories kicked by buddydvd

So, what is this Boo language anyway?(ayende.com)

submitted by LordLord(3737) 4 years, 5 months ago

Boo is an object oriented, statically typed language for the common language runtime with a Python inspired syntax and focused on language and compiler extensibility. Boo is an Open Source project, released under the BSD license. This means that you are free to take, modify and use the language and its products in any way you want, without any limitation read more...

add a comment |category: |Views: 16

tags: another

Implementing filters in asp.net mvc(flanders.co.nz)

submitted by casualjimcasualjim(520) 4 years, 5 months ago

This post demonstrates how you could go about implementing filters for the asp.net mvc handler read more...

add a comment |category: |Views: 34

tags: another

Exists Vs. Count(*) - The battle never ends...(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 5 months ago

Exists Vs. Count(*) - The battle never ends... why you should use exists and not count(*) read more...

add a comment |category: |Views: 36

tags: another

ASP.NET MVC: Choosing Your Data Access Method(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 4 years, 5 months ago

Rob Conery discusses the pros and cons of using Linq To Sql, SubSonic, and NHibernate with MVC (and ASP.NET in general). read more...

add a comment |category: |Views: 21

tags: another

Amazon SimpleDB(amazon.com)

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

Amazon SimpleDB is a web service for running queries on structured data in real time. read more...

2 comments |category: |Views: 16

tags: another

Optimize Your Code For Multi-Core Machines(msdn.microsoft.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

Use the Task Parallel Library (TPL) to easily benefit from multiple processor cores. This introduction gives great examples of how easy it is to rewrite your code for multiple cores and what performance gains await you afterwards. read more...

add a comment |category: |Views: 11

tags: another

Using jQuery with ASP.NET MVC(chadmyers.com)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 5 months ago

For the sake of this article, I'm going to assume you're already at least basically familiar with jQuery. My goal here is not to teach how to use jQuery, but rather how jQuery might be used against the new ASP.NET 3.5 MVC Extensions. For this post, I'm going to work with the Edit In Place tutorial by Jack Born. read more...

add a comment |category: |Views: 120

tags: another

New ASP.NET Dynamic Data Support(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 5 months ago

One of the cool new features is something we call "ASP.NET Dynamic Data Support". In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to SQL (and in the future LINQ to Entities) object model - and optionally allows you to-do this without having to build any pages manually. read more...

add a comment |category: |Views: 18

tags: another

LINQ and Deferred Execution Video(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 5 months ago

Here is a video version of the Deferred Execution post I published on December 9. You can watch the video on SoapBox, or you can access it directly from the Microsoft Downloads site. To download the video, just right click on this link and choose Save target as or Save link as from the popup menu. read more...

add a comment |category: |Views: 20

tags: another

ASP.NET MVC Dynamic Route builder Released(codeeleven.blogspot.com)

submitted by FlySwatFlySwat(485) 4 years, 5 months ago

This is a simple HTTPModule that allows you to place your routing rules in web.config were they belong. read more...

add a comment |category: |Views: 343

tags: another

Spell checker for HTML, ASP.NET, JScript(blogs.msdn.com)

submitted by gt1329agt1329a(7849) 4 years, 5 months ago

Visual studio addin to spell check HTML, C#, JavaScript, and VB comments. Updated for VS2008. read more...

1 comment |category: |Views: 32

tags: another

Why Use Continuous Integration - Beginner's Overview(scottcreynolds.com)

submitted by percent20percent20(855) 4 years, 5 months ago

Good conceptual overview of why to use Continuous Integration. As a person that didn't understand much at all about it. This article sense me down the right direction of understanding. read more...

add a comment |category: |Views: 52

tags: another

How To: Validation Using ASP.NET MVC(blog.danielroot.com)

submitted by boatboyboatboy(195) 4 years, 5 months ago

Validation using ASP.NET MVC. read more...

2 comments |category: |Views: 665

tags: another

Sorting for Humans : Natural Sort Order(codinghorror.com)

submitted by _Sam__Sam_(145) 4 years, 5 months ago

This is a good article on the importance of human-oriented sorting and difficulty in implementing such a routine succinctly it in .NET and LINQ. read more...

2 comments |category: |Views: 171

tags: another

.Net Syntax Highlighter with support for ~460 syntaxes(duartes.org)

submitted by gustavodgustavod(775) 4 years, 5 months ago

MIT/X11-licensed Syntax highlighter built in C# with support for hundreds of syntaxes. The web interface lets you build and save color scheme. read more...

add a comment |category: |Views: 177

tags: another

Microsoft's .NET-Powered Windows Live Writer(neosmart.net)

submitted by ComputerGuruComputerGuru(540) 4 years, 5 months ago

Windows Live Writer is first major product to use the .NET Framework and ship out of Microsoft's camp. Ever since the release of the .NET Framework in 2002, people have wondered why Microsoft doesn't use its own framework to write its programs - it seems that they finally do - and that WLW may be the first of more to come! read more...

3 comments |category: |Views: 0

tags: another