Do NOT use for questions about .NET Core - use [.net-core] instead.
I have used a CheckedListBox over my WinForm in C#. I have bounded this control as shown below - chlCompanies.…
c# .net winforms checkedlistboxI am developing a REST API in ASP.Net Web API. My API will be only accessible via non-browser based …
c# .net authentication asp.net-web-api http-token-authenticationI've a timer object. I want it to be run every minute. Specifically, it should run a OnCallBack method and …
c# .net timerUpdate: A sample project reproducing this bug can be found here at Microsoft Connect. I have also tested and verified …
c# .net winforms visual-studioDoes C# allow you to add a String to a RowHeader in a DataGridView? If so, how is it accomplished? …
c# .net winforms datagridviewI have some fields returned by a collection as 2.4200 2.0044 2.0000 I want results like 2.42 2.0044 2 I tried with String.Format, but it …
c# .net decimalI am creating an .idl file programmatically. How do I create UUIDs for the interfaces and Methods Programmatically. Can I …
c# .net visual-studio-2008 com uuid