bobfamiliar

Stories kicked by friends of bobfamiliar

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

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

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

Mindscape's ORM, LightSpeed 3.1 has been released(www.mindscape.co.nz)

submitted by traskjdtraskjd(3229) 2 years ago

LightSpeed 3.1 has been released and includes VS2010 designer support along with a slew of many new capabilities - the ability to link models together across several model design files (no more huge messy models, logically group them across files), support for saved designer views, core support for Class table inheritance, T4 code generation support, and a whole heap more to help developers deliver faster. read more...

add a comment |category: |Views: 211

tags: another

Latest jQuery and jQuery UI Theme links on Google CDN(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

I have often seen developers asking where to find the jQuery UI Library and the jQuery UI Themes on Google CDN. Well here’s the list read more...

add a comment |category: |Views: 17

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

Win the Latest Manning EBooks(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

Here’s a chance for you to win copies of the latest Manning EBooks. There are 10 copies in total to be won of the following: ASP.NET MVC 2 in Action, jQuery in Action - 2nd Edition, C# in Depth - 2nd Edition, SQL Server MVP Deep Dives, and SharePoint 2007 Developer's Guide to Business Data Catalog. read more...

add a comment |category: |Views: 253

tags: another

SQL Server - FOR XML EXPLICIT and CDATA, XML and XMLTEXT attributes(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

This is the follow-up post on FOR XML EXPLICIT that I promosed in the previous post. We saw some of the basics of FOR XML EXPLICIT in the previous post. Let us see a few more interesting usages of FOR XML EXPLICIT in this post. read more...

add a comment |category: |Views: 29

tags: another