Welcome To Serenity

This is a starter template to build Serenity applications.



What is Serenity?

Serenity is an ASP.NET MVC application platform designed to simplify and shorten development of data-centric business applications with a service based architecture.

It aims to make development easier while reducing maintenance costs by avoiding boiler-plate code, reducing the time spent on repetitive tasks and applying best software design practices.

What Should I Do Now?

Your application is ready to go. Just press F5, and it will automatically create its database and tables in SQL LocalDB.

If you are using Visual Studio 2015, you may get a warning about SQL Server 2012 LocalDB. To resolve this, you just need to change connection strings in web.config from (localdb)\v11.0 to (localdb)\MSSqlLocalDB.



Resources



Documentation

See Serenity Developer Guide for documentation. Follow step-by-step tutorials to get up quickly to develop your own applications.

Have Questions?

Feel free to open an issue at Serenity Github Repository. You might also suggest new features, or contribute to project there.

Stay Up to Date

Serenity and this template is updated frequently. See the log for a list of changes. You can also update Serenity NuGet packages using Package Manager Console.



Copyright (c) Serenity Application Platform