Quando si sviluppa un'applicazione web, capita spesso di dover fare dei controlli sui dati inseriti dall'utente e quelli presenti nel db.
Capire dove questi controlli vanno inseriti non è sempre molto chiaro.
Esempio, ip...
This entry was posted on
Monday, 22 February, 2010
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
1
Comments
Come da titolo del post, è disponibile RC di MVC 2.
Per maggiori informazioni:
http://weblogs.asp.net/scottgu/archive/2010/02/05/asp-net-mvc-2-release-candidate-2-now-available.aspx
Bye
This entry was posted on
Friday, 05 February, 2010
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
Come recita il titolo del post, è disponibile l’RC di MVC 2 presso il seguente url: http://www.microsoft.com/downloads/details.aspx?FamilyID=3b537c55-0948-4e6a-bf8c-aa1a78878da0&displaylang=en Buon download e buon inizio anno ;D Ciao
This entry was posted on
Friday, 08 January, 2010
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
Lunedì 16 Novembre in quel del Consorzio Almacube, presso la Facoltà di Agraria dell'Università di Bologna in Via Fanin, 48 – Bologna, io e Ugo Lattanzi, terremo una sessione dedicata a ASP.NET MVC 2, all’interno dell’evento organizzato da Mcrosoft I
This entry was posted on
Wednesday, 21 October, 2009
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
2
Comments
Ricordate :D
http://aspadvice.com/blogs/garbin/archive/2009/01/21/ViewState_3A00_-Handle-with-care.aspx
ViewState Handle-with-care
This entry was posted on
Monday, 05 October, 2009
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
Le tecniche di asincronismo (da non scambiare con AJAX) sono delle tecniche che possono tornarci in auto sopratutto per quelle pagine che richiedono molto tempo nell'acquisizione dei dati.
La logica è quella di spostare il cod...
This entry was posted on
Monday, 05 October, 2009
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
ASP.NET ci da la possibilità di creare le nostre CacheDependecy, facendo derivare la nostra classe dalla CacheDependecy.
Grazie a questa classe abbiamo possiblità di creare una dipendenza anche per un web service da noi cre...
This entry was posted on
Monday, 05 October, 2009
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
SQL Server 2005 e SQL Server 2008 usano una soluzione di notifica molto simile fra loro e integrata nel database con un sistema di messaggistica chiamato Service Broker.
Service Broker si occupa di gestire la coda dei messaggi di notific...
This entry was posted on
Monday, 05 October, 2009
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
ASP.NET supporta la cache dependencies; questa feature permette di relazionare un oggetto che abbiamo in cache con un'altra risorsa, in modo tale che, quando questa risorsa cambia, l'oggetto in cache verrà rimosso automaticame...
This entry was posted on
Monday, 05 October, 2009
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
SqlDataSource, ObjectDataSource e XmlDataSource supportano nativamente il caching.
Usare il caching con questi controlli è altamente consigliato, perchè ad ogni postback la sorgente dati viene richiesta.
In più i ...
This entry was posted on
Monday, 05 October, 2009
and is filed under
ASP.NET . You can follow any responses to this entry through here . You can leave a response.
Posted in
ASP.NET |
0
Comments
Statistics