Categories
Forums
Premium Sponsor
Premium Sponsor
fullcontrol.net

Search


Advanced Search
Popular Articles
Popular Authors
Partners
 
SubMain - Developer Tools
 »  Home  »  .NET Intermediate
.NET Intermediate


» Windows Presentation Foundation: FlowDocuments (Part 1)
by Ged Mead | Published 04/01/2008 |  | Rating:
When WPF first came on the scene, one of the features that got a lot of air time was the display of documents.  Leading edge projects like the NY Times Reader and the British Library manuscript display raised a lot of awareness of the possibilities.  Strangely though, since VS 2008 shipped there doesn't seem to have been a lot of mention of this part of the package.  So I thought I'd take a look at how easy (or not) document handling really is in WPF. [read article...]
» How to Retrieve EMC Centera Cluster/Pool Capabilities
by Adel Eddin | Published 01/08/2008 |  | Rating:

Introduction

This article is part of a series of articles that I am writing to illustrate the use of EMC Centera SDK and the .NET wrapper being developed as open source project to store “fixed content” on the EMC Centera storage appliance.

[read article...]
» Structured Exception Handling in .NET (ApplicationException)
by Arnaldo Sandoval | Published 11/04/2006 |  | Rating:

Everyone tries to write error free applications, but we all know end users are smarter than us, finding ways to break our well protected applications.   Then we are given the answer "I don't know" when we ask the obvious question "What were you doing?", or "I can't find it" to our inquiry "Did you write down the error message?"

This article guides you through  the .Net Framework features at your disposal to handle applications' errors, also known as Exceptions.  Once you understand the concepts, the code supplied could be integrated into your existing or new applications, providing  comprehensive Exceptions support that will benefit your endusers and support team.

[read article...]
» Book Review: Programming MS VB 2005: The Language
by Ged Mead | Published 10/17/2006 |  | Rating:

   Francesco Balena has published his latest book on Visual Basic, this time turning his attention to the 2005 version of the language.

  Ged Mead reviewed this book.

 

[read article...]