IDelectable

Stories kicked by IDelectable

Redirecting Assemblies in .NET for MVC 3(chrisfulstow.com)

submitted by IDelectableIDelectable(290) 1 year, 6 months ago

How to update your ASP.NET MVC 2 project to MVC 3, and still use libraries that were built against MVC 2. read more...

add a comment |category: |Views: 3

tags: another

Embedding pre-compiled Razor views in your dll(www.chrisvandesteeg.nl)

submitted by alleyalley(2840) 1 year, 6 months ago

Inspired by David Ebbo’s blog post ‘Turn your Razor helpers into reusable libraries’ I wanted to be able to embed compiled Razor views in a dll. This would allow for easy distribution of asp.net mvc ‘modules’ that have their default views embedded, but allowing you to place files in your ‘views’ folder to override those default views read more...

add a comment |category: |Views: 356

tags: another

Using the IIS 7 URL Rewrite Module to block crawlers(chrisfulstow.com)

submitted by IDelectableIDelectable(290) 1 year, 11 months ago

Here’s an easy way to block the main web crawlers – Google Bing and Yahoo – from indexing any site across an entire server. This is really useful if you push all your beta builds to a public facing server, but don’t want them indexed yet by the search engines. read more...

add a comment |category: |Views: 14

tags: another

Announcing: Jobping URL Shortener. Open source MVC.NET 2 C#(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 2 years ago

Open source MVC.NET 2 C# Url Shortener read more...

add a comment |category: |Views: 343

tags: another

Customising Visual Studio debugger DataTips with DebuggerDisplay(chrisfulstow.com)

submitted by IDelectableIDelectable(290) 2 years, 3 months ago

Quick tip on how to use the DebuggerDisplay attribute to change how an object is displayed in the Visual Studio debugger. read more...

add a comment |category: |Views: 10

tags: another

Snack size C#: null coalescing operator(chrisfulstow.com)

submitted by IDelectableIDelectable(290) 2 years, 3 months ago

Examples of how to assign the value of an expression to a variable, unless that expression evaluates to null, in which case default to something else. And if that something else is also null, then fall back to another value, and so on. read more...

add a comment |category: |Views: 11

tags: another

New and upcoming books for ASP.NET developers(chrisfulstow.com)

submitted by IDelectableIDelectable(290) 2 years, 3 months ago

The are some great books in the pipeline for ASP.NET web developers. Everything from Visual Studio 2010, ASP.NET 4.0, ASP.NET MVC, HTML 5, jQuery 1.4, and even iPhone development. Not to mention second editions of classic titles like jQuery in Action and C# in Depth. read more...

add a comment |category: |Views: 18

tags: another

List of Technology Posters on MSDN(blogs.msdn.com)

submitted by ChrisBowenChrisBowen(240) 4 years, 5 months ago

Here's a list of developer and technology posters you can download from MSDN. .NET Framework, C#, VB, BizTalk, Silverlight, and others. read more...

1 comment |category: |Views: 31

tags: another

SQL Server 2008 will have IntelliSense(3poundmass.wordpress.com)

submitted by IDelectableIDelectable(290) 4 years, 5 months ago

Hurray! read more...

6 comments |category: |Views: 14

tags: another

.NET Coding Guidelines - Commenting(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Nice rant about developers who don't comment their code, I can sympathize. read more...

8 comments |category: |Views: 10

tags: another