RalphdeRuijter

Stories kicked by RalphdeRuijter

ASP.NET MVC 2 Preview 2 Released(haacked.com)

submitted by TroyMGTroyMG(2670) 2 years, 7 months ago

Today we just released ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1), which builds on top of the work we did in Preview 1 released two months ago. Some of the cool new features we’ve added to Preview 2 include... read more...

add a comment |category: |Views: 438

tags: another

Visual Studio: Automatically increment assembly build version(code.mareoblo.pl)

submitted by elfyelfy(230) 2 years, 8 months ago

I always wanted to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. Additionally there should be support inside Visual Studio and possibility for custom settings because I like the “date sigining” where 3 last fields are just YYYY-MM-DD. A dream come true ;) in form of Build Version Increment add-in for Visual Studio 2005/2008. read more...

2 comments |category: |Views: 674

tags: another

Two part screencast on iPhone Development using C#(codesnack.com)

submitted by BschooleyBschooley(125) 2 years, 8 months ago

This screencast compares and contrasts the creation of a UITabBarController-based application in both Xcode using Cocoa and MonoDevelop using MonoTouch. read more...

add a comment |category: |Views: 535

tags: another

Silverlight 3 Behaviors : Double Click Trigger(compiledexperience.com)

submitted by NigelSampsonNigelSampson(505) 2 years, 11 months ago

How to create a Double Click Trigger in Silverlight 3 to compose rich interactive experiences. read more...

add a comment |category: |Views: 458

tags: another

IIS Search Engine Optimization Toolkit (ScottGu)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 11 months ago

"Today we are shipping the first beta of a new free tool - the IIS Search Engine Optimization Toolkit - that makes it easy to perform SEO analysis on your site and identify and fix issues within it." read more...

add a comment |category: |Views: 229

tags: another

Solution to Famous Error 40 of SQL Server - A Must Bookmark(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years ago

Everybody who has ever used SQL Server might have encountered this error one time or another time. This is absolutely must bookmark link. read more...

1 comment |category: |Views: 605

tags: another

Castle Windsor 2.0 RTM Released!(ayende.com)

submitted by LordLord(3737) 3 years ago

Some would say that it is about time, I would agree. Windsor might not be the OSS project in pre release state for the longest time (I think that the honor belong to Hurd), but it spent enough time at that state to at least deserve a honorary mention. f you will look, you won’t find Windsor 1.0, only release candidates for 1.0. As I believe I mentioned, Windsor has been production ready for a long time, and for the full release we decided to skip the 1.0 designator, which doesn’t really fit, and go directly to 2.0 read more...

add a comment |category: |Views: 343

tags: another

Top 5 SQL System stored procedures every developer should know(dotnetcube.com)

submitted by dncdudedncdude(1350) 3 years ago

There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer’s perspective, here’s a list of 5 System stored procedures that are my favorite. read more...

1 comment |category: |Views: 1037

tags: another

I Spose I’ll Just Say It: Still Waiting For a GOOD Reason to Learn MVC(blog.theaccidentalgeek.com)

submitted by developerbuzzdeveloperbuzz(145) 3 years, 1 month ago

Why you shouldn’t learn MVC Earlier today Rob Connery posted about why he thinks You Should Learn MVC. Rob is a great guy and we always have lively discussions whenever we meet at conferences. I was in the middle of writing a long comment on his blog when I decided it might be better as it’s own post. read more...

add a comment |category: |Views: 525

tags: another

A QueryString collection for JavaScript(prettycode.org)

submitted by deverdever(350) 3 years, 1 month ago

Used to Request.QueryString? It doesn't exist in JavaScript. Here's a script to create it with no other script dependencies. read more...

4 comments |category: |Views: 284

tags: another

string.Empty versus ""(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 1 month ago

The author shows ways that "" is better than string.Empty and results in clearer and possibly faster code. read more...

15 comments |category: |Views: 939

tags: another

15 Essential Checks Before Launching Your Website(smashingmagazine.com)

submitted by LordLord(3737) 3 years, 1 month ago

Your website is designed, the CMS works, content has been added and the client is happy. It’s time to take the website live. Or is it? When launching a website, you can often forget a number of things in your eagerness to make it live, so it’s useful to have a checklist to look through as you make your final touches and before you announce your website to the world. read more...

add a comment |category: |Views: 403

tags: another

Web 2.0 AJAX Portal using ASP.NET 3.5,jQuery,Silverlight,Linq,Unity(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 1 month ago

Learn how to build a Web 2.0 AJAX portal just like Google IG using jQuery, ASP.NET, Silverlight, Linq to SQL, Workflow Foundation and Unity read more...

add a comment |category: |Views: 346

tags: another

Efficient Paging In Silverlight 2 (dotnetcurry.com)

submitted by dripiotdripiot(125) 3 years, 1 month ago

The following article demonstrates how to create and consume a WCF service in Silverlight 2.0 and use efficient server side paging using LINQ to page through event log data. read more...

add a comment |category: |Views: 84

tags: another

A Localization Handler to serve ASP.NET Resources to JavaScript(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 1 month ago

Here's an implementation of an HTTP handler that can serve ASP.NET Server resources to JavaScript clients easily. The handler can provide both local and global, normalized server resources to client JavaScript pages as objects, so that you can localize resources in one place on the server. Use standard Resx resources or custom database resource provider from the Westwind.Globalization tools (included in the download) read more...

add a comment |category: |Views: 208

tags: another

Beginning Mocking With Moq 3 - Part 4(codethinked.com)

submitted by jcoffmanjcoffman(370) 3 years, 1 month ago

into to mocking using moq libary, part 4 read more...

add a comment |category: |Views: 151

tags: another