Aaronontheweb

Stories kicked by friends of Aaronontheweb

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

submitted by johnrummelljohnrummell(1321) 2 months, 17 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

How to append options to CascadingDropDown after initially populated v(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 1 year, 1 month ago

I needed to add additional dropdown options to a DropDownList web control in use by the Ajax Control Toolkit CascadingDropDown ASP.NET AJAX extender. The CascadingDropDown provided a means to get an automatic population of a set of options called by the web service. needed a way to append an “All” option to the drop down list, but I didn’t want to automatically include “All” as valid option in my Web Service. I wanted to append it on a specific form rather than as part of the data feed. read more...

add a comment |category: |Views: 8

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

Announcing the 2010 Encosia Holiday Giveaway(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 5 months ago

Enter for a chance to win VS2010 Ultimate with one year of MSDN or up to a year's free membership at TekPub. read more...

add a comment |category: |Views: 2

tags: another

Dean Hume - Analytics - Bounce Rate(deanhume.com)

submitted by deanomachinodeanomachino(764) 1 year, 7 months ago

If you are a fellow blogger or Webmaster then read on, because this might interest you somewhat. When I first started out blogging, I added Google Analytics to my site to track visitors and stats. It's a great free tool and generally a really accurate service, and I'm certain that millions of people use this service. However, one of the things that I found was that my bounce rate was unusually high. It was and still is sitting at around 80%. read more...

1 comment |category: |Views: 31

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

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

6,953 reasons why I still let Google host jQuery for me(encosia.com)

submitted by pycckipyccki(357) 1 year, 8 months ago

It’s been nearly two years since I wrote about using Google’s CDN to host jQuery on your public-facing sites. In that post, I recommended it due to three primary benefits that public CDNs offer: decreased latency, increased parallelism, and improved caching. Though the post has been overwhelmingly well-received, concerns have been raised as to whether or not the likelihood of better caching is truly very significant. Since the efficacy of that benefit depends entirely on how many other sites are using the same CDN, it takes quite a bit of research to make an objective case either way. I’ve never been happy about responding with vague answers. Caching probability is a valid concern and deserves to be taken seriously. So, I decided to cobble together an HTTP crawler, analyze 200,000 of the most popular sites on the Internet, and determine how many of those are referencing jQuery on Google’s public CDN. read more...

add a comment |category: |Views: 10

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