.Net4

Tag details

Welcome to the '.Net4' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with '.Net4'.

Look up Offsite Link ".Net4" at The Free Dictionary

Latest blogosphere posts tagged “.Net4”

  • ASP.NET MVC is MUCH better than MS seems to think


    .NET ArchitectonicsAuthority Authority:
    Here at DevConnections I just attended the ScottGu ’s keynote on Visual Studio 2010 and Web development. I haven’t had much time to spend on the latest Beta of Visual Studio 2010 yet so I found most of the information quite helpful and interesting. It looks like Microsoft is finally coding some good ...
    21 hours ago
  • Windows Server 2008 R2 Developer Training


    MVP FactorAuthority Authority: 120
    Hola, ya esta listo para descarga el Windows Server 2008 R2 Developer Training , es un excelente recurso, aquí el detalle: Windows Server 2008 R2 builds upon the exceptional legacy of Windows Server. Although R2 is an incremental release, its not your "average R2". Key new feature areas include "many-core" ...
    2 days ago
  • Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4


    Development in a BlinkAuthority Authority: 420
    Here is a 120 page whitepaper by Stephen Toub. The first part steps you through implementing your own parallel looping construct, different variations on static partitioning, the static  Parallel class and what the Parallel.For set includes: Exception handling Breaking out of a loop early Long ranges ...
    2 days ago
  • XAML 2009 Features: Node Loop flexibility


    Lester's WPF blogAuthority Authority: 522
      [ This is part of a series on New WPF\XAML Features]     So by now most of you must have noticed the System.Xaml dll as part of your .NET 4 WPF projects. It’s a well componentized XAML stack that provides a lot of flexibility working with XAML. So at the core we a System.Xaml.XamlReader and ...
    2 days ago
  • Dew Drop – November 9, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Motivating F# equality and comparison ...
    2 days ago
  • One Week to PDC 2009


    Nicholas Allen's Indigo BlogAuthority Authority: 492
    With one week to go before PDC starts, the times and rooms for all of the sessions are now available. While things are still subject to change, now would be a good time to make a preliminary plan for your week if youre going to be attending PDC. My talk this year is currently scheduled for 1:45 Thursday in ...
    2 days ago
  • Visual Studio 2010 Architecture Explorer


    Development in a BlinkAuthority Authority: 420
    I’ve been playing with VS2010 architecture explorer as well as the dependency graph analyzer. Eric , out of Microsoft, has a 10 min video worth watching.
    3 days ago
  • Visual Studio 2010 Architecture Explorer


    Development in a BlinkAuthority Authority: 420
    I’ve been playing with VS2010 architecture explorer as well as the dependency graph analyzer. Eric , out of Microsoft, has a 10 min video worth watching.
    3 days ago
  • Dew Drop – November 8, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Massive Search & Replace Among ...
    3 days ago
  • New WPF Features: Full Trust Xbap Deployment


    Lester's WPF blogAuthority Authority: 522
    This is part of a series on New WPF Features  In earlier versions, on trying to deploy a Full Trust Xbap, you would get a "Trust Not Granted" error. Its possible to workaround this issue by installing an assembly in the GAC that has the AllowPartiallyTrustedCallersAttribute. Another option is to install a ...
    5 days ago
  • Xaml 2009 Features: Built in Types


    Lester's WPF blogAuthority Authority: 522
    In Xaml2009, we have built-in support for common CLR types which simplifies authoring. So rather than specifying something like s:String xmlns:s ="clr-namespace:System;assembly=mscorlib"> Foo s:String > We can use the notation x:String > Foo s:String > The list of types ...
    6 days ago
  • Dew Drop – November 4, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio New Article by Bill ...
    1 week ago
  • Breaking Changes for WCF in .Net 4 Beta 2


    Nicholas Allen's Indigo BlogAuthority Authority: 492
    Available for download is the list of breaking changes between beta 1 and beta 2 for WCF and WF . To save you some time, heres my condensed version of the list. When adding site or machine-level collections of behaviors, those behaviors will be merged with service-level behavior configurations of the same name. ...
    1 week ago
  • The making of Dynamic


    Development in a BlinkAuthority Authority: 420
    Microsoft developers Sam Ng and Chris Burrows discuss the new Dynamic feature that is part of the next version of C#. C# 4.0 Dynamic with Chris Burrows and Sam Ng
    1 week ago
  • Dew Drop – November 3, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio An RSS Dashboard in F#, ...
    1 week ago
  • Visual Studio and .Net 4 Beta 2 Survey


    Nicholas Allen's Indigo BlogAuthority Authority: 492
    The Visual Studio team has set up a survey to collect additional feedback about the Beta 2 release . If you have something to say but havent reported it on the Connect site or through other feedback channels, this would be a good opportunity to let your thoughts be known. The window of opportunity for actually ...
    1 week ago
  • Replacing Visual Studio 2010 Beta 1 with Beta 2


    Nicholas Allen's Indigo BlogAuthority Authority: 492
    I recently helped someone out with replacing Visual Studio 2010 and .Net 4 Beta 1 with the newer Beta 2 release. Here are a few things that I had to learn along the way. Ive done enough beta installations to know that having previous versions of the same release will cause endless headaches. I dont even try to ...
    1 week ago
  • Ejemplo paso a paso de Routing en ASP.NET 4.0


    MVP FactorAuthority Authority: 120
    Nuestro buen amigo Gonzalo Perez , a escrito un excelente artículo, aquí el detalle: Ejemplo paso a paso de Routing en ASP.NET 4.0 Otra de las características soportadas por ASP.NET 4.0 ,y de las que se habló en el TEchdays 2009, las cuales dije que iba a postear más en detalle, es del Routing, lo bueno es ...
    1 week ago
  • Programming ASP.NET 4.0


    MSMVPS.COMAuthority Authority: 645
    Thats the title of my new book. Woohoo! Should be out in February 2010. 7 Chapters, heavy on the code, light on the fluff. It will sticker for $20, printed and eBook versions along with code download. Im targetting about 300 pages, give or take a few....( read more )
    1 week ago
  • ClientIDMode in ASP.NET 4.0


    PimpThisBlog.com - Latest published storiesAuthority Authority: 464
    One of the more anticipated features of ASP.NET 4.0 – at least for me - is the new ClientIDMode property, which can be used to force controls to generate clean Client IDs that don’t follow ASP.NET’s munged NamingContainer ID conventions. To be clear, NamingContainer IDs are necessary for complex controls and ...
    1 week ago

Comments about .Net4

Personal attacks are NOT allowed
Please read our comment policy