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
yesterday by virtualking (0 replies)
-
How to optimize mysql subquery performance?
3 days ago by Jayaram P (0 replies)
-
C# video Editing/rendering
5 days ago by pkuchaliya (0 replies)
-
How to Fill DataSet with more records (around 1 lakh) in a faster way
6 days ago by Jayaram P (0 replies)
-
Can't print on the network with MSADESS ?? in Mesquite
8 days ago by anatha1 (2 replies)
-
Very Urgent regarding deleting the images from a folder
15 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
-
.NET Rocks: Jon Skeet on C# 3.0
Published 1 year ago, running time 1h2m
Carl and Richard talk to author and developer Jon Skeet about his work with C# and Java at Google and elsewhere.
-
Herding Code: Episode 18: Matt Podwysocki on F# and Functional Programming
Published 1 year ago, running time 0h59m
This week Matt Podwysocki puts the fun in functional programming with a deep dive into F#. We've heard plenty of high level discussions of F# and functional programming lately, so we tried to dig into the gory details as much as possible: What is functional programming, and why sho...
-
Alt.NET Podcast: Object-Oriented Programming in Ruby
Published 1 year ago, running time 0h10m
In this episode, I talk with Scott Bellware about object-oriented programming in Ruby, and Ruby's object model. This is taken from a private conversation, and the audio quality suffers at times. Much thanks to Scott for allowing this to be released.This episode of the Alt.NET Podcast is bro...
Featured c# user groups
-
The Houston .NETwork
Houston, TX, United States
The Houston .NETwork will bring together .NET professionals in the surrounding metroplex area to learn, discuss, and keep up-to-date on that which is .NET. We'll have a few different types of meetings: Technical Presentations(with a speaker lecture and Q/A session), Tips and Tricks(bring a laptop and share tricks of the trade), and Free-for-All Discussions(bring your noggin' and a need to learn from your peers). -
Liverpool Users of .NET
Liverpool, United Kingdom
Liverpool Users of .NET (LUODN) is a new Microsoft .NET focused user group based in Liverpool UK. We aim to have meetings (and talks) once a month, and out meetings/talks are free to attend. -
C# Certification Group
Alpharetta, GA, United States
The C# certification group aims to organize weekly meetings where you can ask questions, and exchange ideas and tips.
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 ...