Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, July 25, 2008

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 > Knowledge Base > C-Sharp > About C-Sharp
Search:
What's New - What's Hot


An Encoder class derived from a stream        
Total Hits: 28  |  Today: 0 Author: Andrea Cacciarru       Rating:  
Read Reviews | Write Review |   Your Rating: 

Very often you want to add special features to a stream class (istream, ostream or iostream). A way to do this, is to create a specialized streambuf class and to overload stream base class methods....

How to create a FileCompare function by using Visual C++ .NET or Visual C++ 2005        
Total Hits: 16  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to compare two files to see if their contents are the same. This comparison looks at the contents of the two files, but does not at the file names, locations, dates, times, or other attributes....

How to get the last restart/reboot time for windows        
Total Hits: 63  |  Today: 0 Author: Gautham Jayaraman       Rating:  
Read Reviews | Write Review |   Your Rating: 

This code snippet helps to get the time when the Windows OS was last rebooted, using C# code....

Similarities and difference with C# and Other Languages        
Total Hits: 441  |  Today: 0 Author: c-sharpcorner       Rating:  
Read Reviews | Write Review |   Your Rating: 

You should know that many C/C++ developers have been asking this question: Is C# a new programming language or a new version of C/C++. Well, in this article Author is going to go under the hood and show you that C# is a cocktail of Java, C, C++ and Delphi/C++ Builder from Borland. Let’s first take a look what C# programming language really is....

How To Create a Modeless CPropertySheet with Standard Buttons        
Total Hits: 8  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft Visual C++ .NET (2002) supports both the managed code model that is provided by the Microsoft .NET Framework and the unmanaged native Microsoft Windows code model. The information in this article applies only to unmanaged Visual C++ code....

Anonymous methods in C# 2.0        
Total Hits: 108  |  Today: 0 Author: omerkamal       Rating:  
Read Reviews | Write Review |   Your Rating: 

Event handlers and other callbacks are often invoked exclusively through delegates and never directly. Even so, it has thus far been necessary to place the code of event handlers and callbacks in distinct methods to which delegates are explictly created. In contrast, anonymous methods allow the code associated with a delegate to be written “in-line” where the delegate is used, conveniently tying the code directly to the delegate instance. Besides this convenience, anonymous methods have shared a...

Add Build Date and Autoincrement Build Number        
Total Hits: 50  |  Today: 0 Author: gugulea       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are many articles and applications posted here, but I couldn't find one that could do what I wanted. I don't want to add any plug-in to Visual Studio, or modify any .rc files that the IDE should maintain and modify. I want to add more version info like build date. Some of the solutions given here are good but are not complete. They represent only a starting point to my solution....

How to start the default Web browser by using a LinkLabel control in Windows Forms with Visual C++ .NET or with Visual C++ 2005        
Total Hits: 18  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to use a LinkLabel control in the Microsoft .NET Framework System::Windows::Forms namespace to open a Web address or URL in the default Web browser....

MD5SUM FOR C#        
Total Hits: 90  |  Today: 0 Author: Max Gattringer.       Rating:  
Read Reviews | Write Review |   Your Rating: 

As you may know the MD5CryptoService, which the .NET Framework uses, doesn't create an md5 sum's string. So you only have the pure byte[] which isn't that useful if you want to use it in a database or on your Web Server to compare the sum with your file's sum! So, if many people have no idea how to get their sum into the right way, here's my howto to create the same sums like "md5sum" does:...

How to extract images from child windows of running applications        
Total Hits: 8  |  Today: 0 Author: Jon Burchel       Rating:  
Read Reviews | Write Review |   Your Rating: 

Out of consideration for the less capable among us... If you want to open the project, it REQUIRES Visual Studio 2008. So sorry if you waste 37KB of precious bandwidth and can't open it in your VS 2005, but you can always download a trial of 2008, for which SP1 is already released, and is not exactly bleeding edge at this point... I have often wanted to replicate the look and feel of another application for whatever reason, and it is a pain trying to get good graphics to match. This little app i...


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net