Do NOT use for questions about .NET Core - use [.net-core] instead.
In visual studio, I have an asp.net 3.5 project that is using MS Enterprise Library 4.0 application blocks. When I have …
.net xml xsd enterprise-libraryI thought I knew this, but today I'm being proven wrong - again. Running VS2008, .NET 3.5 and C#. I added …
c# .net settingsIs there a way to send ZPL (Zebra Programming Language) to a printer in .NET? I have the code to …
c# .net zpl-ii zebra-printers zplI wish to test the core class of a plugin by directly referencing the plugin project and instantiating the plugin …
.net mef project-referenceI need to recreate a provider in my web.config file that looks something like this: <membership defaultProvider="AspNetSqlMemProvider"&…
.net dll .net-assembly publickeytokenI am using a COM object (MODI) from within my .net application. The method I am calling throws a System.…
c# .net exception com process-state-exceptionHow can I programmatically create an event that would simulate a key being pressed on the keyboard?
c# .net wpf keyboard-eventsWhen I build XML up from scratch with XmlDocument, the OuterXml property already has everything nicely indented with line breaks. …
c# .net xmldocument outerxml