Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to use Plugin Architecture in ASP.NET?

c# .net asp.net visual-studio

Why are my privates accessible?

c# .net oop

When to use the Using statement

Is it possible to persist the viewstate between pages in ASP.NET?

c# .net asp.net viewstate

C#: In a finalizer, how to find out if the application is shutting down?

Garbage Colletion with IDisposable

C# - Using regex with if statements

c# .net windows regex

LINQ Query Except not working, List<long?> vs. List<long>

c# .net asp.net linq linq-to-sql

how to get specific file names using c#

c# .net winforms file filenames

What does the [Serializable] attribute do that ISerializable doesn't? [duplicate]

c# .net serialization

run a method multiple times simultaneously in c#

c# .net multithreading

For Microsoft built classes that inherit IDisposable, do I explicitly have to call Dispose?

c# .net dispose idisposable

Is there a way to return multiple types in a VB .Net function? (not a Tuple, like PHP internal functions)

.net vb.net

Commented out HTML

c# javascript .net html

Alternative syntax for C# using statement to automatically dispose objects?

c# .net idisposable

How to create a component by providing the XML source file as input

c# .net xml tridion

Parameterize SQL query

c# .net sql tsql ado.net

create custom constant suffix in C#

c# .net

Limit number of processors used in ThreadPool

.NET Thread.Sleep() is randomly imprecise

.net multithreading