Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

XmlSerializer.Deserialize() isn't deserializing a List<T> correctly

c# .net xml-serialization

How do you do a gradient fade to Aero glass in a WPF application like Office 2010 does?

c# .net wpf aero aero-glass

Can I run DBCC CHECKDB from .NET?

Why is this CRC32 implementation in C# so slow?

c# .net crc32

Scrolling WebBrowser programmatically sometimes doesn't work

What is the best web viewable format to save a TIF with a 1 bit depth?

c# .net image tiff

Is MSMQ a good idea

.net oracle msmq

How do I generate COM interop proxies into C# source code?

c# .net com interop

Fluent Interfaces - the number of objects being created

How to build iphone apps using .Net on windows?

c# .net iphone windows

How to query a DataSet and iterate through the result?

c# .net

Can you get any financial recompense from Open Source [closed]

.net open-source currency

XML Serialization of an Object Containing invalid chars

How to determine if remoting channel is already registered

c# .net remoting

What tool should I use to automate my deployment of my ASP.NET MVC application?

.NET ListView: event after changing selection

.net winforms listview

Argument Exception thrown by PtrToStructure

c# .net marshalling hid

.NET: recommended video tutorial for LINQ? [closed]

c# .net vb.net linq

Is using delegates excessively a bad idea for performance? [duplicate]

Multi-Threading Question - adding an Element to a static List

c# .net multithreading