Do NOT use for questions about .NET Core - use [.net-core] instead.
Today my application threw an OutOfMemoryException. To me this was always almost impossible since I have 4GB RAM and a …
c# .net out-of-memoryI am trying to find a simple example where the enums are shown as is. All examples I have seen …
c# .net wpf xaml data-bindingUsing this to check if c is an instance of TForm. c.GetType().Name.CompareTo("TForm") == 0 Is there a more …
c# .netI have two ASP.NET Web projects (ProjectA and ProjectB). When class in ProjectA is instantiating a class of ProjectB …
.net asp.net embedded-resource resourcemanagerWhen I add a .dll file as a reference in C# application it shows an error : A reference to the "....…
.net wcf referenceHow can I select a particular range of rows in a DataGridView programmatically at runtime?
c# .net winforms datagridviewI'm trying to insert a certain number of indentations before a string based on an items depth and I'm wondering …
c# .net