Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How can I stop the columns resizing on scroll in a WPF DataGrid with row virtualization turned on?

c# .net wpf wpfdatagrid

How do I save a web page to image

Implementing ISupportErrorInfo on a C# object exposed to COM

.net: how do debug XmlSerializer.Deserialize errors?

.net xml-serialization

Debugging AxShockwaveFlash

How do I detect click on a line in Windows Forms

c# .net winforms graphics gdi+

Order by null first and then in descending order

Purpose of the .deps.json file in .NET and can I avoid it?

c# .net visual-studio

Returning a value from Dispatcher.RunAsync() to background thread

c# .net windows-store-apps

Can I use multiple BinaryWriters on the same Stream?

c# .net

How to check if a number is an integer in .NET?

.net isinteger

Can I protect my ASP.NET application against decompilers?

.net asp.net decompiling

How to serialize a property which is decorated with the [ScriptIgnore] attribute?

Regular Expression Commas and Columns

.net regex

Do you always have to set ViewBag variables in order to access data from the controller

c# .net razor viewbag

Is Azure Access Control and WIF suitable when some of the relying parties might not be .Net based

concatinating int[] to same size string[]

c# .net

Why are we allowed to use a parameter defined by an "is" expression in the else clause of a conditional operator?

ImmutableDictionary enumeration order

c# .net .net-core