Tag Archives: .NET

.NET Corso Base HTML5

Descrizione del corso: Introduzione ad Html5 basata su WebForms Target: certificazione corso 20480B Repository delle slide e del codice di esempio: https://github.com/daitangio/html5 Lingua: Italiano Tecnologia: Visual Studio 2013 (Trial Supported) Extra software required: SQL Express Esempi Scaricabili da https://github.com/daitangio/cqrs-journey-code Code … Continue reading
Posted in Italian Content, Knowledgebase | Tagged , , , , | Comments Off on .NET Corso Base HTML5

Being Functional F#

F# is a Microsoft research Language. F# is riding the functional revenge way of the last years. F# is a mixed approach, because some variables can be modified. It borrows a lot of things from Haskell and OCaml  (Wikipedia dixit). … Continue reading
Posted in English Content, Programming languages | Tagged , , , , | 1 Comment

dapper-dot-net – Simple SQL object mapper for SQL Server – Google Project Hosting

   Dapper is a single file you can drop in to your project that will extend your IDbConnection interface. […] A key feature of Dapper is performance. The following metrics show how long it takes to execute 500 SELECT statements … Continue reading
Posted in Italian Content, Structured Query Language (SQL) | Tagged , , , , | Comments Off on dapper-dot-net – Simple SQL object mapper for SQL Server – Google Project Hosting

CScharpizzati

Nei mesi passati ho avuto l’opportunità di lavorare come software architect per un progetto basato su .NET e C#. Da molti anni non bazzicavo in ambito Microsoft, e quindi è stata una utile palestra. Ho pensato di scrivere questo piccolo … Continue reading
Posted in Italian Content, Software | Tagged , , , , , | Comments Off on CScharpizzati

linqbridge – Re-implementation of LINQ to Objects for .NET Framework 2.0 – Google Project Hosting

LINQBridge is a re-implementation of all the standard query operators in Framework 3.5’s System.Linq.Enumerable class. It’s designed to work with the C# 3.0 compiler, as used by Visual Studio 2008. LINQBridge comprises a LINQ to Objects API for running local … Continue reading
Posted in English Content | Tagged , , , , , , | Comments Off on linqbridge – Re-implementation of LINQ to Objects for .NET Framework 2.0 – Google Project Hosting

C# 4.0 in a Nutshell

My Big Company asked me to develop a small-sized application using C# and WebForms. The Customer was a big Italian Bank, and it asked for that technology: I was chosen because of my Java seniority, but I was zero on … Continue reading
Posted in English Content, IT Featured, Software | Tagged , , , , | Comments Off on C# 4.0 in a Nutshell

Closure in C#

After the success of Closure in Java we like to show you a good example in C# too. C# has a very strong support for Lambda functions, because it needs to support the LINQ language constructs. So defining a closure … Continue reading
Posted in English Content, Knowledgebase, Programming languages, Software | Tagged , , , | Comments Off on Closure in C#