Sign in
|
Join
|
Help
in
Current Tags
ExternalBlogs
UsersBlogs
(Entire Site)
DotNetMarche
.NET Framework User Group delle Marche
Home
About Us
Community
Risorse
Sponsor & Promo
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
Le mie sessioni a WPC 2010 (Microsoft TechDays)
The evaluation version of Microsoft Office SharePoint Server 2007 for this server has expired
The web is dead
Yaqeta Village [Flickr]
Kangaroo [Flickr]
Tags
.NET
.NET 3.5
.NET framework
.NET General
2008
about
Asides
ASP.NET
ASP.NET 2.0
Asp.Net MVC
australia
blog
blogosfera
Bretagne
Castle
CNIPA
Document Management
DotNetMarche
ECMA376
Enterprise 2.0
Entity Framework
Events
Experiences
Featured
Frameworks
Freetime talking
friends
General
Generale
google
Grecia
Headline
iblog
I-blog
Information Technology
Innovazione
ioc
ISO
ISO 29500
ISO-UNINFO
it consult
IT-News
josh
josh Protocol!
JQuery
kbox
knowledge management
Languages
LINQ
Management
Microsoft
Microsoft Office SharePoint Server
Microsoft SharePoint 2010
Microsoft SharePoint Conference
Mobile
MOSS
moss 2007
Nhibernate
nonaka
ODF
Office
OOXML
people
people as middleware
People Inside
Personal
politics
portrait
Programming
Protocollo informatico
Research
seattle
Security
Sharepoint
SharePoint Conference
SharePoint/WSS
Silverlight
Society
Software Architecture
spc2008
Sql Server
Standard
Team Foundation Server
Technology
Testing
Tfs
Tips
Tools and library
Uncategorized
UNINFO
Visual Studio
Visual Studio Team System
WCF
web 2.0
Web2.0
workflow management
WorkFow Management
Workshop
WPF
XPS
Archives
September 2010
(1)
August 2010
(26)
July 2010
(26)
June 2010
(18)
May 2010
(20)
April 2010
(23)
March 2010
(24)
February 2010
(22)
January 2010
(35)
December 2009
(29)
November 2009
(30)
October 2009
(61)
September 2009
(35)
August 2009
(38)
July 2009
(43)
June 2009
(36)
May 2009
(55)
April 2009
(41)
March 2009
(49)
February 2009
(34)
January 2009
(47)
December 2008
(35)
November 2008
(51)
October 2008
(47)
September 2008
(50)
August 2008
(60)
July 2008
(68)
June 2008
(47)
May 2008
(58)
April 2008
(74)
March 2008
(51)
February 2008
(56)
January 2008
(37)
December 2007
(43)
November 2007
(47)
October 2007
(89)
September 2007
(78)
August 2007
(55)
July 2007
(94)
June 2007
(65)
May 2007
(100)
April 2007
(34)
March 2007
(7)
February 2007
(8)
January 2007
(3)
December 2006
(1)
ExternalBlogs
Browse by Tags
All Tags
»
Asp.Net MVC
(
RSS
)
Blog engine
Dexter
Freetime talking
JQuery
Working on Dexter
I’m not writing many posts in the last days and the main reason is I’ve actively joined the development of Dexter a new open source blog engine written in ASP.NET MVC, you can find it on Codeplex at this link: http://dexterblogengine.codeplex.com/ When...
Posted
Feb 17 2010, 02:52 AM
by
Primordial Code
Filed under:
Freetime talking
,
Asp.Net MVC
,
Blog engine
,
Dexter
Decouple controllers and other objects from context in asp.net mvc
When I decided to write down a little class to manage a menu, I created a simple object that reads the menu data in xml, and transform it into a series of MenuItem object. The first thing I wanted to do is writing some test to verify that the logic is...
Posted
Apr 20 2009, 11:35 AM
by
Alkampfer's Place
Filed under:
Asp.Net MVC
Asp.net Mvc plus jQuery client template engine .. have fun with them
jQuery has really a lot of interesting plugins, but the one I like most is a template engine called jtemplates. Basically it consist of a jQuery extension that is capable of rendering html with javascript on client machine. You really have a lot of flexibility...
Posted
Apr 15 2009, 11:44 AM
by
Alkampfer's Place
Filed under:
JQuery
,
Asp.Net MVC
Build a menu for asp.net mvc site
I have a little site with mixed webform and mvc pages, and I need a simple way to create a main menu. Since asp.net mvc have the concept of controllers and action I like to express my menu with a simple xml file like this. <?xml version="1.0"...
Posted
Apr 14 2009, 09:01 AM
by
Alkampfer's Place
Filed under:
Asp.Net MVC
Choosing the ritgh route when you generate link in asp.net mvc.
I’m moving my first steps on asp.net mvc, and in my test project I added a route after the default one in this way. RouteTable.Routes.MapRoute( "Default", "{controller}/{action}/{id}", [...]
Posted
Apr 05 2009, 11:00 AM
by
Alkampfer's Place
Filed under:
Asp.Net MVC
Could not load type ‘System.Web.Mvc.ViewPage<..<>’
First of all thanks to Andrea Balducci that gave me this solution. I have a asp.net application where I enabled Asp.Net mvc following a link in the web. Everything works well until I try to use Strongly Typed View. When I try to have a page that inherits...
Posted
Apr 05 2009, 05:54 AM
by
Alkampfer's Place
Filed under:
Asp.Net MVC