Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
Facet
Gioorgi EverGreen
Tag Archives: c#
.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 .NET, c#, html5, Software, visual studio
Comments Off on .NET Corso Base HTML5
Come evitare iniezioni SQL lato DB in SQLServer, Oracle, MySQL
Come evitare iniezione SQL: lato SQL Server (SP_EXECUTESQL) In generale va evitato nel modo più assoluto la scrittura di query sql diamiche. Va evitato cioè l’uso lato SQL Server di sp_executesql e EXEC Di seguito mostriamo come trasformare una query … Continue reading
Posted in Italian Content, Structured Query Language (SQL)
Tagged asp, c#, mysql, php, programmazione, sicurezza, sql, sql injection, sqlserver
Comments Off on Come evitare iniezioni SQL lato DB in SQLServer, Oracle, MySQL
Why your IoC container could be a pain for you, young Padawan
Inversion of Control (IoC) is a very good idea. But as the clever Joel Spolsky noted, sometimes you need to be a super-natural hero to use it: … I try not to be judgemental (HAHA!), but I think that people … Continue reading
Posted in English Content, IT Featured, Software
Tagged c#, framework, hollywood principle, inversion of control, java, spring
Comments Off on Why your IoC container could be a pain for you, young Padawan
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 .NET, c#, google, hosting, sql
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 .NET, c#, covarianza, java, Software, template
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
Arduino unit testing
Abbiamo già introdotto alcune tecnologie accessorie intorno al C++ e ad Arduino. Tra le evoluzioni più interessanti di cui vogliamo parlare oggi, c’è ne sono alcune che potremo sfruttare per Arduino, ed altre che sono meri spunti di riflessione. Andiamo … Continue reading
Posted in Arduino, Italian Content
Tagged arduino, c#, ideas, project, software architect
Comments Off on Arduino unit testing