Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How can I call a SOAP Web Service without Adding Web Reference

c# .net wcf soap soap-client

How create a generic Func delegate

c# .net delegates func

.NET loading wrong assembly when generating service reference

.net asp.net-mvc wcf

NewtonSoft Json Assembly version issues

.net json.net

"An invalid or incomplete configuration was used while creating a SessionFactory" NHibernate in Web Services

System.IO.File.WriteAllText throws exception for specific file name

c# .net

I can't catch an exception

c# .net

How can .csproj know about its solution?

c# .net msbuild csproj

Observing items being added to a list in RX

.net system.reactive

Read a stored PDF from memory stream

c# .net pdf memorystream

Split a List into parts - VB conversion fails

.net vb.net c#-to-vb.net

Why does IList<T> implement IEnumerable<T> and ICollection<T> while ICollection<T> itself implements IEnumerable<T> [duplicate]

Covariance in generic interfaces

c# .net generics variance

AutoFixture and fluent Moq syntax

Application crash after moving from .NET 3.5 to .NET 4.0

c# .net

The security token could not be authenticated or authorized (.net, soap1.2)

.net soap proxy

Rearrange Table Data using Linq

c# .net linq

Is it bad practice to have an empty class as a base class, with the expectation that the class may have members in the future? [closed]

c# .net refactoring

How are strings terminated in C#?

c# .net string null-terminated

Transparent Windows Form that can handle Click

c# .net winforms