Web App
Hi, probably stupid questions.However,1. Is there a difference between a Web App and a Web Application?2. Can a .NET Web App be put some where where people can download it to their PC's, Phones etc....
View ArticleGet Web App Configuration Settings Stored in Database using .NET Core 2.x
I'm still new to .NET, and am struggling with something, and hope someone can help me out...I'd like to shift some of my web application settings (that are currently in my "appsettings.json" file) out...
View ArticleInitialise Email
Hi, from previous enquiry about sending email with Core MVC.How is the email code called?Thanks,
View ArticlePlaying in ViewModel First Time Got issues!!!!!!!!!!
I have not used viewmodels before. So far I haven't needed too, however now I am trying for the first time.I have two tables in my database created by EF, one for client and another for files the...
View ArticleHow to run Core 1.0 on IIS 10?
Hi,When I run a Core Web Application through IIS, why I get this error?HTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed because the related configuration data for the page...
View ArticleFill Html Table and pass the data to the database
Hello I need to create a form with several controls such as textbox and DateTime then by entering data and press add button, I need to add several records , the data will be added to l Html table, at...
View ArticleRemote validation on Keyups
I've noticed that the remote validation (which is pretty cool and easy to implement BTW) works by sending a network request for every keypress in a field. I can't be the only one who thinks this is...
View ArticleLost on how TO Work Around Multiple constructors accepting all given argument...
I have a form accepting inputs and allowing an upload for a file.In code I have:public class ClientsController : Controller { private readonly Eva804Context _context; static public IHostingEnvironment...
View ArticleWhy do I get lowercase letter on formatting datetime?
I have a model with a datetime prop:[DataType(DataType.Date)] [DisplayFormat(DataFormatString = "{0:f}", ApplyFormatInEditMode = true)] public DateTime? Date { get; set; }in view I show it like...
View Article.Net Core URL Rewrite - How to ignore ? inside the requested URL.
Hi, I have been asked at my work to remake an old website that we had been hosting since 10 year ago. I decided to use .Net Core since I'm used to it and I have been using it for quite a while...
View ArticleWhat are the equivalent NPM packages
Hi Team,I was trying to convert existing web service (asmx) code to ASP.NET Core WEB API and found below issues:Issue 1: I was trying to add NPM packages for the below but not able to find/add NPM...
View ArticleAffiliate Link Application in ASP.NET Core
Hi, how can I track user SignUp via Affiliate Links on my ASP .NET Core Application? Is it possible to, say, "pre-populate" some Form Field with Friend's Code, when an anonymous user click the link, in...
View ArticleCascading Dropdownlist & ViewModel
Hello,I have the following models: Department (as city), District and Store.Department has one to many DistrictsDistricts has one to many StoresI'm constructing a view where I create a new Store and...
View ArticleEncrypting JWT Token
Hi All,Can anybody help in getting me the code to encrypt the JWT Token in C Sharp? I could able to do the encoding but I want to encrypt payload and then generate JWT token.I found the sample code in...
View ArticleAnonymous Identification in asp.net core
Hi guys,How can we enable anonymous identification in ASP.NET Core MVC ?In the previous ASP.NET MVC, you can use:<anonymousIdentification enabled="true" /> Request.AnonymousID
View ArticleNeed help for local IIS server setup for ASP.NET Core development
Hi! First of all, I know how to setup local IIS server for published ASP.NET Core. So the main problem here wasn't setting up IIS server for ASP.NET Core hosting.All the while I develop normal ASP.NET...
View ArticleReferences asp.net web api core project (.net framework) from class library...
Hi , i have created a asp.net web api core project name XXXXX (.net framework) . here is the project.json file{"buildOptions": {"emitEntryPoint": true,"preserveCompilationContext": true...
View ArticleNeed sample ASP.NET Core Web API project
Hi Team,I was looking for sample ASP.NET Core WEB API project which contains proper routing , code structure and API.Please share me the link if you have any demo project for ASP.NET Core WEB...
View ArticleUnable to access the dll created in VS2008 which returns a dataset in .NET...
Hi,I have a project in VS 2008 which has a method and returns a dataset. Now I created a webAPI in VS 2017 .net core project. I have referred the vs 2008 project in the .net core 2017 web API project....
View ArticleSplitting database data into class and subclass
Say now I have a table in a database for properties:propertiesid num_bedrooms num_bathrooms num_garages latitude longitude street_1 street_2 street_3 suburb city region countryNow I would like to CRUD...
View Article