|
|
|
|
|
Total Hits: 127 | Today: 0
|
Author: Stephen Toub
|
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 ...
|
|
|
|
Total Hits: 316 | Today: 0
|
Author: Stephen Toub
|
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?...
|
|
|
|
Total Hits: 931 | Today: 0
|
|
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....
|
|
|
|
Total Hits: 167 | Today: 0
|
Author: @MSI.
|
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....
|
|
|
|
Total Hits: 176 | Today: 0
|
|
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...
|
|
|
|
Total Hits: 393 | Today: 0
|
Author: CodeGuru
|
Rating:
|
|

Learn about some of the different compilers available for programming with C#...
|
|
|
|
Total Hits: 393 | Today: 0
|
|
Rating:
|
|

DotNetSpider.com offers free online C# tutorials. Also, senior programmers answers your technical questions related to .Net for free....
|
|
|
|
Total Hits: 216 | Today: 0
|
|
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++....
|
|
|
|
Total Hits: 243 | Today: 0
|
Author: piotrek
|
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?...
|
|
|
|
Total Hits: 358 | Today: 0
|
Author: CodeGuru
|
Rating:
|
|

A quick glance about the various editors available for programming with C#...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Nancy Michell
|
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?...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: logicchild
|
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...
|
|
|
|
Total Hits: 38 | Today: 0
|
Author: ThatsAlok
|
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....
|
|
|
|
Total Hits: 39 | Today: 0
|
Author: Questpond
|
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....
|
|
|
|
|
|