Loading, please wait...

Showing articles with .NET. Show all articles
Take your Blazor WebAssembly apps offline! This article explores Blazor's offline capabilities with code examples & highlights its value. #Blazor #WebAssembly #OfflineDev
Build native & hybrid mobile apps with C# & .NET using familiar Blazor syntax. Mobile Blazor Bindings open doors for web devs! #MobileDev #Blazor
Boost Blazor dev speed with .NET Hot Reload! Edit Razor & C# files, see changes instantly without restarting - say goodbye to dev cycles! #Blazor #dotnet
Can Blazor & WebAssembly handle enterprise needs? Explore pros, cons, & code examples to see if it's ready for large-scale deployments.
Ditch JavaScript for web UIs! Blazor lets .NET devs build interactive experiences with C# and Razor. Learn why Blazor is a game-changer.
Boost your ASP.NET Core app's speed with profiling, async programming, caching & database optimization. Master the art of a blazing-fast web app!
Streamline user management in your ASP.NET application. Implement secure logins, roles, and permissions with ASP.NET Identity for a robust authentication system.
Level up your ASP.NET Core development! Craft reliable, maintainable code with these expert unit testing best practices.
Leverage headless CMS for dynamic, content-driven ASP.NET Core sites! Discover flexibility, scalability & a decoupled approach to web development.
Unleash Dependency Injection (DI) in ASP.NET Core to craft modular, flexible, and testable applications. Discover its magic for maintainable code!
This article equips ASP.NET Core developers with the knowledge and tools to create multilingual websites, expanding their reach to a global audience.
Tired of maintaining classic ASP.NET? Breathe new life into your app with a migration to modern ASP.NET Core! This guide simplifies the process.
In this article, we will explore the differences between the two frameworks ASP.NET Vs ASP.NET Core
In this article, you'll get to know about the most commonly asked Dot Net Core Interview Questions and answer.
If you are trying to create a .NET application with the data from PostgreSQL? This is the right article for you. In this article, we’ll create a .NET core Windows Forms application with ADO.NET and the PostgreSQL data provider.
we are going to discuss how we can post data to controller in asp.net core using Ajax with form serialize and without form serialize.
In this article, we are implementing server-side data configuration in datatables js in asp.net core.
In this article we create a program in c# console application which takes three parameter day of the date, month of the date and year of the date, and then we get the first date of week from that date
In this article we are going to create WEB API in ASP.Net core using Entity Framework Core’s Code first approach. In this we are creating a simple crud operation of employees and test it using Swagger. In this API we are not going to use authentication, we added this in my upcoming articles.
CRUD API with ASP.NET and Azure SQL Server by Aditya Oberai | TutorialsLink Student Developer Conference 2021
It was not possible to find any compatible framework version. The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
Python is a general purpose, dynamic, high level and interpreted programming language. It supports an Object-Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures.
In this post, you'll learn What’s new in Windows Forms in .NET 6 and Application-wide default font for Win Form.
in this article we will create a login and registration form with database in c# windows form application .In this article we create a windows form app with login page, registration page for create new account and home page which show message that you log in successfully .
In this article we will understand code first approach of Entity framework Core in ASP.Net Core. In this article we use entity framework core for creating table in SQL, delete table, update table, add columns, remove column etc.
This article will contain the versions along with the features released with each version.
This article will help you to understand how can we use NPM Packages in Blazor Web Assemblies applications?
In this article, we will see how to store data and read the data from Sessions in Blazor.
Here in this article, you'll see how we can split Blazor Components into separate logic and view pages.
In this article, you'll learn how to use Data Grids in Blazor Apps and how to bind the live Data from Rest API's to Data Grid in Blazor Apps
In this article , we will learn how we can build our own customized calculator using ASP.NET with Session Technique.
In this article, we will learn about the key differences between ViewState and Hidden Field in ASP.NET
In this article, we will learn how an ASP.NET page is delivered to a web browser when it is requested from the server and what mini processes take place in that time period.
In this article, we’ll learn about Asp.Net which is a server side technology for developing web apps and websites.
In this chapter, we’ll start making an Application of ASP .NET Core Blazor with Async API Communication for making all the CRUD Operations.
In this article, we will discuss how to communicate from child component to parent component using EventCallBacks with an example.On this page we have 2 blazor componentsEmployeeList Component (Parent Component)DisplayEmployee Component (Child Component)And we will discuss how to do the opposite i.e pass data from child component to parent component. Let's understand this with an example.
In this article, we will discuss how to retrieve data from two or more related database tables and display them in a Blazor web application. There are several ways to do this. There is no right or wrong way. Which way you chose really depends on the architecture, complexity, and the requirements of your application.
In this article, we will discuss route parameters in blazor with an example. The following EmmployeeList component displays the list of all employees.
In this article, we will discuss how to call and consume a REST API from ASP.NET Core Blazor application.
In this article we will discuss, how to delete a resource, i.e implement HTTP DELETE in ASP.NET Core REST API and how to implement a search feature in ASP.NET Core REST API.
In this article we will discuss, how to create a new item, i.e implement Http post in ASP.NET Core REST API and also how to update an existing resource, i.e implement HTTP PUT in ASP.NET Core REST API.
In this article we will learnCreating a REST API using ASP.NET CoreReturn a list of resources i.e a list of employees from the REST APITo retrieve a resource by id. For example, retrieve Employee by Id.
In this article, we will learnWhat is Repository PatternBenefits of Repository PatternAn example that uses a repository pattern to store and retrieve data from the SQL server database.
In this article, we will discuss the various components of Blazor and also discuss the "code-behind" concept along with component parameters and component reusability.
In this articlewe will talk about difference between Blazor and angular
Today in this article we will understand bundling and Minification in ASP.NET MVC CORE 3.0 applications. Bundling and minification of JavaScript and CSS files improves the rendering speed of your web application.
In this article, we’ll learn about managing transactions in Ado.net. For this we develop a windows form application.
In this article you will learn about metadata
In this article , we will learn the difference between ExecuteNonQuery, ExecuteScalar and  ExecuteReader method present in SqlCommand Class.
In this article, we will learn about how we can send an email in ASP.NET Core
Today I will explain how to enable identity core in ASP.NET Core MVC application. This article will help you to understand steps for enabling identity and working with security in asp.net core.
Today I will explain how to install entity framework core in your ASP.NET MVC core 3.0 application with an empty template. Entity Framework Core, also called EF Core, is a complete rewrite from the ground up. If you have any experience with previous versions of Entity Framework, you will find lot of familiar features.
Today, in this article, we will learn about the wwwroot folder and static files like CSS, JS, images and font style, etc. By default, an asp.net core application will not serve static files. The default directory for static files is wwwroot and this directory must be in the root project folder.
In this article, we’ll see how we can make an application for storing images in that particular application using Ado.net.
In this article you will learn about features of .NET
In this article, we will study about the SQL injection attack and how it can be prevented in Ado.net application. This will help a database administrator to prevent his data from getting lost.
Today in this article I will discuss about _Layout, ViewStart and ViewImports file in ASP.Net MVC Core 3.1. These are the files placed in views folder. We will understand all 3 files step by step.
Today, we will learn the files and folders structure of an ASP.NET MVC Core 3.1 application. When we create an MVC core application, Visual Studio 2019 will respective files and folders which will discuss in this article.
Today I will explain you, how you can setup MVC Core 3.1 Application in visual studio 2019. We will understand it from scratch.
In this article you will learn about the benefits and limitations of .NET technology.
In this article we will learn how we can create a simple login form using WinForms with ado.net.
In this article, we will go through the Ado.net multiple choice question and answers. It will help us brush up our knowledge about Ado.net .
in this article we will learn about connection string. we will learn how they enable data connectivity between database and application.
In this article you will learn about types of .NET
In this article, we’ll study about DataTable and DataSet in C# application during disconnected architecture. We will see the usage of datatables individually and their usage within a dataset.
In this article you will learn about What is Microsoft intermediate language? What important role it plays in .NET environment?
In this article, we will be studying about ADO.Net
Ado.net is a data access technology that allows interaction between applications and databases. The Ado.net framework supports two models of data access architecture i.e. Connection Oriented Data Access Architecture and Disconnected Data Access Architecture. In this article, we’ll study about these two modes of architecture.
In this article you will learn about How .net technology has changes the Web development environment completely.
In this article you will learn about the types of assemblies
In this article you will learn about manifest in .NET
In this article you will learn about assemblies and their features
In this article you will learn about class libraries
In this article you will learn about what is .NET?
In this article we’ll go through various important questions of C#.Net .This would help students to test their knowledge, in a way that to what extent they are familiar with the topic. This article would even help students to brush up their knowledge.
In this article we’ll learn to develop a web browser in C# using Windows Form Application. But before we start, we need to have a brief idea about the Web Browser control in C#.
This article briefs about the Azure Notifications Hub, why and when to use it.
checkout the list of the new features in C# 9.0
This is an Official Video from MS Build 2020 with the highlights of Journey to One .NET.
This article will help you to check most asked ASP.NET MCQ (Multiple Choice Questions).
Most of us are familiar with Console based Applications in C# but in this article we’ll go through the Windows Application developed in C#. Windows Applications allows us to develop GUI based Applications.
In this article, you’ll learn about the exceptions in detail and how to handle them in your code for a smooth runtime.
This article gives a brief description on how to create an ASP .NET Core Website with the use of Microsoft Visual Studio 2019
This article gives you a Hand- on Introduction to the WebApp creation using ASP .NET Core
This article gives a brief introduction about the ASP .NET Core
This article briefly describes what is .Net and .Net Core and what does it actually does for a developer. Also, we'll learn how to create a Hello World, Console App as well
In This Article, we'll discuss ASP.Net MVC CRUD Operation
In this Application, we will see How to Migrate a .Net Framework Windows Forms App to .Net Core in just 4 simple steps
In this article, you will learn what is App Service, how to create it from Azure Portal and create a dot net core web application using visual studio 2019 and publish it into App Service.
The objective of this article is to make a list of interview questions and answers. So, It can help those peoples who are preparing for an interview.
This article will explain different types of method in c#.
In this article, you'll see how to Consume ASP.NET Core Web API using HttpClient.
The objective of this article is to make a list of Dot Net Core interview questions and their answers. So, It can help those peoples who are preparing for interview.
What are the Keywords in c# that you'll get it in this article?
you'll see how to create projects in c# .Net in this article.
In this article, we have to learn how to do Environment Setup for C# .Net.
In this Article you'll learn What is Asp.Net Core and what are the benefits of Asp.Net core
This article briefs you on ASP.NET MVC - passing the data from Controller to View.
12/11/2018 azure, 8652 Views
In this article, we will learn the uses of Azure Blob Storage and how to use blob storage in ASP.NET Project. Firstly, create an ASP.NET project in Visual Studio
In this article, we will learn how to create 3-tier architecture application (that is very popular) in ASP.NET web form.
Crud (Insert , Update, Delete ,Select) operations in Grid View in Asp.net using Ado.net
Asp.Net Core is completely re-written prior to earlier versions works on .Net framework. Asp.Net was developed with main focus to make it cross-platform! Yes Asp.Net core is now cross platform. It has gained popularity in quick time for modern day web development. One go cloud development with configurations made easy, with self hosting process with IIS and many more features added to Asp.Net core which makes it stand tall!
With 20% faster performance than .Net Core 1.X, core 2.0 is in the lime light. Optimizing to the core the .Net core 2.0 is the next big thing for the Microsoft Developers.
Search Data in ASP.NET using jQuery
In this article, we will understand the new .NET framework – Blazor and create a sample calculator application using ASP.NET Core and Blazor.
CRUD Operations in ASP.NET Core application using Angular 5 , Web API and Entity Framework Core DB first approach with the help of VS 2017.
Authentication is an integral part of web security. ASP.NET Core provides multiple ways to implement authentication in a web application. We will be looking into on such technique - Cookie authentication in this article.
In this article I have shared some information about skills for Full Stack Developer in .NET
In this Article, we'll learn how to host an ASP.Net MVC 5.0 application to Localhost or IIS
in this Article we'll learn how to create ASP.Net MVC 5.0 Application from scratch.
Here I will explain Implementation of Multiple views and Display Mode provider in ASP.NET MVC 4
I will explain how to upload file on server in ASP.NET Web API using jQuery AJAX call. I have to create post method in API Controller
Here I will explain How to add control dynamically in Asp.net MVC using JavaScript. We can also remove generated control on button click.
Here I will explain how to implement autocomplete textbox using Jquery Ajax with database in Asp.net MVC. Here I have to fetch data from database.
Here I will explain the new features and point out some benefits of Asp.NET Core 2.0 over Asp.NET Core 1.x
Here I will explain How to create login page using AngularJS in Asp.net MVC application.
Here I will explain how to bind Cascading Country, State and City DropDownLists using AngularJS in ASP.Net MVC. I will use ng-change directive to get record of dropdown option change
Here in this article I will explain top 40 most asked Asp.net MVC interview questions and answers
Here I will explain how to perform Infinite scrolling using JQuery Ajax in Asp.net means we load dynamically on scroll of page.
Here I will explain client side paging using JQuery in Asp.net MVC. We perform all the operation using Ado.Net and Stored procedure.
Here I will Explain Infinite scroll pagination using AngularJS in Asp.net MVC. This technique generally used in Facebook and Twitter websites for data loading.
Here I will explain, How to implement Autocomplete textbox using AngularJS from database in Asp.net MVC. I have use angucomplete-alt.js for showing suggestions
Here In this article I will explain How to implement Server side pagination using AngularJs with store procedure in Asp.net MVC
Here I will explain Steps to performs CRUD operations using AngularJS and Stored Procedure in Asp.net MVC. I this example we perform INSERT, UPDATE and DELETE operations in Asp.net MVC using AngularJS.
Here I will explain How to Implement drag and drop multiple file upload in Asp.net MVC using JQuery. In this example we will use Dropzone JS library for uploading multiple files
Here I will explain How to insert data in database using Angularjs in Asp.net MVC application. We create registration form and then insert their value in database table.
Here I will explain how to get and display table data from database using AngularJs in Asp.net MVC. In this example I have use AngularJs for fetch data from database and display into table
Here I will explain Implementing two factor authentication in asp.net mvc with google authenticator.It is used to protect your application from brute force attack.
Here I will Explain how to login with Twitter account in Asp.net MVC and get User Profile data from User's account like Profile image,Twitter Id, Name
I will explain How to create multi-level menus dynamically in Asp.net MVC. This is code snippet how to develop multi level menu with UL and LI structure in MVC structure
Here I will explain how to bind Country,State,City Dropdownlist in Asp.net MVC. I will also bind cascading dropdownlist from database in MVC
How to retrieve data from database in Asp.net web API. We will do step by step to learn web api with example.Here we fetch record from database and return record as JSON data.
In this article, I will explain How to insert Asp.net form data into database using Web API in Asp.net MVC. To insert a record into database by consuming Asp.net Web API next we calling Jquery Ajax method to Post data into Web API
This tutorial shows you how to build an ASP.NET MVC 5 web application that enables users to log in with credentials of Google account, and then integrate some of the functionality from Google account into your web application.
Here I will explain how to login with Facebook in ASP.Net MVC and store that Facebook retrieved data in your MS SQL database
Here I will explain how to import excel data into MS SQL database in Asp.net MVC using C#. We map column of excel file to database table and insert relevant data to table