C# Async Task Await
The task namespace provides classes that simplify our writing of parallel and asynchronous codes. Parallel If you want to run more than one function at the same time you can do parallel programming by...
The task namespace provides classes that simplify our writing of parallel and asynchronous codes. Parallel If you want to run more than one function at the same time you can do parallel programming by...
A nice feature of the JQuery library is its autocoplete feature. So when we start typing into an html input text, it is a feature that offers us some suggestions. The suggestion lists we...
In this article, after briefly mentioning MD5 algorithm, I will prepare a md5 encryption application with C #. Md5 is not actually an encryption algorithm. The purpose of the design is to extract the...
With this free java script (Chart.js) application created by English-language software and designer Nick Downie, you can make beautiful and animated visual analysis of each other. You can start using 6 different chart types...
In this article, we will see the use of Cookie (cookie) code that we will create with Asp.Net MVC in C # code. Cookies , small files that are stored by browsers when a...
jQuery has become a frequent use in web applications. This makes the library very attractive for programmers and designers, as it adds great visuals and effects to page design, and AJAX requests are...
We made the .net Client in our previous posts. Now let’s do the android Client. Follow these steps for this. Installing Jar Files Download for add jar file Jar Files: https://drive.google.com/open?id=1IslGloK1DJlkCM5XhRElvpN0ncGdvjtE
Today , I will tell you how to create chat client and chat server. Create a Chat Server Start an mvc project in the first step. We build the following packages in the project(Tools...
What is the SignalR It is a library that provides Server-Client communication during asynchronous operations in Web applications.The simplest example of this is the chat system. Apart from this, live match results are a...
Today I will talk about how ReactJS is integrated into asp.net mvc ReactJS Integration First, start the asp.net mvc project(if you do not know how to start the project follow this post) Open the...
Recent Comments