developerFusion c#
Related c# 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.
-
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# 4.0 goes dynamic - a step too far?
by Mike James
Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C#.
Related c# discussion
-
Query Tool to Excel using C# and .NET
14 hours ago by BarbaMariolino (1 replies)
-
looking for help on asp
6 days ago by cladironbeard (2 replies)
-
Socket Programming in C# - Part 1
8 days ago by graumanoz (23 replies)
-
LINQ in Action
9 days ago by naser1 (0 replies)
-
Creating a Windows Service in VB.NET
9 days ago by Templario55 (107 replies)
-
simple vb to c#, help please in København
10 days ago by lksath (1 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# developer jobs
-
Assistant News Editor
£20,000-30,000 GBP per annum in London, United Kingdom (£2,120 GBP reward)
-
ASP.NET Developer
£30,000-35,000 GBP per annum in London, United Kingdom (£1,680 GBP reward)
Related c# podcasts
-
OnMicrosoft from InformIT: Promise and adoption of LINQ (Audio)
Published 4 days ago, running time 0h15m
Mads Torgersen, C# language spec owner interviews the co-authors of Essential LINQ - Charlie Calvert and Dinesh Kulkarni.
-
OnMicrosoft from InformIT: Evolution of LINQ (Audio)
Published 4 days ago, running time 0h14m
Mads Torgersen, C# language spec owner interviews the co-authors of "Essential LINQ" - Charlie Calvert and Dinesh Kulkarni.
-
Deep Fried Bytes: Looking into the C# Crystal Ball with Charlie Calvert and Bill Wagner
Published 7 months ago, running time 0h31m
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...
Upcoming c# events
-
Jul
22
The Austin C/C++ July Meetup - The Austin C/C++ Meetup Group
Austin, United States
All welcome to show up and chat about C, C++, Objective-C, C#, Java, Python, or software engineering in general. We'll have a sign saying "C/C++" on our table, so look for it! We're moving to Tuesdays nights so that we can get the back room at Rover's, which will reduce the noise and increase the available space.
-
Aug
28
St. Louis Day of .NET
St. Charles, United States
Technical conference with be 2 full days of content with over 40 sessions from local and national speakers, with topics such as:•.NET languages: C#, VB.NET•Technologies: WPF, Silverlight, WCF•Development tools: Visual Studio, TFS, Expression Blend
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. -
snowcode
London, , United Kingdom
Snowcode is a week at a time, held for 3 weeks each year in one of the top European Ski destinations, where developers meet up and take part in open coding sessions 4 hours a day, and ski /snowboard for 6 hours a day, with mountains of opportunities to apre-ski and build lasting friendships. All the open coding conferences are free to attend, and will be held at budget resorts so you can book your own accommodation nearby so that we can have as many attendees as possible. -
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
-
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (2nd Edition) (Microsoft .
“ Framework Design Guidelines is one of those rare books that can be read at different reading levels and can be useful to different kinds of developers. Regardless of whether you want to design an effective object model, improve your understan...