Do NOT use for questions about .NET Core - use [.net-core] instead.
I've recently started to use the Entity Framework 4.0 in my .NET 4.0 application and am curious about a few things relating …
.net database entity-framework ado.net connection-poolingPossible Duplicate: How May I Capture the Screen in a Bitmap? I need to make an application that captures a …
c# .net screenshotPossible Duplicate: IList<T> to IQueryable<T> I have a List data, but I want a …
.net linqIn regards to the answer for this question Passing DataContext into Action(), how do I return a value from action(…
c# .net linqI want to dynamically parse an object tree to do some custom validation. The validation is not important as such, …
c# .net reflectionThe following code works for me: var webProxy = WebProxy.GetDefaultProxy(); webProxy.UseDefaultCredentials = true; WebRequest.DefaultWebProxy = webProxy; Unfortunately, WebProxy.GetDefaultProxy() is …
.net proxyHow to Get an XML Element from XDocument using LINQ ? Suppose I have an XDocument Named XMLDoc which is shown …
c# .net linq linq-to-xmlI have code that is logging Exception.Message. However, I read an article which states that it's better to use …
c# .net exception exception-handlingI developed an applicatin using Visual Studio.Net 2008 Team System with Infragistics Net Advantage Tools 2010.3 and made a Setup Exe …
.net vb.net invalidoperationexception