Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

EF, AddRange, Collection was modified; enumeration operation may not execute

c# entity-framework

Concatenating strings in two lists to create a third list

c# .net linq lambda

Simplifying and designing linq queries

c# linq

How to give application path in C#.NET?

c# xml path

Is it possible to determine if a HTTPS proxy is being used just by looking at the certificate?

Pre-commit hooks in C# with SharpSVN

Is there a difference in use or not the "this" keyword to reference a method inside the same class? [duplicate]

c# .net oop

What's wrong with my project and unproject functions?

c# opengl math matrix opentk

Width of items in ItemsControl

c# wpf c#-4.0 itemscontrol

WCF or Custom Socket Architecture

c# wcf sockets

How to Unit Test algorithms that need to load data from the harddrive (pictures, in this case!)?

c# java unit-testing

strstr() equivalent in C#

c# .net arrays algorithm strstr

Connecting to an existing Outlook process

c# outlook office-interop

What are the implications of declaring a static, non-static, private or public database context?

c# asp.net-mvc ado.net

"The DefaultButton of 'Panel1' must be the ID of a control of type IButtonControl." error in asp.net

c# asp.net login-control

Generic solution to simple classes + factory

c# design-patterns generics