Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-2.0

What is the best way to store pairs of strings, make an object or use a class in .NET?

c# string collections .net-2.0

How to migrate a .NET Windows Service application to Linux using mono?

c# .net linux .net-2.0 mono

Error : The Out Parameter must be assigned before control leaves the current method

c# compiler-errors .net-2.0

Can I use a .NET 4.0 library in a .NET 2.0 application?

dll .net-2.0 .net-4.0

Best method to obfuscate or secure .Net assemblies [closed]

c# .net .net-2.0

How do I select all items in a listbox on checkbox checked?

c# winforms listbox .net-2.0

Load vs. Shown events in Windows Forms

.net winforms events .net-2.0

Strange Error - CS0012: The type x is defined in an assembly that is not referenced

How to show text in combobox when no item selected?

c# winforms .net-2.0

what's the use of string.Clone()?

c# .net string .net-2.0

Array.Join in .Net?

arrays join .net-2.0

System.ValueType Understanding

c# .net-2.0

How to unit test if my object is really serializable?

How can I create an instance of an arbitrary Array type at runtime?

Running .net based application without .NET Framework

.net deployment .net-2.0

How to call a VBScript file in a C# application?

Determine which w3wp.exe process belongs to which App Pool in Windows 7 / IIS7.5?

InvalidOperationException: Cannot create a DbSet for 'Role' because this type is not included in the model for the context

How to change the mouse cursor into a custom one when working with Windows Forms applications?

XmlReader - Self-closing element does not fire a EndElement event?

c# .net xml .net-2.0 xmlreader