Thanks Mr. Manzoor. Your .NET Core MVC training is excellent. for a beginner like me its very informative and easy to understand. I'm glad I visited this link.
Hi Manzoor, I'm using a brand new installation of Visual Studio 2017 and so far everything has been lining up with your videos. But now I've reached video 3 and find I do not have the option to add a bower.json item to my project. Since my install is so new is it possible I may have Core 2.1, is this maybe the problem and is it possible to continue this course like this?
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) { loggerFactory.AddConsole(); if (env.IsDevelopment()) { app.UseDeveloperExceptionPage(); } app.Run(async (context) => { await context.Response.WriteAsync("Hello World!"); }); It is showing like this in my project. But no such method named, UseStaticFiles() and UseDefaultFiles() is there.
Thank you Manzoor. Beautifully explained and very easy to understand for a beginner. Look forward to follow your next videos in continuation to this.
Thanks Mr. Manzoor. Your .NET Core MVC training is excellent. for a beginner like me its very informative and easy to understand. I'm glad I visited this link.
Thanks from Turkey !!!
Very nice training
Hi Manzoor, I'm using a brand new installation of Visual Studio 2017 and so far everything has been lining up with your videos. But now I've reached video 3 and find I do not have the option to add a bower.json item to my project. Since my install is so new is it possible I may have Core 2.1, is this maybe the problem and is it possible to continue this course like this?
Salam Sir ..
In my project UseStaticFiles() and UseDefaultFiles() method is not there.
What can I do in this case?
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
{
loggerFactory.AddConsole();
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
app.Run(async (context) =>
{
await context.Response.WriteAsync("Hello World!");
});
It is showing like this in my project.
But no such method named, UseStaticFiles() and UseDefaultFiles() is there.
where is part 3
very nice
Where is part 3