idsln

Stories kicked by friends of idsln

jQuery Cycle Plugin on the Microsoft Ajax CDN(stephenwalther.com)

submitted by Stephen.WaltherStephen.Walther(180) 1 year, 7 months ago

Start using the jQuery Cycle plugin directly from the Microsoft Ajax CDN in your ASP.NET MVC and ASP.NET Web Forms applications. The jQuery Cycle plugin enables you to display fancy slide shows with over two dozen transition effects such as "toss", "shuffle", and "zoom". read more...

1 comment |category: |Views: 223

tags: another

ASP.NET MVC Custom Model Binding(www.dotnetcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 7 months ago

The following article demonstrates how to create a custom model binder to accept a strongly typed object from a HTML multi select control. read more...

add a comment |category: |Views: 191

tags: another

jQuery Code Snippets for Visual Studio(johnnycoder.com)

submitted by johnsheehanjohnsheehan(4785) 1 year, 9 months ago

Ben Griswold gives an overview of working with the jQuery Snippets for Visual Studio 2010, including how to get them to work with ReSharper read more...

add a comment |category: |Views: 13

tags: another

Entity Framework 4 - POCO Code Only(andrepassos.net)

submitted by andrelmpandrelmp(72) 1 year, 10 months ago

How to use Entity Framework 4 Code First read more...

3 comments |category: |Views: 687

tags: another

The duplex story: looking at duplex communication in SL4, Part 2(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 1 year, 10 months ago

Next to the Http Polling Duplex binding to allow for duplex communication, Silverlight 4 has 2 other options to do duplex, namely sockets (TCP) and the net.tcp binding. Sockets are the focus of this part. read more...

add a comment |category: |Views: 43

tags: another

The NEW DotNetKicks front page is in beta(dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 10 months ago

We are working on totally reworking how the front page of DotNetKicks works and the new version is now in public beta. Check it out, use it, and give us your feedback! read more...

5 comments |category: |Views: 433

tags: another

VS2010 Built-in ASP.NET, HTML, JavaScript Code Snippets Cheat Sheet(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 1 year, 11 months ago

Visual Studio 2010 added support for HTML, JavaScript and ASP.NET code snippets. Here's a handy cheat sheet that lists out all of the new ones included in VS2010. read more...

add a comment |category: |Views: 61

tags: another

How to Query a User's del.icio.us Feed with RestSharp(www.aaronstannard.com)

submitted by AarononthewebAaronontheweb(1140) 1 year, 11 months ago

Using RestSharp's smart deserialization capabilities to automatically parse an XML document (del.icio.us RSS feeds in this case) into POCO classes. read more...

add a comment |category: |Views: 98

tags: another

Dropbox API, RestSharp and C# Part 2: The Revenge!(dkdevelopment.net)

submitted by dkarzondkarzon(135) 2 years ago

How to use the DropBox API with RestSharp - Part2: Files read more...

add a comment |category: |Views: 133

tags: another

Dropbox API and RestSharp for a C# developer(dkdevelopment.net)

submitted by johnsheehanjohnsheehan(4785) 2 years ago

How to use the DropBox API with RestSharp read more...

add a comment |category: |Views: 747

tags: another

Html Agility Pack 1.4.0 Released(blog.j-maxx.net)

submitted by darthobiwandarthobiwan(140) 2 years ago

After many years Html Agility Pack has a new release. It now includes better support for LINQ queries and has received many bug fixes since 1.3.0. read more...

add a comment |category: |Views: 38

tags: another

ANTS Profiler Saves Me From A Sordid Fate(www.simple-talk.com)

submitted by javeryjavery(5523) 2 years ago

"It’s an ancient story of doing something dumb in haste, forgetting about it, and then regretting it at leisure." Carl Niedner recounts how he found his latest and greatest creation suddenly plagued with long loading times. He explains how he eventually achieved a 120x speed increase, fifteen minutes after downloading ANTS Performance Profiler. Read the full story. read more...

1 comment |category: |Views: 339

tags: another

No-SQL – MongoDB – From introduction to high level usage in C#(fredzvt.wordpress.com)

submitted by javeryjavery(5523) 2 years, 1 month ago

A good introduction to using MongoDB from C# read more...

add a comment |category: |Views: 737

tags: another

Build a group SMS app with ASP.NET MVC(blog.twilio.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 1 month ago

A quick walkthrough on how to build a group SMS application using Twilio and ASP.NET MVC. read more...

add a comment |category: |Views: 27

tags: another

Moles: Mocking the Un-Mockable(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Taking at how to use Pex/Moles for .Net. Unit testing is great, but most free isolation frameworks require that your mocks implement an interface. But what do you do when the class you are trying to mock is static or sealed with no interface. If you can’t modify the class then your unit testing efforts are usually stuck. Moles, the new free isolation framework from Microsoft, supports mocking almost any CLR based class (including sealed and static classes) read more...

add a comment |category: |Views: 433

tags: another

Google Weather API with RestSharp(lukencode.com)

submitted by dkarzondkarzon(135) 2 years, 1 month ago

Simple C# usage of RestSharp using the Google Weather API read more...

add a comment |category: |Views: 192

tags: another