I wonder what the best approach is in implementing a logger which essentially eats all Console.WriteLine() messages and spits out a text file of all these messages.
I want to know if you think this is a good way to handle exceptions thrown by Parallel Loops (Parallel.ForEach and/or Parallel.For) inside Tasks.
I have a wpf datagrid with IsDeferredScrollingEnabled set to true. I have a listbox inside row details template. When I try to scroll the listbox by dragging its scrollbar, its not scrolling because o
I am a student who is working on a website that has some things in common with SharePoint. I use ASP.NET MVC 3 to create an intranet site so people can be authenticated by Active Directory. I have tro
In wpf, i have to click on an image with Panel.ZIndex=\"1\", but this image is \"under\" another image with a Panel.ZIndex=\"2\". The event MouseDown fail. How to do that?
I have an installation of mono 2.10.4 on linux and have been attempting to compile a .NET C# 4dependent codebase.I have been able to compile in MonoDevelop, but need to be able to do from the command
The other day I started working on a project in C#.NET using Windows Forms and it\'s been quite a while since I last used Windows Forms so I\'m feeling a bit rusty.
I have being trying to debug my program which is around couple of hundreds lines of code, I have been trying hard to debug the program properly,
I have the same problem, my site opens a new tab whenever I click on the submit form button. Is there any way to check whether i have opened a new tab or new windows in watin
I am implementing the forms authentication like (I need to create the ticketbased some some conditions not from active directory or from database)