Galin Iliev's blog

Software Architecture & Development

Async CTP on WP7

I just came across an interesting article how to use C# Async CTP about digging to internals and using some custom code to make t it applicable to Windows Phone 7 projects.

Check it out: Async CTP on WP7.

In case you haven’t played with C# Async CTP  you probably should know this is next big thing in the world if multithreaded programming. Nowadays CPUs have more cores and by using I/O completion port and async programming model would make software solutions more scalable and threads will have less contention.

For more info check this PDC 10 video of Anders Hejlsberg

What's New in ASP.NET 4

Since VS 2010 is out with many new features and there aren’t many books out yet to cover them I am trying to collect resources where those goodies can be learned. Here is my compilation for ASP.NET 4 new features:

Core Services
Web.config File Refactoring
Extensible Output Caching
Auto-Start Web Applications
Permanently Redirecting a Page
Shrinking Session State
Expanding the Range of Allowable URLs
Extensible Request Validation
Object Caching and Object Caching Extensibility
Extensible HTML, URL, and HTTP Header Encoding
Performance Monitoring for Individual Applications in a Single Worker Process
Multi-Targeting

Ajax
jQuery Included with Web Forms and MVC
Content Delivery Network Support
ScriptManager Explicit Scripts

Web Forms
Setting Meta Tags with the Page.MetaKeywords and Page.MetaDescription Properties
Enabling View State for Individual Controls
Changes to Browser Capabilities
Routing in ASP.NET 4
Setting Client IDs
Persisting Row Selection in Data Controls
ASP.NET Chart Control
Filtering Data with the QueryExtender Control
Html Encoded Code Expressions
Project Template Changes
CSS Improvements
Hiding div Elements Around Hidden Fields
Rendering an Outer Table for Templated Controls
ListView Control Enhancements
CheckBoxList and RadioButtonList Control Enhancements
Menu Control Improvements
Wizard and CreateUserWizard Controls 56

ASP.NET MVC
Areas Support
Data-Annotation Attribute Validation Support
Templated Helpers

Dynamic Data
Enabling Dynamic Data for Existing Projects
Declarative DynamicDataManager Control Syntax
Entity Templates
New Field Templates for URLs and E-mail Addresses
Creating Links with the DynamicHyperLink Control
Support for Inheritance in the Data Model
Support for Many-to-Many Relationships (Entity Framework Only)
New Attributes to Control Display and Support Enumerations
Enhanced Support for Filters

Visual Studio 2010 Web Development Improvements
Improved CSS Compatibility
HTML and JavaScript Snippets
JavaScript IntelliSense Enhancements

Web Application Deployment with Visual Studio 2010
Web Packaging
Web.config Transformation
Database Deployment
One-Click Publish for Web Applications

Download PDF version of this whitepaper [1.13 MB]
What's New in ASP.NET 4 and Visual Web Developer on MSDN

Learn Visual Studio 2010 ALM Features

Charles Sterling posted a nice compilation of resources for VS2010. I am reposting here:

Videos:
Labs:

My best advice for running these labs is to check out Brian’s blog at: http://blogs.msdn.com/briankel/archive/2010/03/18/now-available-visual-studio-2010-release-candidate-virtual-machines-with-sample-data-and-hands-on-labs.aspx

These labs can be found in the three VS2010 Virtual machines:

  1. Visual Studio 2010 RC (Hyper-V)
  2. Visual Studio 2010 RC (Windows [7] Virtual PC)
  3. Visual Studio 2010 RC (Virtual PC 2007 SP1)

Also coming soon there will be an ALM course on Channel9 http://channel9.msdn.com/learn/courses/VS2010/ALM/

Papers/articles:
Downloads

Windows Phone 7 Series Developer Training Kit

And here is how apps can be written for Windows Phone 7:

Windows Phone 7 Series promises to be an amazing mobile phone operating system given its innovative user interface and functionality, as well as its great development platform upon which you can quickly and easily build games and applications. With a myriad of new devices, a powerful and immersive software platform, and a new marketplace to attract developers and provide easy access to applications, consumer demand for Windows Phones will be high, and developers will quickly adopt the Windows Phone platform to capitalize on this growing mobile marketplace. This Training Kit will give you a jumpstart into the new Windows Phone world by providing you with a step-by-step explanation of the tools to use and some key concepts for programming Windows Phones.

Check this training kit on Channel9.

Free .NET 4 Certification Exams

Are you reading a lot about .NET 4? Are you keeping your certification record up-to-date? There there is a good news for you: Microsoft learning is making free beta exams on .NET 4 certification track for following exams in this period March 31, 2010 to April 20, 2010:

More info and FAQs on Microsoft Certification Blog.

Visual Studio 2010 and .NET Framework 4 Training Video Course

Channel9 has a learning section where interesting walkthroughs and videos can be found. So far there are following  categories:

For Visual Studio there are interesting videos about Managed languages, Data platform, WCF/WF, ASP.NET 4, Parallel computing…

Enjoy