Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# How to expose a property based on the value of another property in a propertygrid?

c# winforms propertygrid

Mocking ISession.Query<T>() for testing consumer

c# nhibernate testing

Should ViewData never be used?

c# asp.net-mvc-2 viewdata

OpenTK text animation

c# wpf animation scroll opentk

Attach WinDbg to a process run from HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run at login?

c# windows-xp windbg

How to check who uses certain port in C#?

Comparing DateTime values in EntitySQL when starting with a querystring

How can I create a virtual disk (letter, share, etc.) on Windows using Java?

c# java virtual drive hard-drive

Exception on Response.End();

c# asp.net

Why do I get an InvalidCastException when reading values from OdbcDataReader after checking for null values?

c# exception null odbc

GroupBy and Sum

c# .net linq

How to include a referenced assembly in a package?

c# .net nuget assemblies

Page-based action for back button

Need to use ClosedXml and Save excel file to local pc

Injecting runtime value into Unity dependency resolver

Ninject intercept not triggering with nested method calls in same class

Calculating maximum and minimum values in an array

c# arrays element

Is this an abuse of the type system?

c# oop types