How to change the default Login UI template of Identity Server 4 based on my preferences?.
What steps should I do to implement my desired design with Identity Server 4.
Any links that tells how to customize/cofigure the template will help.
I am having a hard time to implement my design onto it. I am thinking to create angular 2+ login page with restful services on identity server 4 but it was not recommended because of security purposes.
...Hello, I am trying to work on JSON in ASP.NET Core MVC (using .NET 5.0 version), but I am not able to set JSON Serializer settings using it, I tried to use below code
...Recently, I have pushed my code from local git to azure-devops, but after pushing code and clicking on "Fetch" doesn't update my local branches, it should have two branches dev & master but showing only one.
So, How can I update branches locally to show dev and master in my Visual Studio 2017 Git?
...ENTITY FRAMEWORK CORE 1.1
I just want to demonstrate my question, here it is.
I have two class. Let's say.
Class Owner has these properties:
...I want to show only a single record from an employeeList by ID with crystal report in asp.net MVC. But I don't know how to do it. I can show a whole list. But I can't do it for a single ID. Please help.
...I have a user table & I want whenever a user orders a product, its order should be saved in order table with user primary key, so what relationship I have to add in user and order table. please let me know
Suppose, this is my ActionMethod
public ActionResult Create( Student student)
{
if (ModelState.IsValid)
{
db.Students.Add(student);
db.SaveChanges();
return RedirectToAction("Index");
}
return View(student);
}
Database Relationship image
...