All Projects → PacktPublishing → Blazor-Quick-Start-Guide

PacktPublishing / Blazor-Quick-Start-Guide

Licence: MIT License
Published by Packt

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects

Blazor Quick Start Guide

Blazor Quick Start Guide

This is the code repository for Blazor Quick Start Guide, published by Packt.

Build web applications using Blazor, EF Core, and SQL Server

What is this book about?

Blazor is an open source .NET web framework based on C#, Razor, and HTML that runs in the browser with WebAssembly. It simplifies web development by allowing us to write .NET-based web apps that run client-side in web browsers. We can take advantage of our existing knowledge of C# to write both client - side and server-side applications, and have a full stack .NET development experience.

This book covers the following exciting features:

  • Familiarize yourself with the core concepts of Blazor
  • Develop applications with Blazor
  • Blazor applications with Visual Studio code and Command Line Interface (CLI)
  • Create a Tic-Tac-Toe game with Blazor
  • Design and build a calculator app with Blazor

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

<li class="nav-item px-3">
<NavLink class="nav-link" href="singlepagecomp">
<span class="oi oi-list-rich" aria-hidden="true"></span> Comp Demo
</NavLink>
</li> 

Following is what you need for this book: This book is for people who want to explore .NET's latest framework, Blazor. If you want to move beyond concepts and learn how to put Blazor to work, this book is for you. Knowledge of C# and basic web development experience is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-7).

Software and Hardware List

Chapter Software required OS required
1, 2, 3 Visual Studio Code Windows, Mac OS X
4, 5, 6 Visual Studio 2017 V15.7 or above Windows, Mac OS X
5,7 SQL Server 2017 or above Windows, Mac OS X
5,7 SQL Server Management Studio (SSMS) Windows, Mac OS X

Code in Action

Click on the following link to see the Code in Action:

http://bit.ly/2RmLhOM

Related products

Get to Know the Author

Ankit Sharma is a software engineer currently working with IVY Comptech in Hyderabad, India. He acquired a bachelor's degree in computer science from Siddaganga Institute of Technology, Karnataka, in 2014. He has over four years of extensive experience in Microsoft technologies, including C#, ASP.NET, and SQL Server, as well as in UI technologies, such as jQuery and Angular.

Ankit is a technical author and speaker who loves to contribute to the technical community. He writes articles for multiple platforms, including C# Corner, DZone, Medium, and TechNet Wiki. For his dedicated contribution to the developer community, he has been recognized as a C# Corner MVP, a DZone MVB, and a Top Contributor in Technology at Medium. You can tweet him @ankitsharma_007.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].