{"id":3692,"date":"2020-04-16T13:14:10","date_gmt":"2020-04-16T07:44:10","guid":{"rendered":"https:\/\/www.concettolabs.com\/blog\/?p=3692"},"modified":"2020-04-16T13:14:10","modified_gmt":"2020-04-16T07:44:10","slug":"what-is-asp-net-core","status":"publish","type":"post","link":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/","title":{"rendered":"What is ASP.NET Core and Everything You Need to Know About it?"},"content":{"rendered":"<p>Microsoft .Net development framework is around us for a while and is working at the heart of the company\u2019s development and platform strategy. .Net Framework and ASP.Net core Development are entirely different frameworks.<\/p>\n<p>What was the need to create a new Framework and why did Microsoft decide to create something all from scratch?<\/p>\n<p><strong>Well, there are a few drawbacks of .Net Framework such as:<\/strong><\/p>\n<ul>\n<li>It was only working on Windows<\/li>\n<li>The Framework was big but not modular<\/li>\n<li>It wasn\u2019t open-source<\/li>\n<li>The hosting of ASP.Net pages was slow<\/li>\n<\/ul>\n<p>Talking about new .Net Core Development, then this Framework runs on Linux, Windows, and macOS, which is open-source and is well-designed to handle web requests with ease.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"ASPNet_Core_is_Fast\"><\/span><strong>ASP.Net Core is Fast<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>After looking at various hosting Frameworks, it\u2019s clear that .Net Core is very impressive and one of the popular frameworks created to beat the competitions. A few of the other popular frameworks include netty for Java, nodejs for JavaScript, and Nginx for C. This is the big reason we have to switch from .Net Framework to <a href=\"https:\/\/docs.microsoft.com\/en-us\/aspnet\/core\/?view=aspnetcore-3.1\" target=\"_blank\" rel=\"nofollow\">ASP.Net Core framework<\/a>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Its_Open-Source_and_lighter_compared_to_Net_Framework\"><\/span><strong>It\u2019s Open-Source and lighter compared to .Net Framework<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Have a look at the below image, which shows that sources are available online by GitHub that .Net core framework is an open-source project.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3693 size-full\" title=\".Net Framework\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net.png\" alt=\".Net Framework\" width=\"993\" height=\"547\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net.png 993w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-300x165.png 300w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-768x423.png 768w\" sizes=\"auto, (max-width: 993px) 100vw, 993px\" \/><\/p>\n<p>Moreover, the study shows that .Net core is much lighter as it\u2019s now decoupled from the .Net Framework and is an independent Framework altogether. Very less code is used, which reduces dependencies, and the codebase is still small.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"ASPNet_core_uses_MVC_as_default_web_architecture\"><\/span><strong>ASP.Net core uses MVC as default web architecture<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>We, as ASP.NET Core Development Company, ensure that there is no longer the case as Microsoft intended to get rid of Webforms in either way. Mainly, ASP.Net uses two architectures, such as MVC and Webforms.<\/p>\n<p>ASP.Net Core combined Web API and MVC by overlapping two frameworks. MVC comes with JSON instead of HTML. So, merging them can be a great move and can help in simplifying development. Moreover, ASP.Net core development uses Razor pages to extend the MVC framework and allow encapsulating controller and model together with two-way binding.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_Multiplatform\"><\/span><strong>Can Multiplatform<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>It is one of the best features which allows differentiating parts of your code for staging, development, production, etc. Before ASP.Net core, there was no feature like this. Let\u2019s know better, with an example:<\/p>\n<p>Use Startup. cs file to configure your application. In the below image, you\u2019ll see a detailed exception page for development.<\/p>\n<p>Using different CSS or JavaScript below environment can be used. Use CDN in production but local files during development. Check below Razor layout view:<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Simple_and_Compact\"><\/span><strong>Simple and Compact<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The project structure is very simple and you can find out differences easily between frameworks. The project was created from Visual Studio. Also, Note that .Net core only needs one package while the .Net framework needs the whole bunch of assemblies to start working.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3694 size-full\" title=\"Project structure\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net3.png\" alt=\"Project structure\" width=\"743\" height=\"862\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net3.png 743w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net3-259x300.png 259w\" sizes=\"auto, (max-width: 743px) 100vw, 743px\" \/><\/p>\n<h3><span class=\"ez-toc-section\" id=\"Support_Out-Of-Box\"><\/span><strong>Support Out-Of-Box<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>.Net core can offer quite a lot without installing the additional package. It can design fast, ideal for creating Web APIs and writing from scratch, along with adding necessary features such as:<\/p>\n<ul>\n<li>Easy configuration binding<\/li>\n<li>JSON Support<\/li>\n<li>Dependency Injection<\/li>\n<li>Logging<\/li>\n<li>Polly -Retry Mechanism<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Modularity\"><\/span><strong>Modularity<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>ASP.Net core 3.0 is the latest upgrade of the Framework that uses NuGet package management tools, which adds libraries and another package to your code from NuGet. .Net Core modules work along with libraries and result in modularity.<\/p>\n<p>Using smaller OS and customized runtime users can optimize the application in fast-deploying containers either on Windows container or with thin box Linux such as CoreOS. The modularity helps in targeting resource devices like Raspberry PI running the IoT releases and more. .Net core can handle several models which contain 190+ repositories which mean:<\/p>\n<ul>\n<li>Each module can work separately<\/li>\n<li>Each module can release separately<\/li>\n<li>Work can be divided in a better way and completed parallelly<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Comes_with_Windows\"><\/span><strong>Comes with Windows<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Yes, we can call it a surprise as ASP.Net Core 3.0 version comes with Windows Forms Implementation. The package would contain the most modern elements such as <a href=\"https:\/\/www.concettolabs.com\/winforms-desktop-app-development\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>WinForms<\/strong><\/span><\/a> from which you can get benefits from all goodies of .Net core, and the looks stay the same.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Whats_Next_in_ASPNet_Core_30\"><\/span><strong>What\u2019s Next in ASP.Net Core 3.0<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>.Net Framework runs on Linux does not support all the features, but the .Net core framework does. .Net core covers all .Net framework features, and Mono will build on the top. Talking about what\u2019s next in ASP.Net core 3.0, then soon around 2020, we\u2019ll find a new .Net 5.0 version release, which will support IoT, mobile, and gaming (XBOX).<\/p>\n<h3><span class=\"ez-toc-section\" id=\"No_need_to_Rewrite\"><\/span><strong>No need to Rewrite<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Currently, if you\u2019re using .Net Framework and want to experience .Net core Development, no worries both frameworks can work hand-in-hand. We as <a href=\"https:\/\/www.concettolabs.com\/asp-net-development\" target=\"_blank\" rel=\"nofollow\"><strong>ASP.NET Development Company<\/strong><\/a> have personally have worked on multiple older projects in .Net Framework and fee works in .Net core, which is working parallelly.<\/p>\n<p>Additionally, if you have written code in .Net core, which runs on Xamarin, then you can target the .Net Standard, which is a common set of APIs that works everywhere. Here .Net core can be rewritten or written anew where some method and interface might differ. Also, a few changes are in configuration, dependency injection, and other handling request pipelines.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span><strong>Conclusion<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>ASP.Net core development promises to offer adaptable solutions through cutting-edge opportunities for all your desktop and web applications. If you\u2019re looking for the best <a href=\"https:\/\/www.concettolabs.com\/asp-net-core-development\" target=\"_blank\" rel=\"nofollow\"><strong>ASP.Net core development company<\/strong><\/a>, we are happy to serve you better.<\/p>\n<style>\n      .blog-block-5{background:url(https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/05\/blog-script-5-2.png);background-position: center;background-repeat: no-repeat;background-size: cover;width: 100%;margin: 0 auto;padding: 70px 60px;} .blog-block-5 h3{font-size: 40px;line-height: 60px;color:#fff; text-align: center;text-transform: capitalize;margin-top:0;font-weight: 400;margin-bottom:20px;}  .blog-block-5 p{color:#fff!important;font-size:18px;width: 80%; margin: auto;text-align:center;} .blog-block-5 hr{width:20%;background:#ffd800;} .blog-block-5 h3 span{  background: #ffd800!important;color: #000;} .blog-block-5 .blog-btn-5{background: #fff; border-radius: 0;color: #000!important; font-size: 18px; padding: 10px 20px;} blog-block-5 .bg-animated span{color:#001737!important;}<\/style>\n<div class=\"blog-block-5\">\n<h3><span class=\"ez-toc-section\" id=\"What_is_ASPNET_Core_and_Everything_You_Need_to_Know_About_it\"><\/span>What is ASP.NET Core and Everything You Need to Know About it?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<hr \/>\n<p><a class=\"btn blog-btn-5\" href=\"https:\/\/www.concettolabs.com\/inquiry\" target=\"_blank\" rel=\"nofollow\">Contact Us<\/a><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#ASPNet_Core_is_Fast\" title=\"ASP.Net Core is Fast\">ASP.Net Core is Fast<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Its_Open-Source_and_lighter_compared_to_Net_Framework\" title=\"It\u2019s Open-Source and lighter compared to .Net Framework\">It\u2019s Open-Source and lighter compared to .Net Framework<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#ASPNet_core_uses_MVC_as_default_web_architecture\" title=\"ASP.Net core uses MVC as default web architecture\">ASP.Net core uses MVC as default web architecture<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Can_Multiplatform\" title=\"Can Multiplatform\">Can Multiplatform<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Simple_and_Compact\" title=\"Simple and Compact\">Simple and Compact<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Support_Out-Of-Box\" title=\"Support Out-Of-Box\">Support Out-Of-Box<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Modularity\" title=\"Modularity\">Modularity<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Comes_with_Windows\" title=\"Comes with Windows\">Comes with Windows<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Whats_Next_in_ASPNet_Core_30\" title=\"What\u2019s Next in ASP.Net Core 3.0\">What\u2019s Next in ASP.Net Core 3.0<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#No_need_to_Rewrite\" title=\"No need to Rewrite\">No need to Rewrite<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#Conclusion\" title=\"Conclusion\">Conclusion<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#What_is_ASPNET_Core_and_Everything_You_Need_to_Know_About_it\" title=\"What is ASP.NET Core and Everything You Need to Know About it?\">What is ASP.NET Core and Everything You Need to Know About it?<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft .Net development framework is around us for a while and is working at the heart of the company\u2019s development and platform strategy. .Net Framework and ASP.Net core Development are entirely different frameworks. What was the need to create a new Framework and why did Microsoft decide to create something all from scratch? Well, there [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":3695,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[186],"tags":[1885,1886,1290,1561,1731],"class_list":["post-3692","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-asp-net","tag-net-core","tag-net-core-development","tag-net-core-development-company","tag-asp-net-core-3-0","tag-asp-net-core-development-company"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is ASP.NET Core and Everything You Need to Know<\/title>\n<meta name=\"description\" content=\"ASP.Net core development promises to offer adaptable solutions through cutting-edge opportunities for all your desktop and web applications.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is ASP.NET Core and Everything You Need to Know\" \/>\n<meta property=\"og:description\" content=\"ASP.Net core development promises to offer adaptable solutions through cutting-edge opportunities for all your desktop and web applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/\" \/>\n<meta property=\"og:site_name\" content=\"concettolabs\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-16T07:44:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tejas Patel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tejas Patel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/\",\"name\":\"What is ASP.NET Core and Everything You Need to Know\",\"isPartOf\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg\",\"datePublished\":\"2020-04-16T07:44:10+00:00\",\"dateModified\":\"2020-04-16T07:44:10+00:00\",\"author\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/17a20ab8e780fc3e42539c209e40f91f\"},\"description\":\"ASP.Net core development promises to offer adaptable solutions through cutting-edge opportunities for all your desktop and web applications.\",\"breadcrumb\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#primaryimage\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg\",\"width\":1170,\"height\":540,\"caption\":\"ASP.NET Core\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is ASP.NET Core and Everything You Need to Know About it?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\",\"name\":\"concettolabs\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/17a20ab8e780fc3e42539c209e40f91f\",\"name\":\"Tejas Patel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/tejas-96x96.jpg\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/tejas-96x96.jpg\",\"caption\":\"Tejas Patel\"},\"description\":\"Tejas Patel is a Co-Founder of Concetto Labs, I have 12+ years of professional experience in building high quality and scalable web applications using FullStack &amp; PHP with its different frameworks.\",\"sameAs\":[\"https:\/\/www.concettolabs.com\"],\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/tejas-patel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is ASP.NET Core and Everything You Need to Know","description":"ASP.Net core development promises to offer adaptable solutions through cutting-edge opportunities for all your desktop and web applications.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"What is ASP.NET Core and Everything You Need to Know","og_description":"ASP.Net core development promises to offer adaptable solutions through cutting-edge opportunities for all your desktop and web applications.","og_url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/","og_site_name":"concettolabs","article_published_time":"2020-04-16T07:44:10+00:00","og_image":[{"width":1170,"height":540,"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg","type":"image\/jpeg"}],"author":"Tejas Patel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tejas Patel","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/","name":"What is ASP.NET Core and Everything You Need to Know","isPartOf":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#primaryimage"},"image":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#primaryimage"},"thumbnailUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg","datePublished":"2020-04-16T07:44:10+00:00","dateModified":"2020-04-16T07:44:10+00:00","author":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/17a20ab8e780fc3e42539c209e40f91f"},"description":"ASP.Net core development promises to offer adaptable solutions through cutting-edge opportunities for all your desktop and web applications.","breadcrumb":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#primaryimage","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/04\/net-core.jpg","width":1170,"height":540,"caption":"ASP.NET Core"},{"@type":"BreadcrumbList","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/what-is-asp-net-core\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/websitelaravel.concettoprojects.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is ASP.NET Core and Everything You Need to Know About it?"}]},{"@type":"WebSite","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/","name":"concettolabs","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/17a20ab8e780fc3e42539c209e40f91f","name":"Tejas Patel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/tejas-96x96.jpg","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/tejas-96x96.jpg","caption":"Tejas Patel"},"description":"Tejas Patel is a Co-Founder of Concetto Labs, I have 12+ years of professional experience in building high quality and scalable web applications using FullStack &amp; PHP with its different frameworks.","sameAs":["https:\/\/www.concettolabs.com"],"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/tejas-patel\/"}]}},"_links":{"self":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/3692","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/comments?post=3692"}],"version-history":[{"count":0,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/3692\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media\/3695"}],"wp:attachment":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media?parent=3692"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/categories?post=3692"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/tags?post=3692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}