Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Convert projects to .Net 4.5 ( that uses TPL)

Disable an item in the Dropdownlist in my MVC3

Unreachable Code Detected Return Value

c# asp.net-mvc

C# Generics, casting generic list to known parent class?

Open text file, loop through contents and check against

c# io openfiledialog

How to re-ask for input in try catch statement

c#

What to use for scheduling a .NET Application to run daily?

javascript/jquery modal popup dialog MVC 4 / render partial view

How do I add 3 bytes and return an integer number?

c# int byte int32

multiple threads in for each loop

c# multithreading

Deleting a child entity in a many-to-one relationship using POCO in EF4 CTP5

c# entity-framework-4 poco

Ideas on logic/algorithm and how to prevent race in threaded writes to SqlServer

What library do I need to reference for remote connection to RDC server from console app?

c# remoting .net-remoting

Custom grid LINQ to SQL

c# linq linq-to-sql

(?,?...?) or (@field1,@field2...@fieldn) in parmeterized queries?

c# sql parameters odbc paradox

Specific A* Pathfinding Issue with Implementation

Generic method to call WebServices

c# generics

How to create "Text Contains" FormattingConditional (Format Condition) for Excel with C#

Updating ASP.NET UpdatePanel during processing loop

c# asp.net updatepanel

Is there a way to inject code at build time?

c# .net aop code-injection