• Home
  • About
  • Subscribe

Conditional serialization using Csharp

31 Mar 2015 • C# JSON JSON.NET Serialization

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

The difference between IQueryable and IEnumerable

19 Mar 2015 • .NET C# LINQ

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'

3 Mar 2015 • .NET SOAP

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

13 Feb 2015 • .NET ASP.NET C# Entity Framework

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

5 Feb 2015 • Anonymous Types Language features NUnit Unit Test VB.NET

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

Excel has detected that filename.csv is SYLK file, but cannot load it

12 Jan 2015 •

Excel has detected that filename.csv is SYLK file, but cannot load it Either the file has errors or it is not a SYLK file format. Click OK to try to open

Enforce HTTPS in Web API services

10 Jan 2015 • REST WebAPI

You can add this attribute to specific controllers or even as a global attribute to make sure that https is used to secure your Web API

SSRS return stored procedure dependencies

14 Dec 2014 • MSSQL SSRS T-SQL

SSRS return stored procedure dependencies: The follow stored procedure returns the dependencies between report's stored procedure and datasets.

How to use Lookup functions SSRS

12 Dec 2014 • SSRS

Lookup functions ssrs: Lookup functions allow you to combine data from two datasets in a single data region in report.

Web API sample

27 Nov 2014 •

When you designing your Web API, you probably have some data that you want to expose. This is why you don't technically need to create the model first.

Introduzione a MongoDB

8 Jun 2014 • MongoDB NoSQL

MongoDB è uno dei più popolari NoSQL database, questa tipologia di database è totalmente differente dai database relazionali, infatti utilizza documenti JSO

Detecting mobile capabilities using WURFL

26 May 2014 •

Detecting mobile capabilities using WURFL Il Wireless Universal Resource File (WURFL) è un file XML creato da Luca Passani che contiene tutte le caratterist

MVC 4: Creating Form Elements

11 May 2014 •

Elenco di helper method utilizzabili per generare i controlli di input contenuti in un form. Tramite la classe HTML è possibile richiamare opportunamente .

Dynamic Content using Razor View

4 May 2014 •

Create dynamic content using Razor view. viste vengono utilizzate per esporre i dati contenuti nel dominio dell'applicazione attraverso l'interfaccia utente

Node.Js - Hello World!

13 Apr 2014 • Javascript

Node.js è una piattaforma che permette di eseguire javascript(linguaggio tipicamente "client-side") anche lato server. Il framework risulta molto utile se

Written and maintained by Samuele Resca