d104

Stories kicked by d104

Introducing StitchIt – The CommonJS Module packager for ASP.NET MVC(blog.davidpadbury.com)

submitted by d104d104(25) 1 year, 1 month ago

A CommonJS Module packager for ASP.NET MVC for structuring large HTML5 JavaScript applications. Includes both client-side templating and CoffeeScript support. read more...

add a comment |category: |Views: 40

tags: another

Using NAnt with Visual Studio(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 4 years, 1 month ago

Get your NAnt build running from VS.Net with full intelli-sense, and build errors reported to the error list window. read more...

add a comment |category: |Views: 140

tags: another

Why you should not place your whole site in an UpdatePanel(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 1 month ago

Three significant reasons why you should avoid using an UpdatePanel to encapsulate your entire site and provide "navigation" by refreshing content areas. read more...

add a comment |category: |Views: 19

tags: another

Building Domain Specific Languages on the CLR(infoq.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 1 month ago

Nice article on DSLs in the .NET space read more...

4 comments |category: |Views: 23

tags: another

Caliburn Beta 1 is Here(devlicio.us)

submitted by rob.eisenbergrob.eisenberg(105) 4 years, 1 month ago

Caliburn, an MVP/SmartClient framework for WPF has been released to Beta 1. read more...

add a comment |category: |Views: 8

tags: another

Resourceful ASP.NET MVC: Multiple approaches to optimizing CSS(dimebrain.com)

submitted by dcrennadcrenna(1355) 4 years, 1 month ago

This article summarizes multiple articles on how to crunch, combine, cache, and compress CSS resources using the ASP.NET MVC demo template to show the methods in practice. The techniques used are meant to be a good trade-off between performance and time-saving, since CSS resources are dynamically processed once on the server, eliminating the need for tedious manual optimization prior to deployment. read more...

add a comment |category: |Views: 28

tags: another

Why asp.net MVC is so awesome.(codethinked.com)

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

The number one reason why asp.net MVC is the best thing ever. read more...

20 comments |category: |Views: 104

tags: another

10 Tips for a happy upgrade to Visual Studio 2008 RTM(weblogs.asp.net)

submitted by reteepreteep(739) 4 years, 5 months ago

Jon Galloway puts together a nice summary for updating Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM. This can save you a couple of headaches if you read it before upgrading! read more...

1 comment |category: |Views: 5

tags: another

Visual Studio 2008 RTM available for download(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 6 months ago

MSDN subscribers can now download final RTM version of Visual Studio 2008. read more...

25 comments |category: |Views: 294

tags: another

VDialog - Customizable Vista like dialog for WinForms(codeproject.com)

submitted by drugarcedrugarce(610) 4 years, 6 months ago

Give your application some nice looking dialogs with this custom control read more...

add a comment |category: |Views: 79

tags: another

7 of Hardest Things I Learned About Writing Software(simpable.com)

submitted by rimsystemsrimsystems(6119) 4 years, 6 months ago

Learning to write code is not that hard. With a book, Google, and a little free time just about anyone can hack something together. However, to become a good software developer you need a passion to constantly and continually learn. read more...

3 comments |category: |Views: 8

tags: another

RSS Feed with the new ASP.NET MVC Framework(blogs.msdn.com)

submitted by k000derk000der(4765) 4 years, 6 months ago

Building RSS feed busing ASP.NET MVC read more...

add a comment |category: |Views: 24

tags: another

Exploring one of MS AJAX’s often overlooked features.(encosia.com)

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

A closer examination of ASP.NET AJAX's $addHandler function and several real world examples of its use. read more...

add a comment |category: |Views: 6

tags: another

Lambdas and Closures and Currying. Oh my! (Part 1)(codethinked.com)

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

Part 1 of an n part article on functional programming in C# 3.0, from the viewpoint of a functional programming novice! read more...

2 comments |category: |Views: 15

tags: another

31 Days of Resharper(excastle.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 4 years, 11 months ago

JetBrains, the guys who make ReSharper, have a lot of info on their Web site that shows off some of the ReSharper features. But it's a lot to absorb in one sitting. And besides, it could use the point-of-view of an actual, happy customer, saying "These are my absolute favorite features" instead of the complete laundry list. So this guy set aside February on his blog for the "31 Days of ReSharper". read more...

add a comment |category: |Views: 54

tags: another

Automating web tests with FitNesse and Selenium(gojko.net)

submitted by gojkogojko(1115) 4 years, 11 months ago

Web user interfaces have traditionally been hard to integrate into an automated test process. Selenium+FitNesse combination, with just a bit of coding, solves this task incredibly well. read more...

add a comment |category: |Views: 536

tags: another