asp-net-mvc
Here are 2,427 public repositories matching this topic...
Article back-end for hack.guides() website
-
Updated
Apr 24, 2018
Is your feature request related to a problem? Please describe.
In the documentation you simply pass an IQueryable to the PagedList without any sort of keyselector. However if you e.g. pass an IQueryable from a database without any keyselector, then the results aren't guaranteed.
The generated SQL (For sql server) is as follows
SELECT [a].[WtgId], [a].[TimeOnUtc], [a].[Code], [a]A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
-
Updated
May 22, 2018 - JavaScript
C# adds a feature called nullable reference types, which lets you specify that reference types can be null. For example:
[TsInterface(AutoI = false)]
public class IpData
{
public string? City { get; set; }
public string? Country { get; set; }
public string? CountryIso { get; set; }
public strGrid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
-
Updated
Jun 23, 2020 - C#
ASP.NET MVC 5 project starter template
-
Updated
Feb 6, 2019 - C#
Redirect() call ignores the name with which "old" rout is being registered in passed Func. Instead it takes just the result Route and calls routes.Add((RouteBase) redirectRoute); (without name argument).
This leads to situation that if some page contains @Url.RouteUrl("name"...) link, it fails to render due to absense of named route.
PS: I need many routes to be redirected to home page, so I
Very simple SAML 2.0 consumer module for ASP.NET/C#
-
Updated
Jun 15, 2020 - C#
asp.net MVC5 + Dapper + layUI/easyUI 通用权限管理系统、权限框架、信息管理系统基础框架
-
Updated
Feb 17, 2020 - C#
Graduation project named medicine information management system. using asp.net mvc4 + easyUI + Dapper
-
Updated
Jul 17, 2017 - C#
reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC application.
-
Updated
Mar 29, 2020 - C#
一个基于ASP.NET MVC 5+Repository+Autofac+AutoMapper+SqlSugar 的系列教程
-
Updated
Jul 30, 2019 - C#
A Windows console application that calls a web API using its app identity (instead of a user's identity) to get access tokens in an unattended job or process.
-
Updated
Feb 6, 2020 - C#
XCLCMS is a lightweight CMS (content management system) background management system, Developed using asp.net MVC, it provides a simple and easy-to-use web API interface and supports multiple applications for a single merchant.
-
Updated
Sep 14, 2018 - C#
Open source, cross platform .NET Core CMS. Fast, scalable, code-first, unobtrusive and extensible with powerful querying and Lucene integration.
-
Updated
Jun 4, 2020 - JavaScript
Pure css checkboxes and radio buttons for Twitter Bootstrap.
-
Updated
Apr 5, 2020 - HTML
Asp.Net Example Version of Beautiful AdminLTE Template
-
Updated
Feb 13, 2019 - C#
Google reCAPTCHA v2/v3 for .NET Core 3.x
-
Updated
Jun 22, 2020 - C#
A .NET 4.5 WPF application that authenticates a user and calls web API using Azure AD and OAuth 2.0 access tokens.
-
Updated
Nov 13, 2019 - C#
reported by snomad
Maybe make passing reference to CSP.UseCspReportOnly, super helpful on initial efforts into CSP. I am still lost on CSP level 2 and level 3 and just how much of a priority they should be. CanIUse shows CSP 1 at 94% globally, CSP2 at 80%. Not sure what to aim for.
Scott Helme
You can use CSP 2 and CSP 3 features and be backwards compatible. At a minimum I'd say CSP 2.
How to manually process a JWT access token in a web API using the JSON Web Token Handler For the Microsoft .Net Framework 4.5.
-
Updated
Mar 23, 2020 - C#
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
-
Updated
Jun 21, 2020 - C#
Basic TimeSheet Management Application in ASP.NET MVC 5
-
Updated
Aug 7, 2018 - C#
Data paging with ASP.NET and ASP.NET Core
-
Updated
May 10, 2019 - JavaScript
AccessControlHelper for asp.net mvc and asp.net core, strategy based authorization
-
Updated
May 29, 2020 - C#
Improve this page
Add a description, image, and links to the asp-net-mvc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asp-net-mvc topic, visit your repo's landing page and select "manage topics."


Describe the bug
Not a CSLA bug, a doc bug :)
Version and Platform
Irrelevant
Code that Fails
Not code per-se....I just realized that this doc page was never finished: https://github.com/MarimerLLC/csla/blob/master/docs/Analyzers.md. Need to finish that.
Stack Trace or Exception Detail
No stack trace.
Additional context
None