Do NOT use for questions about .NET Core - use [.net-core] instead.
I have interface IResourcePolicy containing the property Version. I have to implement this property which contain value, the code written …
c# .netI would like to be able to display a DateTimePicker that has a default value of nothing, i.e. no …
.net winforms datetimepickerI know this is almost a duplicate of : The error "Login failed for user 'NT AUTHORITY\IUSR'" in ASP.NET …
.net sql-server sql-server-2005 web-applications iis-6Sample console program. class Program { static void Main(string[] args) { // ... code to build dll ... not written yet ... Assembly assembly = Assembly.…
c# .net reflectionI'm trying to work out if an account expires in less than 30 days. Am I using DateTime Compare correctly? if (…
c# .net datetimeUsing C#, Visual Studio 2010. There is a namespace called System.Web.Mvc documented on MSDN. The documentation for all the …
.net visual-studio assembly-referencesAs an example take the following code: public enum ExampleEnum { FooBar, BarFoo } public class ExampleClass : INotifyPropertyChanged { private ExampleEnum example; public …
.net wpfJust upgraded an ASP.NET MVC4 project to use Unity.WebApi version 5.0.0.0 and it requires System.Web.Http v 5.0.0.0 as …
c# .net asp.net-mvc-4 nuget asp.net-web-api2I was wondering how to change or modify the transparency of a Panel in C#, not the whole form, but …
.net winforms transparency panel opacity