Localization
Hi!Im trying to get localization to work in a ASP.NET Core project. (Visual Studio 2017)In my view /Views/Home/Index.chtml I whant to print out @Localizer["StartPageTitle"] (Now only shows...
View ArticleComposite Query (Core 1.1)
Hi,I just started with the Contoso University sample project and found it tremendously great. But as I started on the same track with my personal Database, I realized that having Composite Keys I...
View ArticleRe-indexing an array
Hi guys, I'm working with some data that I'm currently getting back from my models as Dbset.ToList(). The data contains dates, similar to this:{id: 1, date: 2017-03-01, attribute1: red, attribute2:...
View Articlethe "Getting started with ASP.NET Core and Entity Framework Core using Visual...
the Tutorial "Getting started with ASP.NET Core and Entity Framework Core using Visual Studio" at https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/index is very useful.but the version is wrote...
View ArticleHow to create a Q R Code Generator in Asp.Net Core
Hi,There have any examples in Q R Code Generator in ASP.NET Core ?
View ArticleServer Error 401 - Unauthorized: Access is denied due to invalid credentials
This is my first, hopefully not last, web app - so, I expect I'll be posting a few more pleas for help before all is said and done.I have an app created in VisualStudio 2008 that accesses an SQL...
View ArticleDebug log slow down website
Hello, I have converted a web project from PHP and while the logic is identical the execution in C# is very slow. But I assume that the SQL Outputs by Visual Studio are the issue but I am unable to...
View ArticleRadio button not binding to value
I am using a radio button among selectable option. Though when I go to an edit view the value of the selected option is not binding to the radio button. It is possible that I have the code wrong, but...
View ArticleThree different browsers yield different results for ASP.NET Core MVC/EF...
Hello,I'm having a problem with the running of the application from this tutorial: EF-MVC TutorialI'm getting different results from three different browsers; IE 11.0 version 11.953.14393.0, Mozilla...
View ArticleASP.NET Core on IIS: 502 - Web server received an invalid response while...
Hi guys,I try to performence test my asp.net core 1.0.1 website. I use loader.io to get 4000 client's to run this site but i get this error on asp.net core. If i run the same code in asp.net 4.6 it...
View ArticleProblem with my controller when using dapper on Asp.Net Core identity.
my user model public class User : IdentityUser { }my userStorepublic class UserStore : IUserStore<User> { private readonly string connectionString; public UserStore() { IConfiguration...
View ArticleHow to Change web.config ConnectionString dynamically
Hi, I want to be able to change my web site web.config dynamically so that any time i made changes to the application i don't need to download the web config and re-upload, i have tried the following//...
View ArticleI need help Cash book in asp.net
HiI am quit new to this forum and I want to create a cash book in asp.net which is performing calculation of money in, money out and balance.Please help me if have an idea about how to create...
View ArticleIn javascript how to intercept events selection, collapsing and expanding of...
Hello everyone, I'm developing in asp.net mvc and core'm creating a hierarchical structure with the html tag <ul> and <li>. How can I intercept the selection of a node?
View ArticleWhere do I get a free document viewer for Word, Excel and PDF
Hello everyone, I have to give a chance to a user to have a preview and to download then a word document, excel or pdf on a page of a site developed into a core application asp.net mvc. Do You know...
View ArticleAny way to add mailbox info for email in .net core?
I am learning asp.net core and following this doc - https://docs.microsoft.com/en-us/aspnet/core/security/authentication/accconfirmI see the doc explains how to user email confirmation option using...
View Articleangular template question
Hi.I received one angular template.https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template I would like to develop this template based asp.net core on visual studio 2017.how can i dothanks.
View ArticleThere is no way to add roles in .net core?
I am learning asp.net core and i have created the tables for user authentication following this doc - https://docs.microsoft.com/en-us/aspnet/core/security/authorization/introductionBut there is no doc...
View Articleshowing all error messages
Hi ,I'm developing an application(during a training course) and I have provided appropriate error message for each field in a form.Fields are required and have character limits.however if we leave...
View ArticleCan i create plugins for .NET CORE website?
i am learning .NET CORE first time from this doc - https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/this doc is great but i want to know is it possible to create plugins in .net...
View Article