CSharpFeeds - All your C# feeds in one place.

Tuesday, October 13, 2009

URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series)

by ScottGu via ScottGu's Blog on 10/13/2009 7:13:25 AM

[In addition to blogging, I have recently been using Twitter to-do quick posts and share links. You can follow me on Twitter at: www.twitter.com/scottgu (@scottgu is my twitter name)] This is the eighth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.  Today’s post covers a cool new runtime feature in ASP.NET 4 – which is the ability to use URL routing with Web Forms based pages. What is URL Routing? URL routing was a capability we first introduced ...

[ read more ]

LINQ To SQL Tips & Tricks: String Operations

by Paulo Morgado via Paulo Morgado : C# on 10/13/2009 12:51:43 AM

LINQ brought developers a very user friendly and domain independent style of writing queries. The fact that the way queries are written is domain independent doesn’t mean that any query will compile the same way or even run the same way. You’ll always need to know how the provider will behave. LINQ To Objects, for example, will compile queries as a Func<> delegate and the query methods will return IEnumerable(T) implementations. On the other hand, LINQ To SQL will compile queries as ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us