Posts

Showing posts from September, 2018

ASP.NET & ASP.NET Core

ASP.NET ASP.NET is a mature framework that provides all the services needed to build enterprise-grade, server-based web apps on Windows. Free web framework for building websites and web applications using HTML, CSS, and JavaScript.  ASP.NET Core Cross-platform, high-performance, open-source framework for building modern, cloud-based, Internet-connected applications.  With ASP.NET Core, you can: Build web apps and services, IoT apps, and mobile backends. Use your favorite development tools on Windows, macOS, and Linux. Deploy to the cloud or on-premises. Run on .NET Core or .NET framework Choose ASP.NET Framework or ASP.NET Core ASP.NET Core ASP.NET Build for Windows, macOS, or Linux                        Build for Windows Razor Pages is the recommended approach to create a Web UI as of ASP.NET Core 2.x. Use Web Forms, SignalR, MVC, Web API, WebHooks, or Web Pages Multipl