Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Cannot write to file while it is opened in MS Excel

c# .net io filestream

Migrating C# code to Java, unsigned short and byte array conversion

java .net arrays ushort

Using HttpContext.Current.Server.MapPath in Window Application?

c# .net

Left join with OrderBy in LINQ

c# .net linq left-join

Simple messaging options for .net programs

.net messaging

calling an http url from a .net console application?

Blocking with Task?

Is there anything that is possible in LINQ but not Lambda?

.net linq lambda

Access violation calling Win API from C# using DllImport

c# .net interop pinvoke

Online .Net Coding [closed]

asp.net .net

What is the safest way to prevent multiple instances of a program?

Does a screensaver still have to be installed into System32?

c# .net windows screensaver

Looking for simple yet powerful windows wildcards (`*, ?`) matching implementation

c# .net regex wildcard

PHP ORM frameworks with features similar to ADO.NET Entity Framework Code First?

C# send email using implicit ssl

c# .net email ssl

HiddenField Value property back to empty when "postback" using AJAX UpdatePanel

c# .net postback hiddenfield

Managing Entity Framework ObjectContext in ASP.NET

Drag'n'drop to a Windows form issue

Which is faster for writing files C# (.NET) or PERL? [closed]

Unit Testing return value of method called from inside another method

c# .net unit-testing tdd