Samuele Resca

Conditional serialization using Csharp

Sometimes you need to serialize different attributes according to conditions and properties of your own object, you

The difference between IQueryable and IEnumerable

The difference between IQueryable and IEnumerable are interfaces that allows you to manipulate and query collections of data. IEnumerable is inherited..

Request format is unrecognized for URL unexpectedly ending in '/MyMethod'

The following error is returned when I try to call web method of my SOAP web service: Request format is unrecognized for URL unexpectedly ending in '/MyWe'.

Entity Framework Async Query

The pourpose of this example is explain how make async query using Entity Framework.The example uses .NET Framework 4.5 and Entity Framework 6.0

Anonymous types in VB NET - Key property

Anonymous types in vb net Key properties have three main characteristics: Only the values of key properties are compared in order to determine whether two i

Samuele Resca © 2026