Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Deserialize XML into Dictionary<string, string>

c# .net xml serialization

How to return Tuple in a mock?

c# .net unit-testing moq tuples

Create fake object by interface

c# .net reflection

Fastest way to select all strings from list starting from

c# .net linq algorithm

Conditional operator and Comparison Delegate

What determines number of data packets before an ACK is sent? .NET Sockets on server

.net sockets tcp

Overloading generic type parameters disallowed?

c# .net generics clr

550 file unavailable error with FtpWebRequest class file upload. Works fine in FileZilla

c# .net ftp

How to retrieve digital signature information (name, date, ...) with ItextSharp

Returning Json instead of XML with Umbraco Base

c# .net ajax response umbraco

Debugging a .net Compiler

C++/CLI global function accessibility issue

c# .net c++-cli

Change Xml Declaration, or select xml without declaration section

c# .net xml xpath

Allowing a Windows Service to be configured

c# .net windows-services

Achieve tooltip like this in VB.net?

Modify XElement to have different content

.net xelement

Console app not parsing correctly args with white spaces

How to install .NET 4.5?

.net .net-4.5

Do we need to install Microsoft office in server for Excel import in Asp.net?

c# .net import

Override abstract method upon instance creation in c#

c# java .net