Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-2.0

Call function in User Control from code behind of the page

Office interop: developing with 2003 PIAs on a machine with Office 2007

Can you call a .NET 2.0 COM object from an ASP.NET 1.1 web app?

asp.net com .net-2.0 .net-1.1

Escaping new-line characters with XmlDocument

c# xml .net-2.0 xmldocument

Is it possible to capture/redirect the standard output of a process that I did not launch, in .net?

Sharing memory between Windows Service and Application, what is easiest?

Invalid parameter when setting an image

Strange issue with resources in .NET 2

c# resources .net-2.0

Asp.net Mvc 2.0 RC Setting Thread CurrentCulture/Ui

asp.net-mvc .net-2.0

How to wait for a file to be copied completely?

c# .net file-io .net-2.0

How to update EF Core 2.0 Owned Entities following a DDD aproach?

Find all k-size subsets with sum s of an n-size bag of duplicate unsorted positive integers

Upgrading a .Net 2.0 project to .Net 4.0

.net-4.0 .net-2.0

How to reuse Type returned value to generate new source code

c# .net-2.0

How to tell if a Visual Studio project file represents application, DLL or static library project?

Windows 7 TextureBrush..ctor() error

windows-7 .net-2.0 crash

Phone number normalization: Any pre-existing libraries?

What is the best way to parse an XML boolean attribute (in .NET)?

Convert Dictionary<MyType>.ValueCollection to IList<MyType>

c# .net-2.0

Right way to get username and password from connection string? [duplicate]