-
ASP NET MVC5 web application, E.F. 6.0
I set up Z.EntityFramework.Plus.EF6 v 1.5.5 Package in Visual Studio 2015 using VS Nu-Get Package Manager Console, and the assembly is correctly referenced.
I …
-
While client side validation hamdles properly decimals with thousands separators, model binder consider them invalid. So client validation submit the form, but then one gets a server side error.
Thi…
-
Hi,
I tried building PrivateWebSite using VS 2017 RC. I get the following error. Can anyone help me with this?
![1](https://cloud.githubusercontent.com/assets/13433045/21585677/3ab899f2-d0bd-11e6-…
-
I'm just getting started with porting some existing Mvc5 apps to ASP.NET Core.
We like to use AsyncLocal (previously logical call context) as a way to flow contextual information throughout a reque…
-
### Description
C# Asp.Net MVC project, running Paket 5.7.2 with a FAKE build script, using Appveyor for continuous build and deployment.
### Warnings
```
The profile 'portable-net45+win8+wp…
-
Hello,
It's been a little while for me since refreshing, and I was once using the ``BootstrapMenuHelperModel`` (good stuff, there, BTW). I can't imagine this functionality has vanished, however, th…
-
- install Oracle Data Access Components (ODAC) with Oracle Developer Tools for Visual Studio [link](http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html)
- Lúc cài đặt tạo luôn tnsn…
-
Hi,
I created an integration for Microsoft.Extensions.DependencyInjection.
You can find the code here: https://gist.github.com/cwe1ss/050a531e2711f5b62ab0
The code is based on the following links:
…
-
ABP 1.5
I found Cache-Control of all response header be set to "no-cache", even with those 3rd js package.
When load a page, it must download about 1M~2M data without cache.
I trid to add those c…
-
Hi.
consider the following:
`
BootstrapMvc.Controls.Input.DateInputModeDefault = DateInputMode.Html5;
`
`
@Bootstrap.FormGroupFor(m => m.DateValue).Control(Bootstrap.Input(InputType.Dateti…