Do NOT use for questions about .NET Core - use [.net-core] instead.
While trying to connect to Nuget, getting the error below and then I am unable to connect: [nuget.org] Unable …
.net visual-studio nugetIf I call SelectAll from a GotFocus event handler, it doesn't work with the mouse - the selection disappears as …
.net wpf silverlight textboxI've been fighting with this for a while, and have found that a number of other people struggle with the …
c# .net winforms runtime tablelayoutpanelI'd like to know if ITextSharp has the capability of converting HTML to PDF. Everything I will convert will just …
.net itextsharp html-to-pdfI have this code from a coworker (probably got it from the web somewhere) but he's out on vacation and …
c# .net visual-studio-2010 visual-studio-2008 manifestI have seen this syntax in MSDN: yield break, but I don't know what it does. Does anyone know?
c# .net yieldCan someone please explain the difference between the protected and protected internal modifiers in C#? It looks like their behavior …
c# .net access-modifiersSystem.IO.Directory.GetFiles() returns a string[]. What is the default sort order for the returned values? I'm assuming by …
.net .net-2.0I am trying to read an Excel file into a list of Data.DataTable, although with my current method it …
c# .net excel office-interop