Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Hide mail server's credentials in source

c# .net security

Write NUnit Test case for a method which prompts a message box

c# nunit-2.5

How to serialize 'System.Numerics.Complex' using an XmlSerializer?

MonoTouch Binding cannot use fields

c# ios xamarin.ios pinvoke

How to call SemaphoreSlim.Release() without risking app failure?

Efficient way to find "hook words" in a list of words?

c# .net performance linq

RedirectToAction inside a action method that creates a new object in the entity in MVC

Integer parsing

c#

Design question - how atomic should a business layer method be?

c# asp.net business-logic

Custom LINQ provider for Excel spreadsheets?

c# linq excel oledb

c# Drag and Drop from my custom app to notepad

c# drag-and-drop

.NET Point.IsEmpty vs IsDefined

c# system.drawing

which dll contains generics extension methods?

c# dll extension-methods

How to force a certain UserControl design

Generating large numbers of unique random codes

how to manage multiple ado.net database connections from asmx Web Service

c# iis ado.net asmx

How to load gridview from a excel file in asp.net by c#?

c# asp.net gridview

Remove specified text from beginning of lines only if present (C#)

c# string textbox comments

How does generic inheritance work on this type?

c# generics inheritance

What is the accepted way to enforce proper value in property which depends on other properties of the same class?

c# .net oop properties