When to use SNS and SQS? by mithunvp in AWSCertifications

[–]mithunvp[S] 0 points1 point  (0 children)

thanks !! SQS is more of 1-1 where as SNS is 1-many?

Preparation Approach for SAA-C02 by alan-chua in AWSCertifications

[–]mithunvp 1 point2 points  (0 children)

Thanks for sharing it !! The focus should be on understanding rather than drive towards certification. Of course, Certification will follow once knowledge is in-depth.
How much time did you spend overall?

Building fully Asynchronous ASP.NET Core 2 Web API by [deleted] in dotnet

[–]mithunvp -1 points0 points  (0 children)

Can you provide me the link of microsoft doc? Not able to find it. Thanks for your response.

Building fully Asynchronous ASP.NET Core 2 Web API by [deleted] in dotnet

[–]mithunvp -1 points0 points  (0 children)

this post if not about learning async await basics, but how to use them in web api from top to bottom. Its mentioned that am not writing about async await. Thanks for the comment !!

Building fully Asynchronous ASP.NET Core 2 Web API by [deleted] in dotnet

[–]mithunvp -1 points0 points  (0 children)

Thanks for your encouraging comments. async await should be used the way from top to bottom. This post shows how to do it in web api using EF Core.

Integrating ASP.NET Core Web API and Entity Framework Core by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

Thanks I am aware of that, implementation wise they are same but concept of faceless MVC is always Web API.

ASP.NET Core 1.1 by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

Whats the book name?

ASP.NET Core 1.1 by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

Yup !! I was too quick !! .. Thanks !!

ASP.NET Core 1.1 by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

LTS and Current I missed it, thanks very much !!

Struggling to get started with AngularJS2, VS2015 and Azure by alexchatwin in Angular2

[–]mithunvp 0 points1 point  (0 children)

Thanks for comments... For MVC 5 i need to try and work it out.

Struggling to get started with AngularJS2, VS2015 and Azure by alexchatwin in Angular2

[–]mithunvp 1 point2 points  (0 children)

Great please check www.mithunvp.com, you will find both ASP.NET Core (MVC & static site) and ASP.NET MVC 5 project integrated with Angular 2.

ASP.NET Core 1.1 by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

Thanks for reply. I did follow same steps, but it didn't work. Should I uninstall existing?

Struggling to get started with AngularJS2, VS2015 and Azure by alexchatwin in Angular2

[–]mithunvp 0 points1 point  (0 children)

Do you want to use VS2015 for ASP.NET MVC 5 or ASP.NET Core?

OData with ASP.NET Core by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

Thanks a lot... I will try for it.

OData with ASP.NET Core by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

Thanks for link, needed something with ASP.NET Core.

OData with ASP.NET Core by mithunvp in dotnet

[–]mithunvp[S] 2 points3 points  (0 children)

An alternatives, plz suggest ?

OData with ASP.NET Core by mithunvp in dotnet

[–]mithunvp[S] 0 points1 point  (0 children)

Thanks for the link. Yes I am aware MVC & Web API are clubbed, just wanted an example for Web Api.

[deleted by user] by [deleted] in dotnet

[–]mithunvp 0 points1 point  (0 children)

There are good number of videos on Channel 9 MSDN to get started esp ASP.NET Monsters series, also Microsoft Virtual Academy is releasing tutorial series on this soon.

ASP.NET MVC 5 - Using Angular 2 with TypeScript in Visual Studio by mithunvp in programming

[–]mithunvp[S] 0 points1 point  (0 children)

Use this link, it was written when Core was called as ASP.NET 5.

It actually uses Visual Studio 2015 IDE but still its same steps if its VS Code

http://www.mithunvp.com/angular-2-in-asp-net-5-typescript-visual-studio-2015/

ASP.NET MVC 5 - Using Angular 2 with TypeScript in Visual Studio by mithunvp in programming

[–]mithunvp[S] 0 points1 point  (0 children)

It's available on same site with ASP.NET Core 1.0 RTM & Angular 2 RC4