.Net 4.0

Tag details

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

Look up Offsite Link ".Net", Offsite Link "4.0" at The Free Dictionary

Latest blogosphere posts tagged “.Net 4.0”

  • Use SQL Server Modeling to build a DSL for .NET 4 WCF content-based routing service


    Development in a BlinkAuthority Authority: 124
    Doug Purdy posts Model-Driven Content Based Routing . The sample includes a DSL, a Runtime and more This a great example that leverages many of the different aspects of SQL Server Modeling (”M”-based DSLs, “M”, Modeling Services, etc.) to enable a better experience around application development/management ...
    4 days ago
  • Using PLINQ for Managing Multiple Threads


    PeterKellner.netAuthority Authority: 115
    I’m currently watching an online video (400 level, very high) from PDC while flying home from Chicago (and blogging about it).  One of the common patterns I often implement is to write some code... This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high ...
    1 week ago
  • Use “Velocity” Session


    Microsoft Technology, .Net, BizTalk, Sharepoint & etc.Authority Authority: 118
    In .Net 4.0, there is a new way to store the cache. It is Velocity and current on CTP . Velocity is a custom session provider that can replace the ASP.NET default session provider. See this blog for more details
    1 week ago
  • Dew Drop – November 24, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      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 Source Code for ...
    2 weeks ago
  • PDC09 After Party with Swedish .NET User Group


    Be Logical - writings by Johan HedbergAuthority Authority: 403
    I’ll be doing a talk on AppFabric at the Swedish .NET User Group tomorrow at 6 pm in Stockholm hosted at Informator. Others will talk about other interesting topics from PDC as well. More info (in swedish) and sign-up at http://pdc2009afterparty.eventbrite.com/
    2 weeks ago
  • Dew Drop – November 20, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      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 Depends vs Call, Do you ...
    2 weeks ago
  • ASP.NET 4.0: Writing custom output cache providers


    PimpThisBlog.com - Latest published storiesAuthority Authority: 465
    Until now we can use ASP.NET default output cache. We don’t have any option to write our own output cache mechanisms. ASP.NET 4.0 introduces extensible output cache – programmers can write their own output cache providers. In this posting I will show you how to write your own output cache provider and give you my ...
    3 weeks ago
  • Silverlight 4 the new WPF?


    Development in a BlinkAuthority Authority: 124
    i think silverlight just swallowed wpf from the inside Bill Wagner Download it http://team.silverlight.net/announcement/silverlight-4-beta-is-now-available/ Silverlight 4 Debuts with Killer Demos at PDC09 Silverlight 4 Beta – A guide to the new features Channel 9 training ...
    3 weeks ago
  • Silverlight 4: New features overview (Part 5) – DataBinding improvements


    DevCornerAuthority Authority: 456
    Silverlight 4 introduces improvements in DataBinding. between the improvements are IDataErrorInfo support, ability to bind to DataObjects, StringFormat, TargetNullValue, FallbackValue support and many others. This post will show how to use StringFormat, TargetNullValue and FallbackValue while databinding. For ...
    3 weeks ago
  • Silverlight 4 Quick Tip: Styling application


    DevCornerAuthority Authority: 456
    Silverlight 4 supports default styles. Default styles are styles with TargetType, but without x:Key property set. Those styles will be applied to all controls from corresponding type. The sample of default (also sometime called anonymous) style: Style TargetType ="Button"> Setter Property ...
    3 weeks ago
  • Silverlight 4: New features overview (Part 4) – Out-of-browser applications: even more features


    DevCornerAuthority Authority: 456
    In addition to previous features, Silverlight 4 adds some more nice improvements to Out-of-Browser model. Now it allows to control Top/Left position of the out-of-browser window, bring it to the foreground (if not active), check if the window is topmost and define it’s Width/Height. All those features being ...
    3 weeks ago
  • Silverlight 4: New features overview (Part 3) – Elevated Out-of-browser applications


    DevCornerAuthority Authority: 456
    Silverlight 4 enhances the out-of-browser feature introduced in previous version of the technology. Silverlight 3 added a feature to use application in Out-of-browser mode – install application shortcut to desktop or start menu, and launch it within application launcher (instead of the browser). Along with it, the ...
    3 weeks ago
  • Silverlight 4: New features overview (Part 2) – Printing Support


    DevCornerAuthority Authority: 456
    In previous part (here) I’ve created sample application which uses Webcam and captures the image. In this post I’ll show how to print received image (and any part of the UI) to a printer. In Silverlight 4 we got new class, called PrintDocument which is a part of “System.Windows.Printing” namespace. ...
    3 weeks ago
  • Silverlight 4: New features overview (Part 1) – Webcam/Mic Support


    DevCornerAuthority Authority: 456
    This post starts a series of post about new features in Silverlight 4 Beta released at PDC 09. Today I’ll show how to use Webcam/Mic support feature in the new version. In order to use the Webcam/Mic the user should has valid drivers installed. To see which from installed drivers could be used open Silverlight ...
    3 weeks ago
  • Silverlight 4: What’s New?


    DevCornerAuthority Authority: 456
    Today Microsoft announced new version of Silverlight, and released the Beta version of Silverlight 4. Here is the summary of new features in this version: Better Out of Browser Applications Elevated Privileges Support Cross Domain Networking Access Full file path from ...
    3 weeks ago
  • PDC09 – Day Two - Keynote


    MSMVPS.COMAuthority Authority: 607
    Steven Sinofsky Developing Windows 7 Learning Solving Problems + Innovation “Engineering 7” Blog made a very interesting Dialog even without having any code of the product, just about the decisions that were being made Ecosystem Readiness Developer Pre-Beta, Beta, RC rhythm ...
    3 weeks ago
  • Dew Drop – November 18, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      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 Project 2010 Reference: ...
    3 weeks ago
  • PDC09 – Day One – Code Visualization, UML and DSLs


    MSMVPS.COMAuthority Authority: 607
    Cameron Skinner – Product Manager in Visual Studio, responsible for the Architecture Tools in VS2010 Why? Complexity remains a serious problem Found everywhere Code Requirements Organizational Politics and so on… VS2010 attacks these problems by increasing ...
    3 weeks ago
  • PDC09 – Day One – Application Server Technologies – Present & Future


    MSMVPS.COMAuthority Authority: 607
    Cloud: Fifth Generation of computing Cloud - 2010+ SOA - 2000s Web - 1990s Client-Server - 1980s MainFrame – 1970s Technology Disruptions Cheap Processing and Storing Virtualization Advances in Networking Advances in Web Technologies Emerge of Service Platforms ...
    3 weeks ago
  • [Tutorial] Microsoft Ajax Minifier – Optimiza tus archivos Javascript


    MVP FactorAuthority Authority: 114
    Nuestro buen amigo Gonzalo Perez, ha escrito un excelente artículo, aquí el detalle: [Tutorial] Microsoft Ajax Minifier – Optimiza tus archivos Javascript Hola, que tal, comienzo una serie de post y screencast sobre como mejorar la performance de nuestras aplicaciones Web, en especial (obviamente) ASP.NET, hay ...
    3 weeks ago

Comments about .Net 4.0

Personal attacks are NOT allowed
Please read our comment policy