@manhng

Welcome to my blog!

ASP.NET Firebird Telerik Kendo UI

April 19, 2021 23:09

ASP.NET Firebird Telerik Kendo UI (edit)

  • ASP.NET MVC
  • MediatR
  • CQRS
  • Entity Framework
  • Firebird
  • Autofac
  • AutoMapper
  • DBeaver
  • Telerik UI for ASP.NET MVC
  • DevExpress ASP.NET MVC
  • jQuery Ajax
  • ASP.NET MVC Razor views
  • Unit Testing in .NET: The Complete Guide
    • What unit tests are
    • Advantages of unit testing
    • Disadvantages and limitations
    • Unit testing best practices
    • What Mocking is
    • Mocking frameworks
    • Executing unit tests with the help of a mocking framework
    • Introduction to code coverage
    • When to choose your tooling

Kendo UI:

First Steps with Your Kendo UI for jQuery Project Guide | Getting Started | Kendo UI for jQuery | Kendo UI for jQuery (telerik.com)

jQuery Demos and Examples with HTML5/JavaScript Source Code | Kendo UI for jQuery (telerik.com)

Twitter Bootstrap and jQuery Responsive Demo | Kendo UI for jQuery (telerik.com)

Tales of Kendo UI Awesomeness: AdvancedREI (telerik.com)

Telerik UI for ASP.NET MVC:

ASP.NET MVC Introduction | Telerik UI for ASP.NET MVC

Telerik UI for ASP.NET MVC Demos

ASP.NET MVC UI Controls for Fast App Development | Telerik UI for ASP.NET MVC

Kendo UI vs UI for ASP.NET MVC

Kendo UI
http://www.telerik.com/kendo-ui/

$("#countries").kendoAutoComplete({
...
});

Telerik UI for ASP.NET MVC
http://www.telerik.com/aspnet-mvc/

@(Html.Kendo().AutoComplete()
.Name("countries")
...
)

Kendo UI vs UI for ASP.NET MVC - Telerik Blogs (HAY HAY HAY)

Difference between KendoUI Professional and Kendo UI MVC | static void main(string[] args) (wordpress.com) (HAY HAY HAY)

UI for ASP.NET MVC vs Kendo UI Complete in Kendo UI for jQuery General Discussions - Telerik Forums (HAY HAY HAY)

The combination of two different Telerik products helps level the playing field for all types of web developers: Kendo UI and UI for ASP.NET MVC. Whether you are an enterprise ASP.NET developer, a JavaScript champion or someone in between, these web development tools are flexible and can adapt to your needs.

Kendo UI may be the only JavaScript framework that you need to add to your web project.

UI for ASP.NET MVC UI suite is squarely meant for ASP.NET MVC developers like you – allowing you to leverage all the Kendo UI client-side widgets through easy MVC wrappers.

UI for ASP.NET MVC is not just MVC wrappers for Kendo UI though – it also includes framework pieces and Visual Studio goodies for the .NET developer. Using Kendo UI widgets via UI for ASP.NET MVC suite gives you the client-side UI functionality while having all the server-side comforts.

Also note that Telerik UI for ASP.NET MVC includes server-side wrappers for Kendo UI Web, Kendo UI DataViz and Kendo UI Mobile.

Directly to your questions:

  • Kendo UI Web targets primarily desktop, but it is touch-enabled and will operate properly on mobile devices as well. Specifically for mobile development with adaptive look and feel on different platforms, you can employ Kendo UI Mobile.
  • Yes, you can use MVC Razor views for mobile development. Also note that Telerik UI for ASP.NET MVC includes server-side wrappers for Kendo UI Web, Kendo UI DataViz and Kendo UI Mobile.
  • The difference between Kendo UI Complete and UI for ASP.NET MVC is that the latter incorporates ASP.NET MVC server wrappers, which allow you to define your code logic in server code and utilize features of the ASP.NET MVC framework.

Finally, note that Telerik.Web.Mvc.dll is an assembly from a discontinued product (Telerik MVC Extensions). Its successor product code, Telerik UI for ASP.NET MVC, resides in Kendo.Mvc.dll.

Regards, Sebastian
Telerik

CQRS:

Video: Intro to MediatR - Implementing CQRS and Mediator Patterns - YouTube

Video: Vertical Slice Architecture - Jimmy Bogard - YouTube

Building MVC Jimmy Style (thefreezeteam.azurewebsites.net)

CQRS (martinfowler.com)

Command Query Separation (martinfowler.com)

PDF: CQRS Documents by Greg Young (wordpress.com)

MediatR:

Thin Controllers with CQRS and MediatR (codeopinion.com)

Thin Controllers using MediatR with ASP.NET MVC | Alex Lindgren

Simplify your controllers with the Command Pattern and MediatR (jonhilton.net)

Moving from Controllers and Actions to Endpoints with MediatR | Blog (ardalis.com)

Categories

Recent posts