Categories
Forums
Premium Sponsor
Premium Sponsor
fullcontrol.net

Search


Advanced Search
Popular Articles
Popular Authors
Partners
 
SubMain - Developer Tools

Featured Articles

» Windows Presentation Foundation: FlowDocuments (Part 1)
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...]
» SubMain CodeIt.Right 1.0
by Mike McIntyre | Published 03/10/2008 | Reviews | Rating:

CodeIt.Right is a code analysis tool with a welcome twist - it can automatically fix the code issues it finds.

You can use CodeIt.Right in the Microsoft Visual Studio IDE to find AND automatically fix code issues in C# and Visual Basic code. Perform static code analysis with configurable rule sets to find code issues. Automatically fix code issues all at once, in groups, or one-at-a-time.

[read article...]

Recent Articles

Get our latest articles as an RSS feed! What's this?
» What You Need to Know about PCI Compliance and Web Application Security Policy Changes
by Michael Sutton | Published 03/28/2008 | Security Web Development | Unrated
PCI compliance exists to protect consumers from credit fraud, and their data will be protected if rules are followed. If your business accepts credit cards, you are aware of changes to PCI compliance in June. Adherence to section 6.6 of the PCI compliance rules should have been met; if not, web application security must be integrated into existing applications. This mandate allows businesses to evaluate their security practices. [read article...]
» Rich Internet Applications: Has Microsoft Finally Seen the (Silver) Light?
by Charlie Fink | Published 01/11/2008 | .NET Framework Web Development | Unrated
In response to other frameworks for rich Internet applications, Microsoft has introduced Silverlight. Microsoft Silverlight offers both similarities and differences to other options, including Adobe Flex and AJAX-based frameworks. Learn more about the major players creating frameworks for rich Internet applications, what the benefits and disadvantages are for each, and what Microsoft has to bring to the table. [read article...]
» How to Retrieve EMC Centera Cluster/Pool Capabilities
by Adel Eddin | Published 01/08/2008 | .NET Intermediate Interop | 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...]
» Exception Hunter 1.0
by Mike McIntyre | Published 01/03/2008 | Software Reviews | Rating:

To help developers write high-quality .NET code Red-Gate Software has released Exception Hunter. Exception Hunter is a compile-time tool that analyzes .NET code and identifies what unhandled exceptions the code can throw.

Preventing application exceptions that can be prevented and handling application exceptions that can not be prevented – are important aspects of a writing high-quality .NET code.

[read article...]
» Installer Class and Custom Actions
by Arnaldo Sandoval | Published 10/15/2007 | Deployment | Rating:

When the time come to deploy our applications using the "Setup and Deployment Project" template in Visual Studio .Net, we get concerned about its power, the fact is that you can do a lot of things by implementing an "Installer Class" as part of the installation package's Custom Actions.

The "Installer Class" object enables your Application's installation package to do several things on the machine where your application is getting installed, the Installer Class is nothing more than a program that you integrate with the installation package.    As such it will have access to all the resources on the target machine.

[read article...]

Recent Blogs  more blog posts...

Get our latest blog entries as an RSS feed! What's this?
by V. Neil Knobbe on 4/22/2008 11:15:00 PM
via CanOz Blog
by V. Neil Knobbe on 4/18/2008 2:09:00 AM
via CanOz Blog
by V. Neil Knobbe on 4/17/2008 2:59:00 PM
via CanOz Blog
by V. Neil Knobbe on 4/14/2008 2:08:00 AM
via CanOz Blog
by V. Neil Knobbe on 4/12/2008 4:10:00 PM
via CanOz Blog

Recent FAQs  more faqs...

  Category  Topic Published
Windows Forms  .NET WIP: How to work with Property Grids; Part III  1/4/2008 11:27:49 PM
Files  .NET Reading ID3v2 Tags From MP3 Files  12/10/2007 8:03:14 PM
Windows Forms  .NET WIP: How to work with Property Grids; Part II  12/3/2007 3:27:26 AM
TreeView/ListView  .NET Programmatically Scrolling A Listview (VB.NET 2005)  11/27/2007 9:07:33 PM
Windows Forms  .NET WIP: How to work with Property Grids; Part I  11/23/2007 11:09:15 PM
Install / Upgrade  .NET Installer Class and Custom Actions Part 1 of 2  9/23/2007 1:09:26 AM
TreeView/ListView  .NET Reducing Code Clutter When Using A ListViewItem Object  8/27/2007 8:22:14 PM
Getting Started  Variable scope  8/25/2007 6:58:28 AM
Database  .NET Returning the Auto-Number Value  8/23/2007 2:45:54 PM
General  .NET Logging with LOG4NET  8/21/2007 6:17:31 AM