Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

C# and .NET 3.5 - How to launch a process using different credentials, with a hidden window, and being able to capture standard output and exit code?

Change values of datatable column conditionally using Linq [closed]

c# linq datatable .net-3.5

C#, Display plain text in a form

c# winforms .net-3.5 plaintext

Run a .NET program from a mapped drive or shared folder - Pros/Cons

winforms .net-3.5

Get Tag property from ToolStripMenuItem and Button in click event handler

c# winforms .net-3.5

Are .NET 3.5 XPath classes and methods XSLT 2.0 compatible?

xml xslt .net-3.5 xpath

running a .NET Framework 3.5-based application in .NET Framework 4 getting HTTP Error 500.19 - Internal Server Error

IEnumerable of averages of one property from IEnumerable<IEnumerable<T>> where T has two properties

c# .net-3.5

Create a copy of a file like Windows7 usually do

c# wpf windows-7 .net-3.5 copy

custom drawing portion of image .net 4.5

Windows 7 taskbar icon not displayed in .net 3.5 application

What code is better to delay main thread while working thread is doing its work

Binding one collection to multiple tabs with filters

Windows Service

How do I synchronize 2 processes in threads so they run together?

VirtualPath in AspNetCompiler MSBuild Task - does it have to be equal to the final deployed Virtual Path?

.Settings file in Win Form App, Best Practice