Posts Tagged ‘Visual Studio’

GetPropertyName via reflection

April 5, 2013

Reflection is very usefull, and most of the time it needed horrible (but precious!) code to write. No matter about class, helpers, static methods, extension methods, or whatever, that code was awful.

Because every developer is lazy, I was looking for a elegant way to use reflection and Expression, and found this ReflectionUtility that was the right one for me: How to get C# property names without magic strings – static reflection.

You can call it this way:
ReflectionUtility.GetPropertyName(() => myOrder.CustomerCode);

This post worth a read: How to get C# property names without magic strings – static reflection

😉

regalo per le feste: ebook TFS e Project Server by PacktPub

March 30, 2013

Dopo tanto tempo rispetto alla volta passata, qui e qui, è arrivata un’altra bella notizia.
Sarà l’aria di festa … un altro regalo da PacktPub8543EN, un libricino che dal titolo mi piace già: Instant Team Foundation Server 2012 and Project Server 2010 Integration How-to.
Di TFS ne ho già parlato in passato (qui TFS) ma di Project Server purtroppo mai, purtroppo ne sono rimasto un po lontano.

Beh, questa è la volta buona per rompere il ghiaccio
Anche stavolta non mancherà una recensione sul nuovo libricino. 😉

Technorati tags: TFS,MS Project

un omaggio inatteso: ebook ‘TFS 2012 Starter’ by Packpub

December 23, 2012

Una bella sorpresa, Packpub mi ha fatto un omaggio inatteso e veramente bello.

TFS2012Starter_coverMi ha dotato di una copia del libro Team Foundation Server 2012 Starter .
L’ho appena ricevuto e lo leggerò nei prossimi giorni, quindi aspettatevi una recensione non appena l’avrò finito;
vi renderò così partecipi di questo regalo … anzi di più, condividerò questo regalo con voi.
Nel frattempo, per chi non lo conoscesse, vi descrivo in 2-parole-2 cosa è Microsoft TFS.

Il TFS, come lo chiamerete amichevolmente, è un applicativo che permette di gestire lo sviluppo di progetti software;
TFS integra e fornisce le funzionalità di diversi applicativi in una, perdonatemi la semplificazione, unica interfaccia, inoltre è integrato molto bene con Visual Studio;
alcune fra le più importanti sono:
– source control
– task scheduling
– bug tracking
ma ci sono anche molti report che danno una rappresentazione di sintetica e di immediato utilizzo sullo stato corrente e futuro del progetto.

Per il momento mi fermo qui, non voglio rovinarvi la sorpresa. 😉

A breve pubblicherò la recensione del libro Team Foundation Server 2012 Starter . 🙂

Technorati tags: TFS

Microsoft TFS 2010-2012 and templates (Scrum, MSF Agile) … useful TFS 2010-2012 links

December 16, 2012

If you are looking for TFS templates, MSF Agile and Scrum, you’ll find lot of info of course.
Furthermore, recently TFS Service has been release, with its Scrum 2.1 and MSF Agile 6.1 templates.

Here is my short bookmarks list, hoping it saves your time:

🙂

Technorati tags: Agile, Scrum, TFS

Message “ASP.NET 4.0 has not been registered on the Web server….”

September 21, 2012

It happens sometimes…

Re-install from scratch, o.s. IIS, than Visual Studio … and first project web site you get

“ASP.NET 4.0 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.0 in order for your site to run correctly, Press F1 for more details”

What went wrong ?!? IIS was installed before Visual Studio but …

Briefly: you had to install “IIS Metabease and IIS 6 Management Compatibility ” too,

so you need to update IIS installation,

than repair ASP.NET config.

Read full description here: Resolving ASP.NET 4.0 has not been Registered on the Web Server Error

Technorati tags: ASP.NET