developerFusion c#

Search filter

Related c# tutorials

  • Implementing the Singleton Pattern in C#

    by Jon Skeet

    The singleton pattern is one of the best-known patterns in software engineering, but often implemented without lazy loading and introducing unintended issues around threading. Jon Skeet runs through the possible implementations. c#, design patterns, patterns, singleton

  • 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

  • ASP.NET Patterns every developer should know

    by Alex Homer

    In the first of three parts, Alex looks at some of the basic patterns in ASP.NET, and how you can apply these to your ASP.NET applications in a few simple steps. .net, adapter, asp.net, broker

Related c# discussion

Related c# 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 c# podcasts

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

    Published 1 month 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 1 month 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

  • CodeCast Episode 3: PDC, C#, IE8, and Surface

    Published 1 month ago

    CodeCast Episode 3: PDC, C#, IE8, and SurfaceIn this third CodeCast show, hosts Ken Levy and Markus Egger discuss a quick final summary of PDC 2008, then introduce a series of interviews with folks from Microsoft interviewed at PDC: Interview 1 (9:29): C# community and C# 4.0 0 - Charlie Calvert... code, community, c#, developers

Upcoming c# events

  • 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.

  • Mar 23

    DevWeek 2009 - Bearpark Publishing Ltd

    London, United Kingdom

    DevWeek is Europe’s leading independent conference for software developers, database professionals and IT architects, and features expert speakers on a wide range of topics, including .NET Framework 4.0, Silverlight 2, WCF 4.0, Visual Studio 2010, RESTful services, Windows Workflow, ASP.NET AJAX 4.0, SQL Server 2008, LINQ, C# 3, .NET Patterns, Ruby, and more.

Featured c# user groups

  • DevEvening

    Woking, United Kingdom

    A very informal evening held at a Surrey hotel with presentations given by .net developers on any topic they wish to talk about followed by a pint & tasty meal.
  • 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.

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

  • C# in Depth: What you need to master C# 2 and 3

    C# in Depth: What you need to master C# 2 and 3

    C# in Depth is a completely new book designed to propel existing C# developers to a higher level of programming skill. One simple principle drives this book: explore a few things deeply rather than offer a shallow view of the whole C# landscape. If y...