Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is there any advantage to declaring a class static in C#? [duplicate]

c# .net

Fastest way to transform ReadonlySpan<byte> to int?

c# .net

Design add-on base Application

c# .net add-on

How to find dll files containing nunit tests

c# .net unit-testing nunit

Schemaless Data Cache: NoSQL or Other Alternatives?

Force an OleDbConnection to Release a File Handle

.net oledb file-handling

Is it possible to reference two identically named namespaces?

c# .net

Find time zone from IP address

c# .net timezone ip-address

Show Right Click Options on the Selected List View Record Only - Winforms C#.NET

c# .net vb.net winforms

How to validate a property of a custom object in a databinding scenario (i.e. BindingList)?

Using IoC advanced features with own abstraction

Warning: "Using the iteration variable in a lambda expression may have unexpected results"

Replace \r\n Newlines using XSLT and .NET C# VS 2008

.net xslt replace newline

Layer effects (blur, etc.) in WinForms

.net winforms

Where to find .Net ORMs comparison with numbers or charts?

.net database ado.net

What open source .Net utility projects or code libraries do you use? [closed]

.net open-source utility

Why does Word freeze when I'm debugging?

.net debugging ms-word

Getting image metadata in .NET without regards to metadata format

.net image metadata geotagging

Can you have two forms on a page with ASP.NET MVC?

.net asp.net-mvc