-
Book Overview & Buying
-
Table Of Contents
Practical C# Projects with .NET
By :
We've now spent time covering console and web applications and some of the ways .NET and C# allow you to build interactive applications on those platforms. But what if you want your application to run on a phone or in a desktop application on Windows, Mac, or Linux?
.NET is truly a cross-platform powerhouse, and in this chapter, we'll get a better sense of this by building a single application that can work in the browser, on the desktop, and on mobile devices – all from a single .NET project using Uno Platform.
In this chapter, we'll use Uno Platform to build a classic chatbot using a .NET implementation of the ELIZA chatbot, with a modern and cross-platform twist. By the time we're done, you'll better understand Uno Platform and how it helps you build elegant and flexible UIs that can run almost anywhere using C#. You won't need prior experience with AI or ELIZA, nor...