Do NOT use for questions about .NET Core - use [.net-core] instead.
I'm used to work with Java where large amounts of examples are available. For various reasons I had to switch …
c# .net combobox datatable sharpdevelopAre there any dictionary classes in the .NET base class library which allow duplicate keys to be used? The only …
c# .net dictionary multimapI'm working on an old project written and then patched by several people over the years. At some places they …
asp.net .net drop-down-menuI need to write a file in the same folder where a console ClickOnce .application (executable file) resides. The folder …
.net windows clickonceWhat is the proper way to convert a char to int? This gives 49: int val = Convert.ToInt32('1'); //int …
c# .netWhat am I supposed to use when handling a value in C#, which is bigint for an SQL Server database?
c# .net sql-server bigintUsing Powershell v3's Invoke-WebRequest and Invoke-RestMethod I have succesfully used the POST method to post a json file to …
.net rest powershell httpsI know the error message is common and there are plenty of questions on SO about this error, but no …
c# asp.net .net asp.net-4.0I am getting following error when i am trying to connect Production DB from Local Environment. I was able to …
.net sql-server sql-server-2008 ado.net database-connection