developerFusion .net
Related .net 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.
-
Iterators, iterator blocks and data pipelines in C#
by Jon Skeet
With the arrival of LINQ to Objects, understanding how iterators work has become more important than ever before. Learn how to implement them in C# 2 (or 3), and how these apply to the fundamental aspects of LINQ to Objects.
-
Creating Extensible Applications with MAF
by Mark Smith
Learn how using MAF allows you to easily create extensible applications that allow new features to be added without jeopardizing the stability of the existing code base. MAF provides a higher-level service that allow you to dynamically discover, load, secure and interact with external assemblies used to provide features for your application.
Related .net discussion
-
What would motivate you to change your job? in Prague
14 hours ago by autrion (5 replies)
-
Capture a Screen Shot
3 days ago by LucidMind (0 replies)
-
An Introduction to VB.NET and Database Programming
3 days ago by bitkisel (13 replies)
-
VB.net class to connect to sql database in Harare
5 days ago by militia (5 replies)
-
Boosting Your .NET Application Performance
7 days ago by ji_vijay (7 replies)
-
Compatibility Issue on Firefox to display on Cursor Location in Mahbūbnagar
13 days ago by dinc3r (1 replies)
Related .net 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 .net podcasts
-
Episode 29: Miguel de Icaza (part 2)
Published 22 days ago
This is the second half of our discussion with Miguel de Icaza about Mono, Moonlight, open source, and other fun stuff. Topics When re-implementing .NET, do you match re-implement known bugs? The test / regression system to maintain compatibility How do you support so many platforms What parts o...
-
CodeCast Episode 5: VSX, VSIP, Aggiorno, DBI-Tech Controls
Published 1 month ago
CodeCast Episode 5: VSX, VSIP, Aggiorno, DBI-Tech ControlsThis 5th episode of CodeCast includes host Ken Levy with a new segment on news and gadgets, and three interviews all related to VSX and VSIP (Visual Studio Extensibility and Visual Studio Industry Partners). Interviews are with Microsoft a...
-
The Future of .NET Dotfuscator with Gabriel Torok
Published 1 month ago
Keith and Woody sat down with PreEmptive President Gabriel Torok to discuss the news that Microsoft is including PreEmptive’s Dotfuscator Community Edition in Visual Studio 2010. The guys also discussed how Dotfuscator can be used to assist with Feature Monitoring, Usage Expiry, and Tamper ...
Related .net developer news
-
Adobe Flex reaches out to .NET developers
on Nov 17, 2008 by James Crowley
New "Tofino" plug-in to integrate with Visual Studio
-
Microsoft wants your ideas for embedded devices
on Oct 10, 2008 by James Crowley
Competition to promote their .NET Micro Framework platform
-
Open Source SDK for “Touchless” Multi-Touch
on Oct 08, 2008 by James Crowley
From the Microsoft office labs, written in .NET
Upcoming .net 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 .net user groups
-
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 -
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. -
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.
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...