Advertisement
Поиск  
Always will be ready notify the world about expectations as easy as possible: job change page

15 июня 2021 г.
Просмотров: 3097

Hi everyone, this article include encrypting your database columns with EntityFramework. Your database providers can be MSSQL or PostgreSQL. Considering that some database columns contain confidential data, it is of great importance that the data is encrypted in case of capture of our database. In this article, it will...

далее...
15 июня 2021 г.
Просмотров: 467

ASP.NET happens to be amongst the most successful web app development frameworks which Microsoft has introduced recently. Innovative features are being added with every single update, enabling the ASP.NET development services to deploy high-performance and scalable web apps. ASP.NET turns out to be a robust solution for creating awesome...

далее...
7 июня 2021 г.
Просмотров: 2999

One of the most challenging things to do is ‘making the right choice.’ Arriving at a decision becomes even more complicated when there are multiple options in front of you☺. The same is the case with choosing a testing framework for .NET Core. The three major C# Unit testing...

далее...
3 июня 2021 г.
Просмотров: 1745

Browser security prevents a web page from making requests to a different domain than the one that served the web page. This restriction is called the same-origin policy. The same-origin policy prevents a malicious site from reading sensitive data from another site. Sometimes, you might want to allow other...

далее...
30 марта 2021 г.
Просмотров: 1798

Let’s start the battle TypeScript vs JavaScript with an introduction of both technologies. JavaScript is a scripting language, that was developed by EMCA’s Technical Committee and Brendan Eich. It works perfectly in web-browsers without the help of any web-server or a compiler. It allows you to change HTML and...

далее...
19 марта 2021 г.
Просмотров: 4982

In this article, We will talk about Onion Architecture In ASP.NET Core and it’s advantages. We will also together build a WebApi that follows a variant of Onion Architecture so that we get to see why it is important to implement such an architecture in your upcoming projects. You...

далее...
12 марта 2021 г.
Просмотров: 1669

Exceptions are part of any software and can happen any time even where we are absolutely sure that nothing can go wrong. Exceptions are inevitable, we all agree with that. We should always deal with them in our applications to avoid any kind of unrecoverable crash. In order to...

далее...
8 марта 2021 г.
Просмотров: 1171

Hangfire — многопоточный и масштабируемый планировщик задач, построенный по клиент-серверной архитектуре на стеке технологий .NET (в первую очередь Task Parallel Library и Reflection), с промежуточным хранением задач в БД. Полностью функционален в бесплатной (LGPL v3) версии с открытым исходным кодом. В статье рассказывается, как пользоваться Hangfire. Принципы работы В...

далее...
4 марта 2021 г.
Просмотров: 2455

We have an upcoming project in my group that is going to need to be very, very performant. This project will involve us querying for data from a SQL database, transforming that data into strongly-typed objects, then returning those objects to the calling system through a service layer. Eventually,...

далее...
18 февраля 2021 г.
Просмотров: 2018

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...

далее...
9 февраля 2021 г.
Просмотров: 3165

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...

далее...
8 февраля 2021 г.
Просмотров: 937

Замыкания — это одна из фундаментальных концепций JavaScript, вызывающая сложности у многих новичков, знать и понимать которую должен каждый JS-программист. Хорошо разобравшись с замыканиями, вы сможете писать более качественный, эффективный и чистый код. А это, в свою очередь, будет способствовать вашему профессиональному росту. Материал, перевод которого мы публикуем сегодня, посвящён...

далее...
7 февраля 2021 г.
Просмотров: 1018

Многим такой заголовок покажется странным. Все равно что спросить, чем отличается заварной крем от пирожного. Действительно, CRM и ERP несравнимые величины, одна . Но поначалу может быть сложно понять разницу между этими системами. В этой статье рассмотрим, что такое ERP и CRM, а также, чем они отличаются друг от друга....

далее...
7 февраля 2021 г.
Просмотров: 374

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....

далее...
7 февраля 2021 г.
Просмотров: 1118

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...

далее...
7 февраля 2021 г.
Просмотров: 3530

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...

далее...
7 февраля 2021 г.
Просмотров: 1115

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...

далее...
7 февраля 2021 г.
Просмотров: 1608

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...

далее...
21 января 2021 г.
Просмотров: 1082

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...

далее...
22 декабря 2020 г.
Просмотров: 736

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...

далее...

© 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