IF you want to see how the .NET framework class library is, how .NET control constructor, control methods are, and how the organization of Namespaces, you can find help from Microsoft MSDN: Please check here, left panel, expand them
Microsoft released Visual Studio 2012 and .NET Framework 4.5 in the last week (2012 August 15). That was really a big day for both of all .NET developers and Microsoft. When I quickly viewed the introduction of Visual Studio 2012, I felt a new generation using Microsoft techs and tools was coming fast. If we [Read More ...]
We often need to implement events in our own class. About how to implement events, Microsoft provides tutorials such as this one. About the concepts of Event and Delegate, please read Microsoft site here. I. Traditional Method : Microsoft provides tutorials seems still in .NET 1.1 way even the web page is showing for .NET [Read More ...]
When you create a .NET project, if you opened the Visual Studio as Administrator and created a project, The next time if you forget to open Visual Studio as Administrator, you will see the following pop windows to ask you restart Visual Studio under different credentials when you try to run your application: Normally after [Read More ...]
When you create a new Windows Form application in Visual Studio 2010, and if you want to do something related config file, normally you will use ConfigurationManager namespace, for example: // Get the AppSettings section. NameValueCollection appSettings = ConfigurationManager.AppSettings; However, when you input “ConfigurationManager” in code, you will find the Visual Studio 2010 display [Read More ...]
http://stackoverflow.com/questions/1680663/disable-foo-has-encountered-a-problem-and-needs-to-close-window http://ctp.social.msdn.microsoft.com/Forums/en-US/winforms/thread/47d22408-ed84-42f1-a10b-e4ac971f3bcb http://social.msdn.microsoft.com/forums/en-us/Vsexpressvc/thread/B5A643E3-5963-444A-AC70-734B159E8A73
If you install Visual Studio 2010, you might meet the trouble that it is freeze on installing .NET framework 4.0, no matter you want to install .NET 4.0 using standalone version later, you still can not install .NET 4.0 successfully. The solution is : use a Clean up tool first. The following are detail steps: [Read More ...]
Since .NET 3.5 , you have seen the .NET Framework Client Profile. (From Microsoft) The .NET Framework 4 Client Profile is a subset of the .NET Framework 4 that is optimized for client applications. It provides functionality for most client applications, including Windows Presentation Foundation (WPF), Windows Forms, Windows Communication Foundation (WCF), and ClickOnce features. [Read More ...]
Today I give a topic which maybe most of us are interested in it, no matter you are a C++ or C# programmer, or even you are not a programmer, it is from the following questions which most of us always asked: 1: Why theres is no more Pointer in C#?2: How to release memory [Read More ...]
Symbol Factory .NET is a .NET software component which is produced by Software Toolbox Inc., and which used for adding animated objects from a library of over 3,600 industrial and manufacturing objects into your Visual Studio.NET software applications. Symbol Factory .NET is built around .NET Framework 2.0, so VB.NET and C# in Visual Studio 2008 [Read More ...]