Category: MVC 4
-
Simple messaging system -database configuration
Contents We will create the database tables and user to access the database from the application You will find at bottom the scripts for creating database materials to read further homework for you As an older database programmer,I have started with database configuration. The selected database engine is Sql Server 2008 R2 Express – the…
-
MVC4 and Simple messaging system
MVC4 Developer preview with mobile support just released. And,because best way to deal with is within an application,I decide to create a simple messaging system for any site that is made with MVC. Description: I begin with a registered user. What he can do: 1. Create messages ( subject + body ) to send…