{"id":46,"date":"2021-07-23T05:04:47","date_gmt":"2021-07-23T05:04:47","guid":{"rendered":"http:\/\/10.10.1.32:9090\/wordpress\/top-4-latest-asp-dot-net-core-features\/"},"modified":"2025-11-28T04:56:57","modified_gmt":"2025-11-28T04:56:57","slug":"top-4-latest-asp-dot-net-core-features","status":"publish","type":"post","link":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features","title":{"rendered":"Top 4 Latest ASP DOT NET Core Features"},"content":{"rendered":"<div class=\"firstLevelpara\">\n<p>Microsoft revealed specific new features in DOT NET Core 3.1 Preview 1, a component of the ASP DOT NET Core.<span id=\"more-363\"><\/span> The rationale for this latest upgrade is because the first preview release of DOT NET Core 3.1 included several bug fixes for ASP DOT NET Core. Sapphire Solution, a <strong><a href=\"https:\/\/www.sapphiresolutions.net\/asp-dot-net-core-development-services\">ASP .NET core development company<\/a><\/strong>, has developers who are well-versed with the latest features of DOT NET.<\/p>\n<p>With the most recent preview, this problem has been resolved. It now includes an update on Blazor WebAssembly, the client-side portion of Blazor, a popular project among <strong><a href=\"https:\/\/www.sapphiresolutions.net\/asp-dot-net-core-development-services\">.NET core development company<\/a><\/strong> and developers since it allows them to use C# instead of JavaScript in Web applications.<\/p>\n<\/div>\n<div class=\"secondthirdLevelProsConsDetails\">\n<h2>It\u2019s great news for DOT NET developers because they can now easily leverage ASP DOT NET services.<\/h2>\n<div class=\"firstLevelpara\">\n<p>On top of the DOT NET Core 3.1 Preview 1 release, there is a Blazor WebAssembly update that has been released,Daniel stated. However, you must continue to use DOT NET Core 3.1. To get the most out of Blazor WebAssembly, install DOT NET Core 3.1 Preview 1 and the most recent preview of Visual Studio.<\/p>\n<p>ASP DOT NET core is a free and open-source managed computer software framework that runs on Windows, Linux, and macOS. As we all know, Microsoft is the primary developer of this project, which is offered under the MIT license. The goal of the DOT NET core is to create various sorts of web applications in the DOT NET framework.<\/p>\n<\/div>\n<div class=\"firstLevelPara\">\n<h3>DOT NET core 3.1:<\/h3>\n<p>Microsoft is delighted to announce that DOT NET core 3.1 is now available. This DOT NET core 3.1 is a polished and repaired version of DOT NET core 3.0, which was released barely two months ago. 3.1 is a simple and quick update that focuses on the most important enhancements in Blazor and Windows desktops. It launched this version in December of last year.<\/p>\n<\/div>\n<\/div>\n<div class=\"thirdLevelProsCons\">\n<h2>Let\u2019s now look at the different ASP DOT NET Core features in DOT NET Core 3.1 Preview 1.<\/h2>\n<div class=\"secondthirdLevelProsConsDetails\">\n<div class=\"firstLevelpara\">\n<h3>1. Partial Class Support for Razor Components<\/h3>\n<p>It can now generate razor components in the form of partial classes. It is now possible to write code for a Razor component using a code-behind file declared a partial class. Instead of defining all of the component\u2019s code in a single file.<\/p>\n<p>The Blazor framework includes Razor components. Blazor is a single-page application development framework that allows you to write the full application in C# and run it in the browser. To accomplish this, a new DOT NET runtime that supports WebAssembly is required. Blazor started as an experimental framework. A server-side paradigm was introduced as part of its evolution.<\/p>\n<p>The C# code executes on the webserver, and a SignalR connection is utilized to make real-time updates to the application in the browser. This concept was formerly known as Razor Components and was formally implemented as part of DOT NET Core 3.0 in Preview 2. The development approach was renamed Server-side Blazor in Preview 4. Instead of referring to a development framework, the name Razor Component refers to a single building element within the Blazor framework.<\/p>\n<p>Within Blazor, Razor components can take on several tasks. A Razor Page will replace a partial, a view component, or a custom tag helper (or an MVC view). A Razor Pages partial, view component, or tag helper, for example, can be represented by these. It can also use them to represent a layout. It can also use them to represent an entire page.<\/p>\n<p>Razor components are stored in files that end with Razor. They can also be produced in.cshtml files, although we believe this increases the possibility of confusion. The .razor file combines HTML and C#, which is integrated into the HTML using the well-known Razor syntax. It is enabled primarily to help with backward compatibility with previous previews.<\/p>\n<\/div>\n<div class=\"firstLevelpara\">\n<h3>2. Pass Parameters to Top-Level Components<\/h3>\n<p>When the initial render occurs, Blazor Server apps can now provide parameters to top-level components. Previously, only RenderMode.It could use static to pass arguments to an important element\u2019s however, both RenderMode.Server and RenderModel. ServerPrerendered is now supported as of this release. If a specific parameter value is taken into account, it is possible to serialize it as JSON and integrate it into the primary response.<\/p>\n<p>You can use some form of this code in the release version of Blazor to launch your components from an MVC View, a Razor Page, or a View Component:<\/p>\n<p><strong>@(await Html.RenderComponentAsync(RenderMode.ServerPrerendered))<\/strong><\/p>\n<p>RenderComponentAsync accepts three RenderMode arguments: ServerPrerendered, Server, and Static. If you pick the Static option, you can only supply a parameter to the component via the RenderComponentAsync method. This code, for example, sends the View\u2019s Model property to the component via a cust:<\/p>\n<p><strong>@(await Html.RenderComponentAsync(RenderMode.Static, new { cust = Model }))<\/strong><\/p>\n<p>Unfortunately, using the Static option causes your component to cease firing events. It signifies that your component cannot be interactive (your buttons stop firing click events, for example). Static components are not an option for any real-world application. In many cases, we want an interactive component that interfaces with my server-side application by taking data from the host View or Razor Page.<\/p>\n<\/div>\n<div class=\"firstLevelpara\">\n<h3>3. Support for Shared Queues in HttpSysServer<\/h3>\n<p>In addition to the current behavior of HttpSysServer creating anonymous request queues, the most recent version includes the option to build or attach to a regular named HTTP.sys request queue. As a result, there may be circumstances in which the HTTP.Sys controller process with the line is independent of the listener process. Finally, it aids in the preservation of existing connections and enqueued requests between listener process restarts.<\/p>\n<\/div>\n<div class=\"firstLevelpara\">\n<h3>4. Breaking Alterations for SameSite Cookies<\/h3>\n<p>This release contains a substantial modification to the behavior of SameSite cookies in ASP DOT NET Core. It adheres to the most current browser-supported standards. It may find more information on the modifications and their impact on existing apps here.<\/p>\n<p>SameSite is an HTTP cookie addition introduced in 2016 to reduce cross-site request forgery (CSRF). The initial intention was to add a new SameSite value to cookies to activate an opt-in functionality. There were two options: Lax and Strict. Setting the value to Lax indicates that the cookie should be transmitted when navigating within the same site or navigation from other sites to your site. A Strict value restricted the cookie to requests that came from the same site only.<\/p>\n<p>There were no limits on how the cookie flowed in requests if the property was not set at all. It can use cookies for correlation and CSRF prevention in OpenIdConnect authentication operations (e.g., login, logout) and other features that send POST requests from an external site to the site requesting the operation. To ensure that these cookies are sent during their specialized request flows, these organizations would need to opt-out of SameSite by not setting the property at all.<\/p>\n<p>The DOT NET Core 3.1 Preview 1 release includes several new ASP DOT NET Core features. Contact a reliable <strong><a href=\"https:\/\/www.sapphiresolutions.net\/dot-net-development\">ASP DOT NET development Company<\/a><\/strong> like us to take advantage of this latest ASP DOT NET web development functionality.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft revealed specific new features in DOT NET Core 3.1 Preview 1, a component of the ASP DOT NET Core. The rationale for this latest upgrade is because the first preview release of DOT NET Core 3.1 included several bug fixes for ASP DOT NET Core. Sapphire Solution, a ASP .NET core development company, has [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":47,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29],"tags":[57,56],"class_list":["post-46","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-net-development","tag-net-core-development-company","tag-asp-net-core-development-company"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Top 4 Latest ASP DOT NET Core Features<\/title>\r\n<meta name=\"description\" content=\"A comprehensive list of 4 new ASP DOT NET core features present in DOT NET core 3.1. Read this blog to know more!\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Top 4 Latest ASP DOT NET Core Features\" \/>\r\n<meta property=\"og:description\" content=\"A comprehensive list of 4 new ASP DOT NET core features present in DOT NET core 3.1. Read this blog to know more!\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features\" \/>\r\n<meta property=\"og:site_name\" content=\"Sapphire Software Solution\" \/>\r\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SapphireSoftwareSolution\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2021-07-23T05:04:47+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-11-28T04:56:57+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.sapphiresolutions.net\/blog\/wp-content\/uploads\/2021\/07\/Top-4-Latest-ASP-DOT-NET-core-features.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"618\" \/>\r\n\t<meta property=\"og:image:height\" content=\"309\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"Parth Patel\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@SapphireSoftwa\" \/>\r\n<meta name=\"twitter:site\" content=\"@SapphireSoftwa\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Parth Patel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features\"},\"author\":{\"name\":\"Parth Patel\",\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/#\\\/schema\\\/person\\\/e761d4d44078eb1f9d3917ca18eb4c78\"},\"headline\":\"Top 4 Latest ASP DOT NET Core Features\",\"datePublished\":\"2021-07-23T05:04:47+00:00\",\"dateModified\":\"2025-11-28T04:56:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features\"},\"wordCount\":1162,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Top-4-Latest-ASP-DOT-NET-core-features.jpg\",\"keywords\":[\".NET core development company\",\"ASP .NET core development company\"],\"articleSection\":[\".Net Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features\",\"url\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features\",\"name\":\"Top 4 Latest ASP DOT NET Core Features\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Top-4-Latest-ASP-DOT-NET-core-features.jpg\",\"datePublished\":\"2021-07-23T05:04:47+00:00\",\"dateModified\":\"2025-11-28T04:56:57+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/#\\\/schema\\\/person\\\/e761d4d44078eb1f9d3917ca18eb4c78\"},\"description\":\"A comprehensive list of 4 new ASP DOT NET core features present in DOT NET core 3.1. Read this blog to know more!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#primaryimage\",\"url\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Top-4-Latest-ASP-DOT-NET-core-features.jpg\",\"contentUrl\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Top-4-Latest-ASP-DOT-NET-core-features.jpg\",\"width\":618,\"height\":309},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/top-4-latest-asp-dot-net-core-features#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Top 4 Latest ASP DOT NET Core Features\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/\",\"name\":\"Sapphire Software Solution\",\"description\":\"A web and mobile app development blog with updates &amp; news on latest technologies.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/#\\\/schema\\\/person\\\/e761d4d44078eb1f9d3917ca18eb4c78\",\"name\":\"Parth Patel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d86a1dab8d4e5078b3de68beb73d990324306ed7baffa5a2819c03b52db6f1c6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d86a1dab8d4e5078b3de68beb73d990324306ed7baffa5a2819c03b52db6f1c6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d86a1dab8d4e5078b3de68beb73d990324306ed7baffa5a2819c03b52db6f1c6?s=96&d=mm&r=g\",\"caption\":\"Parth Patel\"},\"sameAs\":[\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/\"],\"url\":\"https:\\\/\\\/www.sapphiresolutions.net\\\/blog\\\/author\\\/admin\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top 4 Latest ASP DOT NET Core Features","description":"A comprehensive list of 4 new ASP DOT NET core features present in DOT NET core 3.1. Read this blog to know more!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features","og_locale":"en_US","og_type":"article","og_title":"Top 4 Latest ASP DOT NET Core Features","og_description":"A comprehensive list of 4 new ASP DOT NET core features present in DOT NET core 3.1. Read this blog to know more!","og_url":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features","og_site_name":"Sapphire Software Solution","article_publisher":"https:\/\/www.facebook.com\/SapphireSoftwareSolution\/","article_published_time":"2021-07-23T05:04:47+00:00","article_modified_time":"2025-11-28T04:56:57+00:00","og_image":[{"width":618,"height":309,"url":"https:\/\/www.sapphiresolutions.net\/blog\/wp-content\/uploads\/2021\/07\/Top-4-Latest-ASP-DOT-NET-core-features.jpg","type":"image\/jpeg"}],"author":"Parth Patel","twitter_card":"summary_large_image","twitter_creator":"@SapphireSoftwa","twitter_site":"@SapphireSoftwa","twitter_misc":{"Written by":"Parth Patel","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#article","isPartOf":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features"},"author":{"name":"Parth Patel","@id":"https:\/\/www.sapphiresolutions.net\/blog\/#\/schema\/person\/e761d4d44078eb1f9d3917ca18eb4c78"},"headline":"Top 4 Latest ASP DOT NET Core Features","datePublished":"2021-07-23T05:04:47+00:00","dateModified":"2025-11-28T04:56:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features"},"wordCount":1162,"commentCount":0,"image":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#primaryimage"},"thumbnailUrl":"https:\/\/www.sapphiresolutions.net\/blog\/wp-content\/uploads\/2021\/07\/Top-4-Latest-ASP-DOT-NET-core-features.jpg","keywords":[".NET core development company","ASP .NET core development company"],"articleSection":[".Net Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features","url":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features","name":"Top 4 Latest ASP DOT NET Core Features","isPartOf":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#primaryimage"},"image":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#primaryimage"},"thumbnailUrl":"https:\/\/www.sapphiresolutions.net\/blog\/wp-content\/uploads\/2021\/07\/Top-4-Latest-ASP-DOT-NET-core-features.jpg","datePublished":"2021-07-23T05:04:47+00:00","dateModified":"2025-11-28T04:56:57+00:00","author":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/#\/schema\/person\/e761d4d44078eb1f9d3917ca18eb4c78"},"description":"A comprehensive list of 4 new ASP DOT NET core features present in DOT NET core 3.1. Read this blog to know more!","breadcrumb":{"@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#primaryimage","url":"https:\/\/www.sapphiresolutions.net\/blog\/wp-content\/uploads\/2021\/07\/Top-4-Latest-ASP-DOT-NET-core-features.jpg","contentUrl":"https:\/\/www.sapphiresolutions.net\/blog\/wp-content\/uploads\/2021\/07\/Top-4-Latest-ASP-DOT-NET-core-features.jpg","width":618,"height":309},{"@type":"BreadcrumbList","@id":"https:\/\/www.sapphiresolutions.net\/blog\/top-4-latest-asp-dot-net-core-features#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sapphiresolutions.net\/blog"},{"@type":"ListItem","position":2,"name":"Top 4 Latest ASP DOT NET Core Features"}]},{"@type":"WebSite","@id":"https:\/\/www.sapphiresolutions.net\/blog\/#website","url":"https:\/\/www.sapphiresolutions.net\/blog\/","name":"Sapphire Software Solution","description":"A web and mobile app development blog with updates &amp; news on latest technologies.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sapphiresolutions.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.sapphiresolutions.net\/blog\/#\/schema\/person\/e761d4d44078eb1f9d3917ca18eb4c78","name":"Parth Patel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d86a1dab8d4e5078b3de68beb73d990324306ed7baffa5a2819c03b52db6f1c6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d86a1dab8d4e5078b3de68beb73d990324306ed7baffa5a2819c03b52db6f1c6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d86a1dab8d4e5078b3de68beb73d990324306ed7baffa5a2819c03b52db6f1c6?s=96&d=mm&r=g","caption":"Parth Patel"},"sameAs":["https:\/\/www.sapphiresolutions.net\/blog\/"],"url":"https:\/\/www.sapphiresolutions.net\/blog\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/posts\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":0,"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/posts\/46\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/media\/47"}],"wp:attachment":[{"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/media?parent=46"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/categories?post=46"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sapphiresolutions.net\/blog\/wp-json\/wp\/v2\/tags?post=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}