#aspnet-mvc

[ follow ]
CodeProject
5 months ago
JavaScript

Build Rich Web Apps with ASP.NET Core and Sircl - Part 3 (b)

Achieving behavior without server roundtrips is possible with Sircl version 2.4.0 or higher.
Limitations include the restriction of dynamic content in list elements and considerations regarding model binding in ASP.NET MVC. [ more ]
CodeProject
6 months ago
Web development

Asp.Net 8 - Multilingual Application with single Resx file - Part 3 - Form Validation Strings

Handling form validation error strings localization in Asp.Net MVC application
Implementing Shared Resources approach for multilanguage strings [ more ]
CodeProject
8 years ago
Web development

Check Session Timeout by Using ActionFilters in MVC

Using action filters in ASP.NET MVC can help reduce code repetition and prevent missed code in authentication checks.
Action filters are attributes that can be applied to individual controller actions or entire controllers in order to handle session expiration and redirect to login if session is null. [ more ]
CodeProject
3 months ago
JavaScript

Building a RESTful API with ASP.NET Web API and Consuming it Using AJAX

Effective implementation of WebAPI methods using a data access layer for interaction with data. [ more ]
[ Load more ]