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
3 days ago by virtualking (0 replies)
-
How to optimize mysql subquery performance?
5 days ago by Jayaram P (0 replies)
-
C# video Editing/rendering
7 days ago by pkuchaliya (0 replies)
-
How to Fill DataSet with more records (around 1 lakh) in a faster way
9 days ago by Jayaram P (0 replies)
-
Can't print on the network with MSADESS ?? in Mesquite
10 days ago by anatha1 (2 replies)
-
Very Urgent regarding deleting the images from a folder
18 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
-
Deep Fried Bytes: A Practical Look at Silverlight 2 Part 1
Published 1 year ago, running time 0h43m
Now that Silverlight 2 is at the Olympics and making a big splash, we wanted to explore this fascinating technology more. Microsoft Silverlight 2 is a cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive ap...
-
Alt.NET Podcast: Vote of No Confidence
Published 1 year ago, running time 0h22m
In this episode Ward Bell (from IdeaBlade) and Jeremy Miller discuss the Vote of No Confidence on Microsoft's Entity Framework and what it means for the Alt.NET and .NET communities.This episode does not have a sponsor, so if you are interested in sponsoring the podcast please contact us.Ward and...
-
Software Engineering Radio: Interview Anders Hejlsberg
Published 1 year ago, running time 0h46m
Podcast (MP3): Download Hosts: Markus Guests: Anders Hejlsberg Recording venue: In this episode we have the pleasure of talking to Anders Hejlsberg, Chief Language Strategist at Microsoft. We started by discussing his more distant past, namely, his involvement wit...
Featured c# user groups
-
Sydney .NET User Group
Sydney, Australia
Usually held on the 3rd Wednesday of every month, the Sydney .NET Users Group covers Microsoft Winforms, Webforms, VB .NET, C#, Access, SQL Server, XML, Exchange Server and SharePoint Portal Server, new products, legal issues of software development and tips and tricks. -
Edmonton .NET Wizards
Edmonton AB, Canada
The Edmonton .NET Wizards user group meets every second Tuesday of the month. -
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.
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 ...