Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Insert an image into RTF document in C#

c# .net richtextbox rtf

Linq expressions and extension methods to get property name

Can assign null? [duplicate]

c# .net reflection .net-2.0

Is there a better way to deconstruct a date?

c# .net

Get today's date at midnight or no minutes and seconds

.net asp.net datetime

Making a class testable

Writing a unit test for a function with a web request

c# .net unit-testing .net-4.0

General Lambda syntax question

c# .net c#-4.0 syntax lambda

Execute multiple Process.Start() sequentially in C#

c# .net process.start

Are using modules in VB.NET considered bad practice?

.net vb.net module

Pros and Cons of implementing a generic custom exception

Why cannot derive from value types in C#?

c# .net types

Crystal Report | Printing | Default Printer

Class in c# (with filehelpers) - nullable strings giving an error when other nullable types aren't

What happens under the hood when you cast an enum to an int in C#?

c# .net enums casting

Alternative to VB.NET's Type Conversion functions (CBool) in C#?

What's the best way to remove strings?

c# .net string performance

System.Predicate<T>: Is this really what it means, or is this what it is used for?

c# .net definition predicate

How to insert row at any desired position in datatable?

raising .net events from another class?

.net vb.net events