Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Weak event pattern in UWP

c# .net xaml uwp

Fast I/O to check if directory contains files

c# .net

Listing and selecting installed voice (for text to speech)

How to decompress a single file from an ZipFile using "SHFILEOPSTRUCT"?

c# .net pinvoke

Using reflection to get a nested property value

.net reflection

ASP.NET - Check for development machine or server

c# .net asp.net https request

Order of validation messages from custom attribute in MVC3 view model

c# .net asp.net-mvc-3

XML serialization of a member using an abstract class using generics

Interface for Linq-To-Sql Entities

c# .net linq-to-sql entity

call a non inherited method of a derived class

c# .net oop inheritance

Web API route is ignored and processed by MVC

Tool to open >4GB .zip file created by .NET System.IO.Compression.ZipFile.CreateFromDirectory

.net compression zip

Transmitting/Sending big packet safely using TcpClient/Socket

c# .net sockets tcp tcpclient

how to develop sql query generator via Fluent interface? [closed]

Using SortableBindingList<T> - DataGridView doesn't automatically sort on changes

What happens if I don't specify CompilerVersion with CSharpCodeProvider and why do most samples specify it?

c# .net csharpcodeprovider