developerFusion c#
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.
-
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.
-
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.
Related c# discussion
-
Class, Abstract or Interface ? in İstanbul
6 hours ago by uzay95 (0 replies)
-
C++ dll for USB download in C# application
yesterday by sumahs (0 replies)
-
a bit of an abstract question about Test Driven Development in Santo Domingo
yesterday by gtejeda (0 replies)
-
An Introduction to VB.NET and Database Programming
5 days ago by bitkisel (13 replies)
-
Effective Algorithm to implement File Diff
7 days ago by bhotla.srikanth@gmail.com (0 replies)
-
VB.net class to connect to sql database in Harare
7 days ago by militia (5 replies)
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
-
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.
-
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.
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...
-
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 ...
-
CodeCast Episode 3: PDC, C#, IE8, and Surface
Published 2 months 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...
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 -
Vista Squad
London and Surrounds, United Kingdom
Vista Squad is a usergroup that brings IT Pros and Developers together. Harnessing Vista and the .NET framework we hope to show the power of the Microsoft technologies.
Related book
-
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...