Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

useful libraries for asp.net mvc application [closed]

I would like to hear about usefull free libraries for asp.net mvc 3 I heard about 2 good libraries

  1. Fluent validation
  2. MvcContrib

Does someone know more of them?

like image 341
gdoron is supporting Monica Avatar asked Aug 21 '11 06:08

gdoron is supporting Monica


People also ask

Is ASP.NET MVC discontinued?

ASP.Net MVC is a cutting edge web application framework developed by Microsoft. The MVC standards for Model View Controller. This was discontinued and the last release was in November 2018.

What are the 3 main components of an ASP.NET MVC application?

Based on ASP.NET, ASP.NET MVC allows software developers to build a web application as a composition of three roles: Model, View and Controller. The MVC model defines web applications with 3 logic layers: Model (business layer) View (display layer)

How do you execute a method in ASP.NET MVC for every 24 hours?

You can create an external trigger that calls into your MVC action method every 24 hours. So you are executing your code every 24 hours. There are multiple ways and services to do that, i have used different services. Or you can create your own if you do not want to use third party.


2 Answers

checkout nuget for all these packages: http://nuget.org/List/Packages/EFCodeFirst.SqlServerCompact

http://nuget.org/List/Packages/T4Scaffolding

http://nuget.org/List/Packages/MvcScaffolding

http://nuget.org/List/Packages/Newtonsoft.Json

http://nuget.org/List/Packages/Lucene

http://nuget.org/List/Packages/YUICompressor.NET

http://nuget.org/List/Packages/WebActivator

http://nuget.org/List/Packages/51Degrees.mobi

http://nuget.org/List/Packages/Facebook.Helper

http://nuget.org/List/Packages/Twitter.Helper

http://nuget.org/List/Packages/MvcSiteMapProvider

http://nuget.org/List/Packages/microsoft-web-helpers

http://nuget.org/List/Search?packageType=Packages&searchCategory=All+Categories&searchTerm=Facebook&sortOrder=package-download-count&pageSize=10

http://nuget.org/List/Packages/MvcMailer

http://nuget.org/List/Packages/PagedList

http://nuget.org/List/Packages/PagedList.Mvc

hope it helps.brgds

like image 189
s_h Avatar answered Sep 19 '22 02:09

s_h


  • ELMAH - To work with Asp.Net MVC
  • ASP.NET MVC Project Awesome (ajax toolkit for asp.net mvc)
like image 21
Damith Avatar answered Sep 22 '22 02:09

Damith