Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

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

Algorithm in .NET to detect simple typos

how to get data from url on asp.net

.net asp.net query-string

String list remove

c# .net list foreach contains