User Tools

Site Tools


thinkgeo_web_for_blazor_quick_start_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo_web_for_blazor_quick_start_guide [2019/10/18 05:52]
tgwikiupdate
thinkgeo_web_for_blazor_quick_start_guide [2019/10/18 06:03] (current)
tgwikiupdate [Summary]
Line 13: Line 13:
  
 ===== Setting up the Environment ===== ===== Setting up the Environment =====
-To get started with ThinkGeo UI Web for Blazor, you first need to install the [[https://​dotnet.microsoft.com/​download/​dotnet-core/​3.0|.NET Core 3.0 SDK]]. ​ You'll also want an IDE, such as [[https://​visualstudio.microsoft.com/​vs/​|Visual Studio 2019 (version 16.3 or newer)]] or Visual Studio Code.  For this quick start guide, we'll be using Visual Studio Code.  More information about the tools you can use to work with Blazor, please refer to the Microsoft documentation on [[https://​docs.microsoft.com/​en-us/​aspnet/​core/​blazor/​get-started?​view=aspnetcore-3.0&​tabs=visual-studio-code|how to get started with ASP.NET Core Blazor]].+To get started with ThinkGeo UI Web for Blazor, you first need to install the [[https://​dotnet.microsoft.com/​download/​dotnet-core/​3.0|.NET Core 3.0 SDK]]. ​ You'll also want an IDE, such as [[https://​visualstudio.microsoft.com/​vs/​|Visual Studio 2019 (version 16.3 or newer)]] or [[https://​code.visualstudio.com/​download|Visual Studio Code]].  For this quick start guide, we'll be using Visual Studio Code.  More information about the tools you can use to work with Blazor, please refer to the Microsoft documentation on [[https://​docs.microsoft.com/​en-us/​aspnet/​core/​blazor/​get-started?​view=aspnetcore-3.0&​tabs=visual-studio-code|how to get started with ASP.NET Core Blazor]].
  
 NOTE: ThinkGeo UI Web for Blazor currently only supports server-side Blazor projects, so in this guide we will walk you through the process of creating a server-size Blazor sample. ThinkGeo intends to support client-side Blazor projects with WebAssembly once Microsoft'​s client-side Blazor framework has left preview. NOTE: ThinkGeo UI Web for Blazor currently only supports server-side Blazor projects, so in this guide we will walk you through the process of creating a server-size Blazor sample. ThinkGeo intends to support client-side Blazor projects with WebAssembly once Microsoft'​s client-side Blazor framework has left preview.
Line 73: Line 73:
  
   -It is of the utmost importance that the unit of measurement (feet, meters, decimal degrees, etc.) be set properly for the map, based on the requirements of your data.   -It is of the utmost importance that the unit of measurement (feet, meters, decimal degrees, etc.) be set properly for the map, based on the requirements of your data.
-  -ShapeFiles (and other data sources like Oracle, Postgre, SQL 2008, etc.) provide the data used by ThinkGeo to render a map. 
   -A Map is the basic class that contains all of the other objects that are used to define how the map will be rendered.   -A Map is the basic class that contains all of the other objects that are used to define how the map will be rendered.
  
  
thinkgeo_web_for_blazor_quick_start_guide.1571377960.txt.gz ยท Last modified: 2019/10/18 05:52 by tgwikiupdate