Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is there a way to retrieve the last character of a file without reading line by line?

c# .net file-io

What is the best way to avoid unexpected behavior due to the binary storage of floating point numbers?

c# .net binary

If I return a value inside a using block in a method, does the using dispose of the object before the return?

c# .net idisposable

Is there any reason to switch to Visual Studio 2010 for Windows Forms development?

How to prevent a user from changing a file manually?

c# .net windows authorization

Is it possible to get a reference to a WCF ServiceHost Singleton Instance before the first WCF client request comes in?

.net wcf

Where is a good place to start learning LINQ [closed]

.net linq

NUnit [Test] is not a valid attribute

.net unit-testing tdd nunit

ASP.NET Unit Testing - WatiN and Windows 7 / Internet Explorer 8

How to automatically copy embedded resources from class library that is referenced by another class library?

Creating transparent background in WPF

.net wpf vb.net wpf-controls

Missing HttpContext

.net httpcontext

Fluent NHibernate SqlDateTime overflow exception

Arraylist uses Array?

.net arrays arraylist

How to change label content with timers throwing InvalidOperationException

c# .net wpf multithreading timer

What are windows IPC methods

c# .net c++ vb.net dde

VB.NET/C# Comparison Operator for to test for set membership - like the IN Operator for SQL

.net vb.net

Is it a good idea to use .Net for commercial software? [closed]

.net algorithm

F# and .Net versions

.net msbuild f#

How to start with class design for an enterprise application?

.net class-design