×

iFour Logo
 

Our Insights

Innovative Ways - Satisfied Clientele

How to store Encrypted Session Data in the Browser?

Kapil Panchal - February 18, 2021

How to store Encrypted Session Data in the Browser?

When you are developing the websites with JavaScript, you can use the localStorage and sessionStorage. In the localStorage and sessionStorage, the data stores in key-value pair in the user’s web browser. It is also known as sandboxed for each website, you can access only your data store on every website, and you can’t access to localStorage and sessionStorage objects being saved from another website. The data stores carefully because this data is volatile. Volatile means not permanent...

Class Library in .NET Core

Kapil Panchal - February 16, 2021

Class Library in .NET Core

The .Net class library defines the types and methods that are referred to by an application. If your class library targets .NET Standard 3.1, it can be called by any .NET implementation (including .NET Framework) that supports .NET Standard 3.1. If your class library targets .NET 5, it can be invoked by any application that targets .NET 5. If you are creating a .Net core class library, you can distribute it as a NuGet package or as a bundled component with the application that uses it. Prerequisites First...

Dependency injection in action filters in ASP.NET Core

Kapil Panchal - February 12, 2021

Dependency injection in action filters in ASP.NET Core

It is quite common to decorate the ASP.NET MVC controller actions with filter attributes to differentiate cross-cutting concerns from the main concern of the action. Sometimes these filters require the use of other components but the attributes are very limited in their efficiency and dependence injection into an attribute is not directly possible. This post looks at some of the different techniques for injection dependence in action filters in the ASP.NET Core. We discuss when each method...

Hashing, Encryption and Random in ASP.NET Core

Kapil Panchal - February 11, 2021

Hashing, Encryption and Random in ASP.NET Core

In this blog, we will be going to discuss hashing, encryption, and random string generation in ASP.NET Core. We will examine a number of different approaches and explain why some common techniques should be avoided in the latest applications. What is ASP.NET Core? ASP.NET Core is a free open-source platform that was developed by Microsoft along with .NET core. It is a cross-platform that supports almost every operating system like macOS, Windows, and Linux. ASP.NET Core...

Make your background task easy with Hangfire in .NET

Kapil Panchal - February 10, 2021

Make your background task easy with Hangfire in .NET

The background task is a type of task which runs in the background. For example, sometimes we run any task and it takes a long time so start a new task to work more efficiently. Let's take the example in the coding world sometimes we have to log in one page and after a fewprocesses need to send an email to the client so we can do send mail process in the background and continue the process which is unfinished in this sending mail is Background task. Why we need background Tasks? The...

Categories

Ensure your sustainable growth with our team

Talk to our experts
Sustainable
Sustainable