Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Two Keys Are Better Than One

MongoDB C# filter with UUID (GUID) is returning 0 result

Wrapping C# classes to use with polymorphism through a common interface

ApplicationClass Documents.Open returns null for ASP.NET site on 64bit system

Comparing date parts in LINQ

c# .net linq-to-sql

How is (uint) index >= (uint)_size better than index >= _size?

How can combine two enumerations with a custom function?

c# .net linq enumeration

LINQ query with array element in Where clause

Is it a security flaw to start new process in server?

c# .net web

mobile web development tips

.net mobile

Do I need a constructor with Inheritance?

c# .net oop inheritance

Windows Callback, When The Active Window Changed

c# .net wpf windows-7

Merge separate DLL's into a single assembly for open source distribution

c# .net open-source ilmerge

Create a simple POP3 *SERVER*

.net sockets pop3

How to make TaskCompletionSource.Task complete using specific TaskScheduler

SignalR architecture - central or distributed hubs

Is this example thread safe?

'Required' error even after adding the required namespace

c# .net asp.net-mvc