Browse by Tags
All Tags »
DotNetMarche (
RSS)
Just committed the initial release of FakeCloneTree, a simple command line tool for cloning a folder tree in a zero byte length copy. DISCLAIMER: use at your own risk. this is just an internal util for myself Use Result Sources: http://dotnetmarcheproject...
In the last few days I've read a lot of blog post about Asp.Net MVC Performance. Following the Simone’s post and Rudi’s post i started to test the Asp.Net MVC engine. First of all i wanted to test using the same Apache Bench Tool used by Rudi and...
In occasione del 9° Workshop DotNetMarche ho realizzato una mini applicazione demo utilizzando Asp.Net MVC e jQuery per dimostrare alcune modalità di utilizzo di jQuery per la manipolazione JSON e l’utilizzo di client-side templates. Il codice è disponibile...
Dopo aver introdotto jQuery e Flexigrid nel nostro progetto Asp.Net MVC implementiamo una fonte dati asincrona per la nostra griglia. Prima di tutto definiamo dei dati di esempio su cui lavorare estendendo la classe SampleData aggiungendo un metodo per...
Ho pubblicato su http://code.google.com/p/ecosystem15/ l'update dei sorgenti per il framework Asp.Net MVC che sto scrivendo per realizzare applicazioni Asp.Net MVC. Attualmente è possibile realizzare controller e view in assembly separati e deployarli...
Su http://code.google.com/p/ecosystem15/ trovate il nuovo progetto Open Source per la gestione di applicazioni MVC. Attualmente è allo stato di prototipo ma permette già di avere intere applicazioni hostate in assembly compilati (comprese view). Il prossimo...
Tanto per provare il framework MVC ho buttato giù una mini applicazione (quick and dirty) per pubblicare le foto del workshop di venerdì scorso. Le foto le trovate qui , appena posso pubblico anche il codice sorgente.
Stavo testando la beta 3 di ASP.Net MVC con Spring Framework e NHibernate. Alla prima richiesta processata da IIS è uscito un errore generico ("Server Application Unavailable") che rimanda all'event viewer. L'event viewer mostra: Event...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls;...