-
I'd like to see HotTowel support for the new VS 2013 Web ASP.net MVC 5 project directly.
I tried to use the NuGet package and see if I could get it to work but the references aren't updated to EntityF…
-
I am trying to build simple MVC web site based on latest CSLA version.
I am using .NET Core 2.0 preview 2.
CSLA model binder is not included in .NET standard release? That class, including some ot…
-
Hi,
I've been using CSLA for a long time supporting an ASP.NET Webforms application for many years. An opportunity has come up for a new project and I'd like to continue using CSLA within an ASP.N…
-
-
```
Create an ASP.Net MVC Sample
```
Original issue reported on code.google.com by `paulkinlan@google.com` on 27 Aug 2010 at 7:27
-
```
Create an ASP.Net MVC Sample
```
Original issue reported on code.google.com by `paulkinlan@google.com` on 27 Aug 2010 at 7:27
-
Hello. Great project here some very nice work. I did however run into a very strange bug. If I create a Policy Violation Handler with IPolicyViolationHandler All of my Entity Model info completely dis…
-
**Version Used**:
![image](https://user-images.githubusercontent.com/2008729/92818198-478ae280-f37c-11ea-9bb6-d75c0fe7132c.png)
**Steps to Reproduce**:
Repro:
1. Create new ASP.NET Core MVC…
-
One of the things that I loved about MVC is the asp-for on label elements. The ability to just provide the display name once as a data annotation and then reuse it at multiple places is really good.
…
-
Hi
I followed your guide on the readme but I cant get the nonce to work, unsafe inline is working fine.
I have created a testproject where I add the
`services.AddCsp(nonceByteAmount: 32);`
…