About 8,950 results
Open links in new tab
  1. Dashboard in asp.net c# - social.msdn.microsoft.com

    Oct 7, 2021 · It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for …

  2. Best method to learn to create GUI desktop apps in C# .NET

    Jul 7, 2019 · You should understand the basics of UI design patterns in .NET form based solution of MVC, MVP and MVVM as each UI design pattern can be used with Web and Windows form …

  3. How to create Desk Bands in C# - social.msdn.microsoft.com

    Jun 19, 2008 · I would like to write a desk band is docked on the taskbar in C#. What I can get from MSDN is only sample code in C++. (Desk Bands) Can anyone give me some guidance or …

  4. Disabling Comment Formatting in C# Editor

    Dec 13, 2012 · I'd like to know how to disable the automatic comment formatting in the Visual Studio C# editor. I greatly dislike the way that it adds a leading asterisk in front of each new …

  5. WPF c# why do the buttons stay highlighted

    Nov 26, 2015 · Question 0 Sign in to vote WPF c# why do the buttons stay highlighted Saturday, November 14, 2015 5:06 AM

  6. Why async methods cannot have ref or out parameters?

    Aug 11, 2011 · I found a workaround for that by creating a dedicated class to holding all the ref and out params of the async method and passing an instance of that object to the method …

  7. [C#] Get DateTime on querystring - social.msdn.microsoft.com

    Oct 7, 2021 · All replies 0 Sign in to vote User801557781 posted can you try String.Format (" {0:MM/dd/yyyy}", Request.QueryString["dt"]); Friday, January 11, 2013 3:55 AM 0 Sign in to …

  8. How to create MetroUI using C# in Windows 8

    Feb 11, 2013 · you can use HTML5/CSS3/JavaScript, XAML with C++/C#/VB as code-behind and native C++/HLSL to develop metro apps for windows 8.

  9. What is Hungarian notation in coding standards and why we are …

    Oct 7, 2021 · Microsoft All-In-One Coding Standards C# Naming Guidelines .NET Framework Design Guidelines Top Ten .NET Naming Guidelines, Programming Standards and Best …

  10. Automatic Mouse scroll is not working in c# winforms

    May 20, 2016 · I have a C# Winforms Application. I have Form which contains TabControl having 2 tabpages. If i come from one tab page to other tab page Automatic MOUSE SCROLL …