Tag - ASP.NET

How To Change URLs In ASP.NET Core MVC?

In ASP.NET Core MVC, you can change the URL of a page by using the Redirect method of the Controller base class. This method takes a string parameter representing the target URL, and sends a redirect response to the client with the specified URL. For example, suppose you have a controller action that handles a...

Best Backend Frameworks For The Year 2022

Development of software is evolving. Backend frameworks are among the many elements, and they are also one of the more intriguing ones. The best backend frameworks support the development of online solutions, which are becoming more and more well-liked by consumers due to subscription-based business models or web-based iterations of mobile applications. What is...

Integrate Big Data Analytics With .NET Development?

The volume of data is growing as a result of the widespread usage of mobile communication, cloud computing infrastructure, and the rapid development and widespread deployment of IoT, AI, ML, and DL. According to the Big Data Analytics Industry Report 2020, the vast adoption of these technologies is continuously fueling the expansion of Big...

How to Hire Offshore .NET Development Team in Egypt?

According to a Statista survey, Microsoft's .NET framework is a popular choice for creating enterprise-level software. Businesses frequently use it in conjunction with Xamarin to develop software and apps for a variety of platforms, including mobile, web, and Windows. Because other top-notch technologies like C#, VB.NET, C++, and F# are compatible with .NET and can...

How To Become a Full Stack .NET Developer?

Full Stack .NET Developer is a career in which a person designs, builds, maintains, and deploys web applications. A full stack .NET developer typically has a deep understanding of both the front-end and back-end technologies required to build a web application. They are also familiar with the various web application frameworks and technologies, and...

.NET v7.0 Features Will Change the Way You Code

The.NET 7 framework has recently released some incredible new features that will change the way you code. They haven't been officially released yet, but you can start playing with them now to prepare for when they do in November! The latest.NET Framework preview has been made available to the public, and it is full of...

Things You Should Know About .NET 5

According to a Microsoft official blog post,.NET 5.0 is the next big thing and the successor to the.NET Core 3.1 release. Microsoft announced in the second week of November 2020 that.NET 5 contains new enhancements, upgrades, and features over.NET Core 3.1. Check out our prior blog pieces if you're unfamiliar with the.NET framework. It...

We’re Hiring – Senior .NET Developer

JOB DESCRIPTION: Responsible for development, support, maintenance and implementation of a complex project module. You should have good experience in application of standard software development principles. Be able to work as an independent team member, capable of applying judgment to plan and execute your tasks. Be able to respond to technical queries / requests from...

Getting Started with Blazor

JavaScript frameworks are widely used in the development of web applications. Instead of using JavaScript frameworks, Microsoft released Blazor (Vue, Angular, React etc.). In this article, we'll learn more about Blazor. What is Blazor? Blazor is a new open-source and cross-platform framework developed by Microsoft's ASP.NET team for building interactive client-side UI. It was first released...

Subdomain Mapping in ASP.NET Boilerplate

In AbpTenants table in the database. You can add your custom properties to Tenant class.AbpTenant class defines some basic properties, the most important properties are: TenancyName: This is a unique name of a tenant in the application. It should not be changed normally. It can be used to allocate subdomains to tenants like 'mytenant.mydomain.com'. Tenant.TenancyNameRegex constant defines the...