Quantcast
Channel: Telerik Blogs
Browsing all 5208 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to use a jQuery Sortable UI Component in Your Web App

Learn how to easily integrate a sortable component into your web app. Sortable is ideal for editing playlists, or anywhere else you want to drag and drop an existing list.In the last episode, we talked...

View Article


Image may be NSFW.
Clik here to view.

Serverless and Blazor: Talking Next Gen Apps with Jeremy Likness

On this episode of Eat Sleep Code, we talk about building next generation serverless web apps with Blazor.Join us as we talk with Jeremy Likness about creating next gen web applications using Blazor...

View Article


Vue.js - How to Build Your First Package & Publish It on NPM

We'll learn how to make our own plugin for Vue.js, and distribute it on NPM for everyone to use.Plugins are what makes our lives as developers so much more productive. Most of our projects depend on...

View Article

Image may be NSFW.
Clik here to view.

An Overview of Telerik Fiddler

Telerik Fiddler is a web debugging proxy that's incredibly useful for developers. This post provides an overview of Telerik Fiddler.Telerik Fiddler (or Fiddler) is a special-purpose proxy server for...

View Article

Copying and Cloning Arrays in C#

Learn how to copy elements from one array to another using the provided functions in System.Array class.An array in C# is a collection of data items, all of the same type and accessed using a numeral...

View Article


Image may be NSFW.
Clik here to view.

Health Checks in ASP.NET Core

Learn how to configure and develop health checks in ASP.NET Core to confirm the health of your application.Health checks are a new middleware available in ASP.NET Core 2.2. It provides a way to expose...

View Article

Image may be NSFW.
Clik here to view.

10 Tips to Increase your Productivity when Coding in Vue.js

Check out the top 10 tips that helped increase my productivity when developing apps with Vue.js. Share your own favorite tip in the comments.Vue.js is a fast-growing JavaScript framework backed up by a...

View Article

Image may be NSFW.
Clik here to view.

Forcing Myself to Write Unit Tests

Unit tests have a ton of benefits. But first you have to write them. Here's how I forced myself to do it and improved my React development."Tests are like vegetables. They’re really good for other...

View Article


Image may be NSFW.
Clik here to view.

Speed up Filtering with the Latest Editor Types in Telerik Report Viewers

Learn about a new feature in Telerik Reporting that lets you change the default parameters editors types for visible parameters in the HTML5 Viewer's Parameters Area.The Telerik Reporting team works...

View Article


Image may be NSFW.
Clik here to view.

Xamarin.Forms + SkiaSharp: Create Awesome Cross-Platform Animations in Your...

SkiaSharp is an open source .NET wrapper library over Google's Skia, developed and maintained by Xamarin engineers. Read on to learn how to create awesome animations in your mobile app using...

View Article

Image may be NSFW.
Clik here to view.

Progress Influencers Party at MVP Summit 2019

You're invited—come join us at the Progress Influencers Party at Microsoft MVP Summit.The 2019 Microsoft MVP Summit is almost upon us. There will be much to learn, network with peers and soak up fun in...

View Article

Get Lazy With React

As your React app grows, so does your bundle size. Splitting your bundle can help you lazy-load only the things the user absolutely needs. This can reduce the code needed for an initial load, delaying...

View Article

Image may be NSFW.
Clik here to view.

How to Style console.log Contents in Chrome DevTools

Learn how the console.log output can be styled in DevTools using the CSS format specifier. We'll also touch on manipulating console.log output colors and fonts.The console is a very useful part of...

View Article


Using Parcel.js in an ASP.NET Core Application

Parcel.js is a “Blazing fast, zero configuration web application bundler.” In this post, we’re going to take an ASP.NET Core website template that uses Bootstrap 4 and set it up to use Parcel-generated...

View Article

Image may be NSFW.
Clik here to view.

Understanding Telerik Fiddler as a Proxy

Understanding how Fiddler operates as a web debugging proxy will enable you to see what’s transmitted on the network.Given the ubiquitous nature of the Internet, many applications are built to assume...

View Article


Tree-Shaking Basics for React Applications

Tree-shaking is an important way to reduce the size of your bundle and improve performance. See how you can do it in your React apps.Tree-shaking is a concept in frontend development that involves the...

View Article

Image may be NSFW.
Clik here to view.

How to Use Chrome as an IDE

Chrome DevTools has come a long way, and over time it's developed the capabilities of a full fledged integrated development environment (IDE). See how you can start using it as a convenient IDE.Over...

View Article


Image may be NSFW.
Clik here to view.

Using Polly for .NET Resilience and Transient-Fault-Handling with .NET Core

Learn how the Polly Project, an open source .NET framework that provides patterns and building blocks for fault tolerance and resilience in applications, can be used with .NET Core.Error handling and...

View Article

Image may be NSFW.
Clik here to view.

View PDF Documents with PdfViewer for Xamarin.Forms

Viewing PDF documents in your mobile app without the need to install a third-party solution has never been easier. Now you can use the Telerik UI for Xamarin PdfViewer control within your application....

View Article

Image may be NSFW.
Clik here to view.

Up and Running with VuePress

Learn how to use VuePress, a static site generator, to build a documentation site.A static site generator takes source files and generates an entire static website. Static site generators require fewer...

View Article
Browsing all 5208 articles
Browse latest View live