Wednesday, March 9, 2011

March 6th Links: ASP.NET, ASP.NET MVC, jQuery, EF, .NET

March 6th Links: ASP.NET, ASP.NET MVC, jQuery, EF, .NET


March 6th Links: ASP.NET, ASP.NET MVC, jQuery, EF, .NET

Posted: 06 Mar 2011 08:53 PM PST

Here is the latest in my link-listing series .  Also check out my Best of 2010 Summary for links to 100+ other posts I've done in the last year. [I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] ASP.NET 35 ASP.NET and VS 2010 What's New Videos : 35 free videos from Joe Stagner that highlight some of the new features that came in ASP.NET 4 and VS 2010. Filling in PDF Forms with ASP.NET and iTextSharp : Nice article by Scott Mitchell on how to populate PDF forms using ASP.NET and iTextSharp – an open source PDF library for .NET. Building and Using Custom OutputCache Providers with ASP.NET : A good MSDN Magazine article on how to outputcache ASP.NET Content with MongoDB and the AppFabric...(read more)

Silverlight Show: Interview with Silverlight MVP Jeremy Likness

Posted: 09 Mar 2011 09:35 AM PST

Silverlight Webinar: In this episode of Silverlight Show, Emil Stoychev sits down with Silverlight MVP Jeremy Likness at the MVP Summit 2011 that took place in Redmond, Washington from February 28 – March 2. In this interview, Jeremy shares more...( read more )...(read more)

XNA for Silverlight developers: Part 6 - Input (accelerometer)

Posted: 08 Mar 2011 09:31 PM PST

Don't miss... What is Windows Phone series XNA article by Levente Mihály WP7 series by Andrea Boschin WP7 and XNA book: Show more books This article is part 6 of the series "XNA for Silverlight developers": XNA for Silverlight developers: Part...( read more )...(read more)

...( read more )...(read more)

Posted: 09 Mar 2011 01:48 AM PST

...( read more )...(read more)

...( read more )...(read more)

Posted: 09 Mar 2011 01:48 AM PST

...( read more )...(read more)

Creating a Custom Markup Extension in WPF (and soon, Silverlight)

Posted: 08 Mar 2011 09:15 PM PST

WPF currently, and Silverlight in v5 , enables you to create your own custom markup extensions. Markup extensions are those little strings in XAML that are typically (but not always) enclosed in {curly braces} which, as the name implies, add new functionality...( read more )...(read more)

Creating a Custom Markup Extension in WPF (and soon, Silverlight)

Posted: 08 Mar 2011 09:15 PM PST

WPF currently, and Silverlight in v5 , enables you to create your own custom markup extensions. Markup extensions are those little strings in XAML that are typically (but not always) enclosed in {curly braces} which, as the name implies, add new functionality...( read more )...(read more)

Silverlight Cream for March 08, 2011 -- #1056

Posted: 08 Mar 2011 09:08 PM PST

In this Issue: Joost van Schaik , Manas Patnaik , Kevin Hoffman , Jesse Liberty , Deborah Kurata , Dhananjay Kumar , Dennis Delimarsky , Samuel Jack , Peter Kuhn , WindowsPhoneGeek , and Jfo . Above the Fold: Silverlight: "How I let the trees grow" Peter...( read more )...(read more)

SilverlightShow for Feb 28 - March 06, 2011

Posted: 08 Mar 2011 07:20 PM PST

Check out the Top Five most popular news at SilverlightShow for Feb 28 - Mar 06, 2011. While you're at it, check out the ECO Contest site , and vote for your favorites before midnight PST on March 10. Here are the top 5 news on SilverlightShow for last...( read more )...(read more)

Algorithm Optimizations - Advanced STL, Part 2

Posted: 08 Mar 2011 05:01 PM PST

Part 2 of my video lecture series exploring the Standard Template Library's implementation is now available.  In this part, I walk through how our STL algorithms equal() and copy() use template metaprogramming to detect when it's safe to call memcmp() and memmove(), which are potentially faster than the generic loops.

 

In Part 1's comments, two customers reported compiler bugs to us.  While I can't promise that they'll be fixed in VC11, I'm happy to report that fixes for them have been queued in our checkin system, which is certainly a prerequisite for shipping them.  :->

 

This advanced series assumes that you're familiar with C++ and the STL's interface, but not the STL's implementation.  If you haven't used the STL extensively yet, I recommend watching my introductory series.  For reference, here are all of the links:

 

[STL Introduction]

Part 1 (sequence containers)

Part 2 (associative containers)

Part 3 (smart pointers)

Part 4 (Nurikabe solver) - see Wikipedia's article and my updated source code

Part 5 (Nurikabe solver, continued)

Part 6 (algorithms and functors)

Part 7 (algorithms and functors, continued)

Part 8 (regular expressions)

Part 9 (rvalue references)

Part 10 (type traits)

 

[Advanced STL]

Part 1 (shared_ptr - type erasure)

Part 2 (equal()/copy() - algorithm optimizations)

 

Stephan T. Lavavej

Visual C++ Libraries Developer

No comments:

Post a Comment