johnrummell

Stories kicked by johnrummell

How to help yourself when NuGet goes down(www.xavierdecoster.com)

submitted by johnrummelljohnrummell(1321) 2 months, 18 days ago

Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain… read more...

2 comments |category: |Views: 131

tags: another

MessageBox – The jQuery Plugin(www.jrummell.com)

submitted by johnrummelljohnrummell(1321) 1 year ago

Now that I’ve been working more and more with ASP.NET MVC, I’ve been rewriting some of my server side controls with jQuery plugins. A while back I shared my version of Janko’s popular MessageBox control. I’ve created a similar effect with a jQuery plugin based on the Highlight/Error examples on the jQuery UI Themes page. read more...

add a comment |category: |Views: 13

tags: another

IIS Express and Visual Studio 2010 without SP1(www.jrummell.com)

submitted by johnrummelljohnrummell(1321) 1 year, 2 months ago

Here’s how you can integrate IIS Express with Visual Studio 2010 without SP1. I’m taking advantage of External Tools again. read more...

2 comments |category: |Views: 16

tags: another

Another Repository(osmirnov.net)

submitted by slo2olsslo2ols(618) 1 year, 8 months ago

I think a theme of Repository pattern is common for many developer blogs. Certainly my blog won't be an exclusion. But I don't want to impose own implementation of this pattern. Instead, in this post we'll look at the pattern from a different side. read more...

add a comment |category: |Views: 270

tags: another

MVC 3's IValidatableObject(buildstarted.com)

submitted by MorderMorder(280) 1 year, 8 months ago

I’ve come across a couple ways to do validation in MVC. My favorite is the IvalidatableObject method. It’s fairly simple to setup. read more...

add a comment |category: |Views: 333

tags: another

7 Freely available E-Books/Guides I found essential for .NET Programme(amazedsaint.blogspot.com)

submitted by BognitBognit(2125) 1 year, 8 months ago

Freely available E-Books/Guides I found essential for .NET Programme read more...

3 comments |category: |Views: 914

tags: another

Interesting .NET Framework 4 Statistics(geekswithblogs.net)

submitted by sdormansdorman(1415) 1 year, 8 months ago

Some interesting statistics for the .NET Framework 4.0. There were a total of 44,346 types (loaded from 130 assemblies), with 33,152 classes, 2,398 interfaces, 4,828 enums, and 8,796 value types. read more...

add a comment |category: |Views: 359

tags: another

Is is as or is as is?(blogs.msdn.com)

submitted by sdormansdorman(1415) 1 year, 8 months ago

A short and concise post by Eric Lippert about the is and as operators in C#. read more...

add a comment |category: |Views: 176

tags: another

Getting Started with Code Contracts in VS2010(stevesmithblog.com)

submitted by threenine39threenine39(329) 1 year, 8 months ago

A good overview of the coding by contracts in visual studio read more...

9 comments |category: |Views: 358

tags: another

Deserialize JSON string and bind to ASP.NET DropDownList(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 8 months ago

This article demonstrates how to Deserialize JSON string and bind to an ASP.NET DropDownList control. read more...

1 comment |category: |Views: 213

tags: another

Free ebook: Moving to Microsoft Visual Studio 2010(blogs.msdn.com)

submitted by sdormansdorman(1415) 1 year, 8 months ago

Microsoft offers a free ebook: Moving to Microsoft Visual Studio 2010 (Microsoft Press, 2011; 336 pages), written by Patrice Pelland, Pascal Paré, and Ken Haines. read more...

1 comment |category: |Views: 371

tags: another

Most popular .NET web frameworks(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 8 months ago

Most popular .NET web frameworks - ASP.NET MVC, ASP Webforms, Casttle project, FubuMVC and others. read more...

add a comment |category: |Views: 199

tags: another

Add OpenID Login Support In Your ASp.NET Application(midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 1 year, 8 months ago

A simplest and easiest way to implement OpenID login support in ASP.NET webform applications. read more...

add a comment |category: |Views: 205

tags: another

ReSharper Zencoding(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 9 months ago

I have to say I really like the new ASP.NET features in ReSharper 5 but in addition to all the goodness, the ReSharper Zen Coding Powertoy really rocks. read more...

1 comment |category: |Views: 749

tags: another

HTML5 Support In Visual Studio 2010(www.raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 1 year, 9 months ago

I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a bit of homework and came up with an easy workaround. read more...

add a comment |category: |Views: 692

tags: another

Getting rid of null checks in property chains with - but not limited t(bit.ly)

submitted by sandordsandord(140) 1 year, 9 months ago

This article explains how to get rid of the annoying null checks you often have to do before you can evaluate expressions like Order.Customer.Address.ZipCode safely. The provided code builds and compiles an expression tree that does the job in an elegant and well performing manner. Specific extension methods for AutoMapper and S#arpArchitecture are provided as well. read more...

add a comment |category: |Views: 556

tags: another