Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, March 13, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > C-Sharp
Search:
What's New - What's Hot
Listings for Assembly Assembly (108)
Listings for Attributes Attributes (112)
Listings for Authentication Authentication (25)
Listings for Automation Automation (71)
Listings for Binding Binding (5)
Listings for C# and XML C# and XML (184)
Listings for Cachy Cachy (33)
Listings for Code Generation Code Generation (154)
Listings for Collection Collection (113)
Listings for Collection Controls Collection Controls (38)
Listings for Com Component Com Component (191)
Listings for Compiler Compiler (31)
Listings for Configuration Configuration (119)
Listings for Custom Controls Custom Controls (777)
More Categories for Database Database (889)
Listings for Date & Time Date & Time (180)
Listings for Debug and Tracing Debug and Tracing (152)
Listings for Email Email (117)
Listings for Error Handling Error Handling (29)
Listings for Events & Delegates Events & Delegates (292)
Listings for Exception Handling Exception Handling (96)
Listings for FAQ FAQ (15)
More Categories for File Management File Management (42)
Listings for Form Handling Form Handling (9)
Listings for Graphics & Charts Graphics & Charts (680)
Listings for Guest Book Guest Book (3)
Listings for Introduction Introduction (55)
Listings for Java And C-Sharp Java And C-Sharp (143)
More Categories for Language Reference Language Reference (441)
Listings for Messaging Messaging (22)
Listings for Metadata Metadata (17)
Listings for Miscellaneous Miscellaneous (1580)
Listings for Multilingual Support Multilingual Support (15)
Listings for Multimedia Multimedia (278)
Listings for Namespaces Namespaces (44)
Listings for Object Oriented Programming Object Oriented Programming (397)
More Categories for Office Documents Office Documents (56)
Listings for Performance/Optimization Performance/Optimization (104)
Listings for Reference Reference (12)
Listings for Reflection Reflection (111)
Listings for Registry Registry (68)
Listings for Regular Expressions Regular Expressions (136)
Listings for Remoting Remoting (103)
Listings for Sample Chapters Sample Chapters (76)
Listings for Sample Programs Sample Programs (2190)
More Categories for Scripting Scripting (199)
Listings for Security & Encryption Security & Encryption (348)
Listings for Serialization Serialization (112)
More Categories for Server Controls Server Controls (896)
Listings for Socket Programming Socket Programming (84)
Listings for System.Net System.Net (356)
Listings for Threading Threading (256)
Listings for Tips & Tricks Tips & Tricks (865)
Listings for Type Casting in C# Type Casting in C# (47)
Listings for User Management User Management (54)
Listings for Validation Validation (20)
More Categories for Web Services Web Services (156)
Listings for Windows Forms Windows Forms (755)
Listings for Windows Services Windows Services (150)
 


Windows Ribbon for WinForms, Part 11 – DropDownGallery, SplitButtonGallery and InRibbonGallery    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 3 Author: Arik Poznanski       Rating:  
Read Reviews | Write Review |   Your Rating: 

This series of CodeProject articles is based on a series of posts I've first published on my blog.

In this post I'll show you how to use the different galleries available with the Windows Ribbon Framework.

The result of this post is a new sample named “09-Galleries” that you can find on the Windows Ribbon for WinForms project page. It looks like this:...

Automatically Install Multiple CAB Files to a Windows Mobile/Pocket PC Device    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Agola Kisira Odero       Rating:  
Read Reviews | Write Review |   Your Rating: 

The objective of this article is to describe a solution that uses threading and ActiveSync to automate the process of installing multiple CAB files to a Windows Mobile or Pocket PC device.

The included example setup project is a standard Windows MSI installation file which when run will install two CAB files to a Windows Mobile or Pocket PC device....

MVVM - Creating ViewModel : create dynamic proxies with Castle (solution 3 of n)    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 3 Author: jmix90       Rating:  
Read Reviews | Write Review |   Your Rating: 

Here is the next episode of our serie MVVM - Creating ViewModel. A list of all the articles about creating a ViewModel is here.

Today we are going to see how to create dynamic proxies for our business objects....

GoDaddy Email Form    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: jp2code       Rating:  
Read Reviews | Write Review |   Your Rating: 

I posted a response on bytes.com back in 2006 about how someone could get their GoDaddy Contact Form to work. On this response, I included a link to my website so the person could contact me, if they had any problems. Since then, I've had maybe 10 people a year write to me asking if they too could have the code. So, I decided to stop a moment and write a quick page on CodeProject to show everyone how this is done....

Config Data Encryption    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: boblogan       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I was asked to provide better security / encryption on several data items normally contained within a CONFIG file.... for example a connection string or other sensitive data values.

Of course this is a trivial task these days with the security classes available in the .NET world. However, these techniques require some sort of Key/Salt values which in turn become sensitive data values that require protection. Oh Mama make it stop....

How to read the Google calendar in C#    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Pubudu Kasakara       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is described how to use Google data APIs to read your Google Calendar using C#. Google data APIs is allow developers to write application which interact with Google services. Google data APIs is allow using number of services such as Calendar, Google Documents, and Contacts...Etc. The Google APIs enable you to write applications to synchronize, import, export....

The Back Side of Exceptions    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Sergei Kitaev       Rating:  
Read Reviews | Write Review |   Your Rating: 

Error handling is a general topic. This article is concerned with strategy based on exceptions (which is a universal mechanism for raising and reporting an error) in relation to .NET. Here, you will learn about two problems of exception handling (which are not covered enough in existing documentation), and will see how to prevent some insidious situations, such as misidentification of an exception leaving the program in an inconsistent state, or loss of exception information. The article has som...

DataGridView based user control with edit dialog    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: liviucatrina       Rating:  
Read Reviews | Write Review |   Your Rating: 

DataGridView control is often used in applications that use databases. Normally control displays data in a table format list and allows you to add / modify and delete lines. Each entry in Table corresponds to a line. But there are many programmers who does not agree editing data directly in DataGridView control (among them myself). In this case control is used for display and editing operations are performed in forms. For example to add a record we open a form that displays fields that need to b...

Idea of the Clean Result (concept of the monolithic/non-monolithic code) or an alternative to Java's checked exceptions    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Sergei Kitaev       Rating:  
Read Reviews | Write Review |   Your Rating: 

There is a problem connected with the .NET exception handling strategy; it has an effect on the reliability of managed code. In one sentence, the question is: Why C# does not have any defense against The Side Effect of Unexpected Exceptions? The phenomenon of implicit interruption of code flow (without an explicit throw statement) can take place when some of the lower layers throw unexpected exceptions and some of the upper layers handle such cases as normal. As a result, some data in the progra...

Refactoring Tips - Tip 11    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Vinayaka Krishna Shenoy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Refactoring 'OR' type of conditions - In a method,if we have multiple conditional statements,with the same result. apply this rule....

From Binary to Data Structures    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Cédric Menzi       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sometimes, you want to parse well-formed binary data and bring it into your objects to do some dirty stuff with it.

In the Windows world most data structures are stored in special binary format. Either we call a WinApi function or we want to read from special files like images, spool files, executables or may be the previously announced Outlook Personal Folders File....

Providing Prompts for Menu Items on a StatusStrip    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Brian C. Hart, Ph.D.       Rating:  
Read Reviews | Write Review |   Your Rating: 

For anyone who is moving to C# and Windows Forms from MFC, you may be used to your AppWizard-generated applications automatically displaying a prompt string in the status bar when you move your mouse over the items in your program's menus. This sort of help has come to be expected by users in all major thick-client GUI applications....



DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net