developerFusion .net

Search filter
Tags

Related .net tutorials

  • Iterator blocks in C# 2: auto-generated state machines

    by Jon Skeet

    Ever wondered how the magic "yield" statement works? Jon Skeet digs into the inner workings of C# 2.0 and how this innocuous statement gets you a whole load of "free" generated code for your iterators. .net, c#, iterators, state machine

  • Iterators, iterator blocks and data pipelines in C#

    by Jon Skeet

    With the arrival of LINQ to Objects, understanding how iterators work has become more important than ever before. Learn how to implement them in C# 2 (or 3), and how these apply to the fundamental aspects of LINQ to Objects. .net, interator blocks, iterators, linq

  • Creating Extensible Applications with MAF

    by Mark Smith

    Learn how using MAF allows you to easily create extensible applications that allow new features to be added without jeopardizing the stability of the existing code base. MAF provides a higher-level service that allow you to dynamically discover, load, secure and interact with external assemblies used to provide features for your application. .net, appdomain, extensible, maf

Related .net discussion

Related .net code samples

  • Deep clone an object in .NET

    by James Crowley

    A simple code snippet that deep-copies an object by serializing and de-serializing using the BinaryFormatter .net, c#

  • Making a .NET app run on Vista with Administrator priviledges

    by James Crowley

    If you're targeting Windows Vista and your application requires administrator priviledges (such as accessing the program files directory), then it will fail unless you include a manifest so Windows knows. Here's how. .net, c#, vb.net

  • Dynamically Generating PDFs in .NET

    by James Crowley

    Learn how to use the free iTextSharp library to load a PDF form, populate some dynamic fields, and then save out a flat PDF file. .net, c#, pdf

Related .net developer jobs

Related .net podcasts

  • CodeCast Episode 4: State of .NET, IE8, ASP.NET MVC, and O'Reilly Media

    Published 19 days ago

    CodeCast Episode 4: State of .NET, IE8, ASP.NET MVC, and O'Reilly MediaHosts Ken Levy and Markus Egger discuss the new State of .NET events, IE8, ASP.NET MVC, followed by an interview from PDC with two editors from O'Reilly Media. More on ASP.NET MVC can be found at http://asp.net/mvc. Interview... .net, asp.net, code, events

  • Looking into the C# Crystal Ball with Charlie Calvert and Bill Wagner

    Published 20 days ago

    One of the most exciting announcements from PDC was the news about C# 4.0 and Visual Studio 2010. With all the excitement and discussion throughout the event about these new developer tools, we reached out to two experts in the fields. Charlie Calvert and Bill Wagner sat down with Keith and Woody... .net, community, c#, developer

  • Stack Overflow: Podcast #29

    Published 21 days ago

    This is the twenty-ninth episode of the StackOverflow podcast, wherein Joel and I discuss the following: The downside of being a PC gamer: it’s prime game release season. My productivity last week was nil due to the release of Fallout 3, as I discuss on my blog. But it was totally ... .net, c#, developer, game

Related .net developer news

Upcoming .net events

  • Dec 6

    Developing AJAX Web Applications with Castle Monorail - Skills Matter

    London, United Kingdom

    Monorail is the model-view-controller engine of the Castle Project, bringing many of the best ideas of Ruby on Rails to the .NET world. In this talk, David De Florinier and Gojko Adzic show how Monorail makes it easy to develop .NET based AJAX applications, and how to use the Castle Project to build Web 2.0 applications effectively. Come to this session if you are a .NET web developer. Everyone is welcome!

  • Jan 27

    "Parallel Extensions to the .NET Framework" with Mike Taulty - The .NET Developer Network

    Bristol, United Kingdom

    Our first ever speaker returns after nearly 2 years to talk about how to take advantage of all of those wasted additional processors in today's machines.

Featured .net user groups

  • The .NET Developer Network

    Bristol, United Kingdom

    The .NET Developer Network is a user group for .NET developers and IT Pros in Bristol and the South West
  • NxtGenUG

    Nationwide, United Kingdom

    NxtGenUG is about bridging the gap between Microsoft and the developer. The waves of technology emerging from Microsoft is relentless, developers are under more pressure to deliver software and also understand these new technologies. We want to enlighten developers, and get them enthusiatic about these new technologies, by providing quality meetings, with the top speakers in Europe.
  • Sydney .NET User Group

    Sydney, Australia

    Usually held on the 3rd Wednesday of every month, the Sydney .NET Users Group covers Microsoft Winforms, Webforms, VB .NET, C#, Access, SQL Server, XML, Exchange Server and SharePoint Portal Server, new products, legal issues of software development and tips and tricks.

Don't miss out!

Want to stay up to date? Just subscribe to one of the feeds below and you'll never miss a thing.

Related book

  • Developing Application Frameworks in .NET

    Developing Application Frameworks in .NET

    Application frameworks, which provide a base of common services on which applications are built, offer the benefits of extensibility, modularity, and reusability of both code and design to your applications. This book explains what frameworks are and...