Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

process cannot access the file because it is being used by another process

c# asp.net .net webforms io

enum with flags attribute

c# .net

Anonymous method for event handler not a leak?

c# .net

Any reason to prefer single precision to double precision data type?

c# .net

how to use Linq " NOT IN"

c# .net linq

DataTable from FileHelpers Class -- type.GetProperties() returns empty array

c# .net filehelpers

Changing System Tray Icon Image

Show Transparent Loading Spinner above other Controls

Get date of last seven days

c# .net datetime

Why we need Reflection at all?

In a .Net winforms application, how do I obtain the path the current user's temp folder?

.net winforms

Efficient way of logging to txt file from a console program

c# .net performance logging

Can I Format A String Like A Number in .NET?

c# .net formatting

Long-term potential of iPhone/Windows Mobile development platforms

.net iphone windows-mobile

Redefining C# keywords?

c# .net

Why Not Close a Database Connection in a Finally Block

c# .net sql-server database

Use system namespaces for class libraries: good or bad

Why is .NET inconstent in calling directories "Directory" and "Folder"?

.net

What is the difference between Array.Copy and Array.CopyTo?

c# .net arrays

Nested or not nested if-blocks?

c# .net