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

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

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > C-Sharp > FAQ
Search:
What's New - What's Hot


Const in C#, Exception Filters, IWin32Window, and More        
Total Hits: 127  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

Welcome to .NET Matters. This new column will delve into the ins and outs of the Microsoft® .NET Framework, answering readers' questions on various topics related to its extensive libraries, languages, and the common language runtime. If you have a question you'd like answered, feel free to contact us at netqa@microsoft.com. In the meantime, sit back, relax, learn, and enjoy. Are const variables in C# stored in a global location? Can you tell me what are the performance and memory advantages of ...

Event Accessors        
Total Hits: 316  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

C# makes it very easy to create events on classes, simply by adding the keyword "event" to a delegate member variable declaration. However, it also allows a property-like syntax where add and remove accessors for the event can be implemented explicitly. Why would I ever want to do that? Wouldn't I always just be recreating the same code the C# compiler generates for me?...

C# Frequently Asked Questions for C++ programmers        
Total Hits: 931  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This FAQ tries to address many of the basic questions that C++ developers have when they first come across C#. I recommend that you read the .NET Framework FAQ before reading this one....

Pickers Library: For Creating Pickers in .NET        
Total Hits: 167  |  Today: 0 Author: @MSI.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Pickers Library is a .NET Windows Control Library that aids in creating Picker-style controls.
A 'picker' control can be thought of as a control, which allows you to select a value from rich, drop-down UI instead of a plain list. For example, we have the DateTimePicker control. Similarly, the color selector in Microsoft® Word is an example of a picker....

FAQ for the microsoft.public.dotnet.languages.csharp newsgroup        
Total Hits: 176  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you haven't posted on the C# newsgroup before, please read the posting guidelines and suggestions first - they should help you to get an answer quickly and without irritating anyone. If you have seen a question come up frequently on the newsgroup and believe it should be part of the FAQ, please post it on the newsgroup with a subject line beginning with "FAQ Suggestion", including in the post both the question and a suggested answer. The answer can then be honed and discussed within the newsg...

How do I begin programming with C#?        
Total Hits: 393  |  Today: 0 Author: CodeGuru       Rating:  
Read Reviews | Write Review |   Your Rating: 

Learn about some of the different compilers available for programming with C#...

DotNet Spider - C# tutorials        
Total Hits: 393  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

DotNetSpider.com offers free online C# tutorials. Also, senior programmers answers your technical questions related to .Net for free....

Why is C# case-sensitive?        
Total Hits: 216  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Perhaps surprisingly to you, we didn't spend a lot of time on this question while designing C#. Rather, we felt that this was clearly a matter that had good arguments on both sides, and was largely a matter of taste, preference, and former experience. Given that, we didn't see a good reason to change from the precedent set by C and C++....

resize window - lock        
Total Hits: 243  |  Today: 0 Author: piotrek       Rating:  
Read Reviews | Write Review |   Your Rating: 

Is there a posibility to totally lock posibility to resize window? And to force application not to display a both sided arrow that allows user to resize window?...

What Are Some of the Different C# Editors Available?        
Total Hits: 358  |  Today: 0 Author: CodeGuru       Rating:  
Read Reviews | Write Review |   Your Rating: 

A quick glance about the various editors available for programming with C#...

Secure Passwords, Nested XML, and More    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Nancy Michell       Rating:  
Read Reviews | Write Review |   Your Rating: 

I need to create a regular expression to validate an entry in a form and make sure that a value conforms to strong password guidelines. How can I do this?...

LINQ for the Beginner    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: logicchild       Rating:  
Read Reviews | Write Review |   Your Rating: 

The purpose of this paper is to present some basics about LINQ for certain individuals who may have not gained an understanding of LINQ. LINQ unifies data access, whatever the source of data, and allows mixing data from different kind of sources. LINQ means “Language-Integrated Query”. It allows for query and set operations, similar to what SQL statements offer for databases. LINQ, though, integrates queries directly within .NET languages like C# and Visual Basic through a set of extensions to t...

45 Day Series: CodeProject VC++ Forum Q&A - I    Version: 0.00       Price: $0.00   
Total Hits: 38  |  Today: 0 Author: ThatsAlok       Rating:  
Read Reviews | Write Review |   Your Rating: 

Nothing unusual... this article is a compilation of questions and answers which were asked between 10 December 2004 and 23 Jan 2005 (45 days) on the Code Project Visual C++ forum. Also, this is the first article of the 45 Days series. I hope, I will bring more on this series....

Windows Azure FAQ Part 1    Version: 0.00       Price: $0.00   
Total Hits: 39  |  Today: 0 Author: Questpond       Rating:  
Read Reviews | Write Review |   Your Rating: 

Different people have different obsessions and I have this stupid obsession of writing articles in FAQ formats :-) . The more I try to write articles in normal format I end up with a FAQ. My only thought process of writing articles in FAQ format is that we end up talking to the point rather than talking about trees and rivers , many may disagree....


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