Diego Lazzarino - IT Blog

Al mondo ci sono 10 tipi di persone: chi conosce il sistema binario e chi no
posts - 29, comments - 133, trackbacks - 192

giovedì 19 gennaio 2012

Visual Studio Achievements

Visual Studio Achievements è l’ultima intuizione di Microsoft per incoraggiare i programmatori a sviluppare in C# o Visual Basic. L’estensione è gratuita per Visual Studio, l’ambiente di sviluppo distribuito da Microsoft: applica il concetto della cd. “gamification” alla programmazione. In pratica, la trasforma in un gioco a premi.
Mentre si scrive il sorgente per un’applicazione in C# o Visual Basic, Visual Studio Achievements analizza il codice e attribuisce al programmatore un badge sulla base delle funzioni utilizzate. L’avvenuta acquisizione dei badge può essere mostrata su Microsoft Developer Network (MSDN) e sui social network — ad esempio, su Facebook.
Prescindendo dall’aspetto ludico, Visual Studio Achievements può essere un riferimento attendibile per certificare le proprie capacità in merito alla programmazione in C# e Visual Basic. Mozilla, infatti, utilizza lo stesso meccanismo per l’attribuzione di quelle competenze che non abbiano un sistema di certificazione tradizionale.

Diego

posted @ giovedì 19 gennaio 2012 12:09 | Feedback (3) | Filed Under [ .NET Tool ]

giovedì 16 aprile 2009

S#arp Architecture


Pronounced "Sharp Architecture," this is a solid architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate. The primary advantage to be sought in using any architectural framework is to decrease the code one has to write while increasing the quality of the end product. A framework should enable developers to spend little time on infrastructure details while allowing them to focus their attentions on the domain and user experience. Accordingly, S#arp Architecture adheres to the following key principles:

  • Focused on Domain Driven Design
  • Loosely Coupled
  • Preconfigured Infrastructure
  • Open Ended Presentation

The overall goal of this is to allow developers to worry less about application "plumbing" and to spend most of their time on adding value for the client by focusing on the business logic and developing a rich user experience.

Good background material reading includes http://www.codeproject.com/KB/architecture/NHibernateBestPractices.aspx. Although there are major infrastructural changes from this article in the current architecture, the general structure is very similar and the background reading is very helpful in understanding many of the ideas behind this architecture. S#arp Architecture documentation is included along side the current release.

S#arp Architecture and the preceding article have been referenced in NHibernate in Action by Pierre Henri Kuate, Windows Developer Power Tools by James Avery and Pro LINQ Object Relational Mapping in C# 2008 by Vijay P. Mehta.

Billy McCafferty

Project homepage



posted @ giovedì 16 aprile 2009 10:54 | Feedback (14) | Filed Under [ .NET NHibernate ASP.NET Template ]

lunedì 6 aprile 2009

[OT] Quanto vale il vostro sito

http://www.stimator.com/


Questo è il valore di UGIdotNET   :-)



posted @ lunedì 6 aprile 2009 12:00 | Feedback (11) | Filed Under [ Tool ]

mercoledì 5 novembre 2008

LINQPad - Editor interattivo di query LINQ


Tired of querying in antiquated SQL?

Well, you don't have to!  LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!

LINQPad supports everything in C# 3.0 and Framework 3.5:

  • LINQ to SQL
  • LINQ to Objects
  • LINQ to XML

LINQPad is also a great way to learn LINQ: it comes preloaded with 200 examples from my book, C# 3.0 in a Nutshell.  There's no better way to experience the coolness of LINQ and functional programming.

And LINQPad is more than just a LINQ query tool: it's a code snippet IDE. Instantly execute any C# 3 or VB 9 expression or statement block!

Best of all, LINQPad is free and needs no installation: just download and run.  The executable is only 2MB and is self-updating.

LINQPad Screenshot

www.linqpad.net





,

posted @ mercoledì 5 novembre 2008 13:40 | Feedback (13) | Filed Under [ .NET Tool ]

martedì 21 ottobre 2008

Liberare spazio disco su Windows Vista

Interessante articolo di Scott Hanselman con alcuni tip per liberare spazio su Vista


Guide to Freeing up Disk Space under Windows Vista



Diego

posted @ martedì 21 ottobre 2008 15:11 | Feedback (21) | Filed Under [ Tool ]

venerdì 3 ottobre 2008

Summer of NHibernate Screencast Series


Interessante serie di screencast su NHibernate


http://www.summerofnhibernate.com/



Diego

posted @ venerdì 3 ottobre 2008 12:55 | Feedback (6) | Filed Under [ NHibernate ]

mercoledì 2 luglio 2008

[OT] Ufficializzata la ROM update in Italiano per HTC Touch Diamond P3700

Per i fortunati possessori di HTC Diamond è appena stato rilasciato l'aggiornamento tanto atteso.

Ora dovrebbe essere più reattivo, corro a provarlo... :-)


http://www.htcblog.com/2008/07/01/ufficializzata-la-rom-update-in-italiano-per-htc-touch-diamond-p3700/


DiegoTag Technorati:

posted @ mercoledì 2 luglio 2008 09:58 | Feedback (10) |

venerdì 11 aprile 2008

NHibernate ResultTransformer

Problema
Trasformare un resultset generico in una lista tipizzata di DTO (quindi non una entity del Domain Model).

Soluzione
Utilizzare ResultTransformer di NHibernate. 
Quest'interfaccia consente di specificare una classe di output sulla quale verrà "mappatio" il resultset.

Esempio

File di mapping
  1.    <sql-query name="GetCashFlowMainData">
  2.        
  3.         <return-scalar column="Id" type="Int32" />
  4.         <return-scalar column="ReportType" type="Int32" />
  5.         <return-scalar column="RepGroup1" type="Int32" />
  6.         <return-scalar column="RepGroup2" type="Int32" />
  7.         .......  
  8.  
 
Snippet codice
  1. IQuery query = ((IUnitOfWorkExtended)UnitOfWork).GetNamedQuery("GetCashFlowMainData");
  2.  
  3. query.SetInt32("IdReport", idReport);
  4. query.SetInt32("DayFrequency", dayFrequency);
  5. query.SetDateTime("StartDate", startDate);
  6. query.SetInt32("PeriodNumber", periodNumber);
  7.  
  8. query.SetResultTransformer(Transformers.AliasToBean(typeof (CFRptCashFlowDTO)));
  9.  
  10. IList<ICFRptCashFlowDTO> result = quey.List<ICFRptCashFlowDTO>();
     


Diego

posted @ venerdì 11 aprile 2008 10:47 | Feedback (171) | Filed Under [ NHibernate ]

venerdì 4 aprile 2008

GMail Redesigned

Vuoi abbellire l'aspetto delle pagine di Google?

Non c'è problema, basta scaricare questa estensione per FireFox ed associargli un bello stile tipo questo

Qui sotto un'anteprima



Diego

posted @ venerdì 4 aprile 2008 22:03 | Feedback (5) | Filed Under [ Tool ]

giovedì 3 aprile 2008

Online Graphics Tools


Syntax Highlighter: http://quickhighlighter.com/

Color scheme: http://www.colorschemer.com/online.html

Icone: http://www.iconlet.com

Favicon generator: http://www.favicon.co.uk/


Diego

posted @ giovedì 3 aprile 2008 18:25 | Feedback (9) | Filed Under [ Tool ]

Powered by:
Powered By Subtext Powered By ASP.NET