Search  
Always will be ready notify the world about expectations as easy as possible: job change page

Feb 18, 2021
Views: 2689

Many types of applications require background tasks that run independently of the user interface (UI). Examples include batch jobs, intensive processing tasks, and long-running processes such as workflows. Background jobs can be executed without requiring user interaction--the application can start the job and then continue to process interactive requests...

more...
Feb 9, 2021
Views: 3243

In this article, we will learn about Using Entity Framework Core and Dapper in ASP.NET Core together in the same application. Another major point of discussion will be Transactions. By the end of the article, we will have an application that works with both Entity Framework Core and Dapper...

more...
Feb 7, 2021
Views: 386

Introduction In every project, we use logging concept to handle the exceptions and trace the applications and their flow. This is why logging and tracing play a very crucial role in application development. Basically, Logging and Tracing can be implemented in the following ways. We can store it into Database....

more...
Feb 7, 2021
Views: 1143

Overview Validation is a very crucial part of Web API implementation. Regardless of what kind of Web API you are building, the bottom line is validating a request before processing it. The common thing I will do in validation is null checks, string checks and custom validation rules. Here, I'll...

more...
Feb 7, 2021
Views: 4838

Overview In this article, I'll explain about the best possible ways to implement the web API, designing of great web API and finally, the things to remember while implementing API. How to design or build great Web API Applications? Basically we’re building applications (web, windows, etc...) for end users who...

more...
Feb 7, 2021
Views: 1156

What is a helper page? Helper Page enables you to see the list of Web API endpoints, so that the consumers can easily understand what HTTP method will do. What is the use of helper page? Basically, if you work on traditional Web services or WCF services, the consumers will...

more...
Feb 7, 2021
Views: 1660

Caching is the process of storing the data that’s frequently used so that data can be served faster for any future requests. Suppose we have a very lightweight process which talks to another server whose data is not going to change frequently; “Our service” and “Users Service” (which returns an...

more...
Jan 21, 2021
Views: 1674

The primary purpose of any caching mechanism is to improve performance of an application. As an ASP.NET developer you are probably aware that ASP.NET web forms as well as ASP.NET MVC could used Cache object to cache application data. This was often called server side data caching and was...

more...
Dec 22, 2020
Views: 759

Published: November 23, 2016 At last week's .NET Connect event and two-weeks ago at the MVP Summit we got to hear about Microsoft's vision for .NET going forward. A lot of people - myself included - in recent years have wondered what the future of .NET is. A key component...

more...
Dec 19, 2020
Views: 2603

Elasticsearch and MongoDB are the two most popular distributed datastores used to manage NoSQL data. Both of these technologies are highly scalable and have document-oriented design at the core. There are differences between the two technologies, however, and it’s important to understand these differences in order to choose the...

more...
Dec 19, 2020
Views: 5043

Relational Database Management Systems (RDBMS) are one of the most widely used database management systems in the world. Based on the relational model invented by Edgar F. Codd, these databases store data in the form of tables, and allow the data to be linked by establishing a relationship between...

more...
Dec 19, 2020
Views: 1462

SQLite and PostgreSQL are among the most widely used relational database management systems (RDMS). They are both open-source and free, but they have some major differences that should be considered when choosing a database to use for your business. 1. Principle SQLite: Ultra-lightweight in setup, administration, and required resource....

more...
Dec 1, 2020
Views: 1346

While there are as many proprietary authentication methods as there are systems which utilize them, they are largely variations of a few major approaches. In this post, I will go over the 4 most used in the REST APIs and microservices world. Authentication vs Authorization Before I dive into...

more...
Nov 19, 2020
Views: 3635

We will demonstrate how to setup Elasticsearch and learn how to write basics statements. You will learn about the structure, commands, tools in Elasticsearch API and get it up and running using standard settings. Introduction We will be talking about the basics of Elasticsearch API. We are going to...

more...
Nov 19, 2020
Views: 4731

Although SQL Server's Full-Text search is good for searching text that is within a database, there are better ways of implementing search if the text is less-well structured, or comes from a wide variety of sources or formats. Ryszard takes ElasticSearch, and seven million questions from StackOverflow, in order...

more...
Nov 18, 2020
Views: 895

Microsoft’s second release candidate of .NET 5 arrived October 13, bringing the merger of .NET Framework and .NET Core one step closer to completion. The new unified .NET platform is due for general availability November 10, 2020. Microsoft describes Release Candidate 2 as a near-final release and the last...

more...
Nov 17, 2020
Views: 2227

RSS stands for "Really Simple Syndication". It is a web feed mechanism, which helps applications or clients get updated content from websites in a timely fashion and empower applications to get content from more than one website regularly without having to manually check for new content. The best example for...

more...
Nov 16, 2020
Views: 510

Choosing the best framework for desktop application development isn’t the easiest thing to do. However, the good news is that it’s a tough choice because you have a diversity of options when it comes to the desktop application frameworks. In this article, we will explain what is the desktop framework,...

more...

© 1999–2024 WebDynamics
1980–... Sergey Drozdov
Area of interests: .NET Framework | .NET Core | C# | ASP.NET | Windows Forms | WPF | HTML5 | CSS3 | jQuery | AJAX | Angular | React | MS SQL Server | Transact-SQL | ADO.NET | Entity Framework | IIS | OOP | OOA | OOD | WCF | WPF | MSMQ | MVC | MVP | MVVM | Design Patterns | Enterprise Architecture | Scrum | Kanban