Hello, I would like to know what's the difference between asp.net core and asp.net mvc, which one should I when?
I am currently working on MVC, but would like to know benefits of .NET Core.
...Hello, I have just started using Windows Server 2016 on Amazon EC2, but I am not able to check which IIS version I am using, as I would like to have Http/2 support which is starting from IIS 10 as far as I know.
So, let me know how I can check IIS version on windows server?
...Hi, I have to add a method to get the posts and comments from graph api : But as we know every minute or every 5 minute we have a new posts and comments. And when I move to the view that contains the posts and comments I can't recieve the new posts and comments like a notifications . like facebook when any one post or comment into a page facebook we get a notification and that notification when click on it, the new comments shown or posts.
Please how can I do that ? thanks.
...I am saving a table company information where I want to save the weekends for that particular company. Thing is when I was doing a payroll management system, I could bring out the total working days in a month. But that was not dynamic. Here is the code,
...Hi, I'm trying to use list of object returned by Json to bind chart.js but I don't know how can I get the first element of object and second element of object and show it in chart.js.
My code is as below :
Class
...I am getting out of range exception for this code-
...Is there an article that covers all syntaxes for LINQ or ENTITY FRAMEWORK?
I want to learn EF, however when i am looking for good resources it always limited.
And also should I learn LINQ before knowing EF?
The only thing that I've found great was LINQ 101.
Thanks and advance.
...Hello, I have started using Visual Studio 2022 and Was trying to create a new ASP.NET Core (.NET 6) project, but when I tried to add new JSON settings in
Startup.cs
, I wasn't able to found this file? So How can i configure JSON settings or database context details in .NET 6 without startup.cs