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.
-
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#.
-
Enhancing your applications for Windows 7
by Kevin Griffin
Windows 7 brings new salvation for .NET developers, and it comes in the form of the Windows 7 API Code Pack for the.NET Framework.
Related c# discussion
-
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records in Havanna
1 hour ago by virtualking (0 replies)
-
How to optimize mysql subquery performance?
yesterday by Jayaram P (0 replies)
-
C# video Editing/rendering
4 days ago by pkuchaliya (0 replies)
-
How to Fill DataSet with more records (around 1 lakh) in a faster way
5 days ago by Jayaram P (0 replies)
-
Can't print on the network with MSADESS ?? in Mesquite
6 days ago by anatha1 (2 replies)
-
Very Urgent regarding deleting the images from a folder
14 days ago by Nanosteps (6 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
-
OnMicrosoft from InformIT: Evolution of LINQ (Audio)
Published 4 months ago, running time 0h14m
Mads Torgersen, C# language spec owner interviews the co-authors of "Essential LINQ" - Charlie Calvert and Dinesh Kulkarni.
-
OnMicrosoft from InformIT: Promise and adoption of LINQ (Audio)
Published 4 months ago, running time 0h15m
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 1 year 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...
Featured c# user groups
-
Louisville .NET Meetup Group
Louisville, KY, United States
The Louisville .NET Meetup group fosters educational and networking opportunities for those who use or are interested in using Microsoft .NET to develop software solutions. -
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. -
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.
Related book
-
Programming Microsoft® LINQ (PRO-Developer
Get comprehensive guidance for using the Microsoft Language Integrated Query (LINQ) Project with in-depth insights from two experienced developers. Data-rich applications can be difficult to create because of the tremendous differences between query ...