TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Layer
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (7)
Sourav Kayal (4)
Sandeep Singh Shekhawat (3)
Tural Suleymani (3)
Abhishek Saini (3)
Mohamed Shifan (2)
Saineshwar Bageri (2)
Nimit Joshi (2)
Mushtaq M A (2)
CSharp TV (1)
Lalit Bansal (1)
John Godel (1)
Aman Gupta (1)
Preeti Zutshi (1)
Dharmendra Sah (1)
Mukesh Kumar (1)
Jagdeep Singh Jhass (1)
Chetan Sanghani (1)
Jaimin Shethiya (1)
Velladurai (1)
Sukanya Mandal (1)
Munib Butt (1)
Surapureddy Sriram (1)
Prashant Nimbare (1)
Ayushi Jain (1)
Vithal Wadje (1)
Shivam Tiwari (1)
Sarthak Varshney (1)
Vikas Gupta (1)
Ravi Shukla (1)
Priyanka Jain (1)
Harpreet Singh (1)
Anubhav Chaudhary (1)
Kishorekumar Pooruli (1)
Rohini Parade (1)
Anupam Singh (1)
Farhan Ahmed (1)
Shanuka Maheshwaran (1)
Shenbagapandiyan P (1)
Shiv Sharma (1)
Bohdan Stupak (1)
Rikam Palkar (1)
Munesh Sharma (1)
Abiola David (1)
Kuljot Bakshi (1)
Mostafa Kaisoun (1)
Sourabh Somani (1)
Keyur (1)
Kaushik Patel (1)
Peter (1)
Santhosh Veeraraman (1)
George Steeves (1)
Shubhankar Banerjee (1)
Sharath kumar (1)
Rajkumar Jain (1)
Sanjay Kumar Pathak (1)
Abhishek Singhal (1)
Jignesh Trivedi (1)
Keerthi Raja (1)
Thiago Vivas (1)
Mike Gold (1)
Vishwas R (1)
Manikandan M (1)
Sean Franklin (1)
Satya Prakash (1)
Vitalii Honcharuk (1)
Masumi HP (1)
Varun Setia (1)
Mudita Rathore (1)
Ravi Shekhar (1)
Aadarsh Sharma (1)
Mahesh Babu (1)
Mahesh Chand (1)
Kishore Chaliparambil (1)
Krishnan LN (1)
Sudhakar Jalli (1)
Khushbu Saini (1)
Sandeep Mishra (1)
Abhishek Jaiswal (1)
Vidya Vrat Agarwal (1)
Amir Ali (1)
Related resources for Layer
No resource found
Overview of Essential Networking Devices
11/8/2024 5:01:07 AM.
Networking devices enable data flow and secure communication within networks, connecting computers, servers, and other devices. Examples include routers, switches, modems, access points, and firewalls
Dependency Injection & EF Migrations in ASP.NET MVC with Autofac
10/30/2024 8:29:43 AM.
This article demonstrates how to implement Dependency Injection (DI) using Autofac in an ASP.NET MVC application and integrate Entity Framework for database operations, including migrations.
A 4-Year Retrospective : Lessons Learned from Building a Video Player from Scratch with React Native
10/24/2024 5:05:25 AM.
React Native, React, ReactJS
Layer 2 vs Layer 3 Which One's Right for Your Project?
10/21/2024 5:02:55 AM.
This article explores the unique features, advantages, and ideal use cases of each layer, guiding you in selecting the right solution to enhance scalability, efficiency, and overall performance for yo
The OSI Model: Exploring the Seven Layers of Networking
10/12/2024 5:19:26 AM.
The OSI model is a framework that standardizes network communication into seven layers, facilitating interoperability, troubleshooting, and consistent practices across different networks and protocols
Repository Design Pattern in MVC Architecture With Entity Framework
9/18/2024 5:49:26 AM.
In this article, we will learn the Repository Design Pattern in MVC Architecture with Entity Framework simplifies data access by creating a layer between the data and business logic.
Create and Implement 3-Tier Architecture in ASP.Net
9/9/2024 11:30:18 AM.
This article explains how to create and implement a 3-tier architecture for our project in ASP.NET, covering the Data Layer (DAL), Business Layer (BAL), and Presentation Layer. It highlights advantage
Master Training Stability with Layer Normalization in Deep Learning
9/9/2024 10:15:18 AM.
Layer normalization (LayerNorm) is a technique used in deep neural networks to stabilize training by normalizing activations within each layer. It helps manage gradient flow, reduces internal covariat
How to Create a Dynamic Delete Modal in Java
9/3/2024 6:41:13 AM.
This article guides you in creating a dynamic delete modal in Java. You'll learn how to design a modal popup that adjusts its content based on the item to be deleted, pass item data using JavaScri
Repository Pattern In ASP.NET Core
8/29/2024 7:16:41 AM.
In this article, you will learn about repository pattern in ASP.NET Core.
How to Use Absolute Position Property in CSS
8/22/2024 11:05:22 AM.
In this article, you'll learn how to position an image as a background using the Z-index property in CSS. We start by designing a header with a title in a div container, then create a main body di
CRUD Operations with Repository Pattern and Web API in .NET 8
8/20/2024 6:57:32 AM.
This guide covers creating a clean, maintainable data access layer by leveraging the Repository Pattern for managing database interactions and exposing endpoints through Web API, enhancing your .NET 8
Repository Pattern With ASP.NET MVC And Entity Framework
8/5/2024 3:59:24 AM.
The "Repository Pattern with ASP.NET MVC and Entity Framework" tutorial guides you through implementing a robust data access layer using the repository pattern in ASP.NET MVC applications.
Repository Pattern In ASP.NET MVC
8/5/2024 3:53:48 AM.
In this article, we will learn about Repository pattern which is mostly used to create enterprise applications. Repository pattern divides application’s UI, business logic and data access components i
Working with Stored Procedures in ADO.NET
7/22/2024 6:17:00 AM.
Stored procedures are a powerful feature in database management systems that allow you to encapsulate complex logic and operations on the server side. When using ADO.NET in a .NET application, stored
Generic Repository with EF Core in .NET Core 8
7/3/2024 9:18:09 AM.
Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become gidd
Consume API in Repository Design Pattern
7/2/2024 8:57:02 AM.
Learn how to effectively consume APIs using the Repository Design Pattern. This approach enhances code organization by separating data access logic into reusable repositories, promoting maintainabilit
Configure SSL for Grafana on Azure
7/1/2024 7:07:46 AM.
Learn how to configure SSL for Grafana on Azure to secure your monitoring and analytics dashboard. Follow step-by-step instructions to set up HTTPS, manage certificates, and ensure data encryption for
Internet of Things (IoT) - Part 2 (Building Blocks & Architecture)
6/7/2024 10:44:39 AM.
This article explores the foundational elements of the Internet of Things (IoT), covering its basic building blocks: sensors, processors, gateways, and applications. It delves into IoT architecture la
Building a .NET Desktop Application
6/7/2024 10:30:03 AM.
Learn to develop a .NET desktop application with SQL Server data storage, employing a structured approach involving data access, business logic, and presentation layers. Utilize Visual Studio 2019, S
Data Access Layer to execute Stored Procedures
6/5/2024 5:31:47 AM.
This article explains about executing a single stored procedure or batch of stored procedures from the application layer. As Data access layer completely decoupled from Application layer we just need
Dependency Injection Using Microsoft Unity Framework
6/5/2024 5:30:32 AM.
Explore Dependency Injection with Microsoft Unity Framework in the C# console app, emphasizing SOLID principles, IoC, and DI implementation for loosely coupled layers, enhancing testability.
Introduction to ADO.Net
5/30/2024 12:10:13 PM.
Explore ADO.NET, a vital component of the .NET Framework for seamless database connectivity. Utilize connection objects, commands, data readers, datasets, and adapters to interact with databases effic
Layering Objects using Selection Pane
5/25/2024 1:11:06 PM.
The "Layering Objects using Selection Pane" tutorial guides users on how to efficiently organize and manage objects in PowerPoint presentations. Learn to control the visibility, order, and a
Working With Stored Procedures Using Entity Framework: Part 1
5/16/2024 8:32:00 AM.
Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing da
CRUD Operations In ASP.NET MVC 5 Using ADO.NET
5/16/2024 5:46:35 AM.
Learn how to implement CRUD operations in ASP.NET MVC 5 using ADO.NET. This tutorial covers database connectivity, SQL Server integration, controller actions for Create, Read, Update, and Delete opera
CRUD using the Repository Pattern in MVC
5/10/2024 7:59:18 AM.
This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core
5/7/2024 10:33:55 AM.
Learn to perform basic CRUD operations in .NET Core MVC using both ADO.NET and Entity Framework Core. Build a robust data access layer for seamless integration with your web application.
How Secure Sockets Layer (SSL) Protects Data Online?
5/7/2024 5:53:30 AM.
Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
Encryption for Data Security: Creating Digital Certificates
5/6/2024 6:15:44 AM.
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and use
NHibernate in Details: Part 2
4/30/2024 9:49:29 AM.
Dive deeper into NHibernate with Part 2, exploring advanced topics like session management, querying, and performance optimization. Uncover the intricacies of this powerful object-relational mapping t
Guessing Game: Levels, Logic & Forms
4/29/2024 10:18:11 AM.
In this article, we will know Guessing Game" is an interactive and fun challenge where players try to predict a hidden element, often a number or object, based on clues or random guesses.
Working With Multiple Tables in MVC Using Entity Framework
4/29/2024 10:12:37 AM.
Learn how to effectively work with multiple database tables in ASP.NET MVC using Entity Framework. Explore entity relationships, database modeling, and data access strategies.
How To Develop Match Making Game Using C# in .Net 4.5
4/26/2024 12:05:01 PM.
Develop a matchmaking game in C# using .NET 4.5, implementing multiplayer functionality and client-server architecture. Utilize algorithms for player pairing, networking for real-time interaction, and
Database First Approach in MVC 5: Part 2
4/25/2024 10:41:59 AM.
In MVC 5's Database First Approach (Part 2), delve deeper into leveraging Entity Framework for seamless integration with existing databases. Explore scaffolded views, data validation, and CRUD ope
Drag and Drop ListBoxItem with Telerik Behavior: Parent Boundary
4/25/2024 10:41:35 AM.
Explore advanced drag and drop techniques in WPF using Telerik controls. Utilize ViewModel and ObservableCollection for dynamic data handling. Master MVVM architecture for cleaner code. Step-by-step
Understanding the Layers of Database Management Systems
4/21/2024 2:29:09 PM.
Unlocking the Power of Three-Tier Architecture: A Comprehensive Guide to Understanding and Implementing Database Management Systems. Dive deep into the layers of presentation, application, and data ma
Getting Started With OpenLayers 3 And Spatial Data
4/18/2024 10:45:12 AM.
Explore visualizing spatial data using OpenLayers with SQL Server 2008. Learn about the capabilities of OpenLayers for mapping, including its support for tiles and vector layers. Understand the two ty
Installing EF Core with Empty Template in ASP.NET MVC Core 3.0
4/15/2024 11:49:21 AM.
Discover how to seamlessly integrate Entity Framework Core into your ASP.NET MVC Core 3.0 application using an empty template. Follow a step-by-step installation guide to set up the data access layer
How to Configure Azure Application Gateway and WAF v2
4/15/2024 6:05:14 AM.
We're configuring an Application Gateway to manage traffic for the demo application. Azure Application Gateway, a layer 7 solution, efficiently manages web traffic, ensuring optimal performance. T
How Secure Sockets Layer Works?
4/8/2024 4:49:33 AM.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols establish encrypted connections between clients and servers, ensuring secure online communication by encrypting data and verifyi
How to Implement Audio Player in Power Apps
4/3/2024 5:11:21 AM.
In this article, we will discover how to enhance user experience with an Audio Player in Power Apps. Customize controls, integrate audio files, and design visually appealing interfaces. Manage playbac
Organizing AWS Lambda dependencies with layers
3/27/2024 8:51:21 AM.
Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utiliz
Learn Everything About REST API
3/21/2024 6:31:08 AM.
This tutorial covers building a full-fledged application with WPF, REST API, and Entity Framework. It emphasizes the importance and implementation of REST APIs, discussing CRUD operations and their re
.NET MAUI - Video Player using Community Toolkit
2/22/2024 4:21:54 AM.
.NET MAUI simplifies app development across devices, while the Community Toolkit enhances it. Dive into video integration for exciting apps! Follow setup steps, install the toolkit, and implement the
Integrate YouTube videos in our Angular Application
2/8/2024 10:28:13 AM.
This content explains how to integrate YouTube videos into an Angular application using the Angular YouTube Player component. It outlines the steps involved, such as installing the necessary package,
Undertanding Medallion Architecture in Microsoft Fabric Lakehouse
1/22/2024 9:00:37 AM.
As MicrosoftFabric is still at an early stage, it is important to understand key terminologies in various workloads. This article unwraps the Medallion Architecture layers peculiar to Lakehouse.
Solution Layering in Microsoft PowerApps
12/8/2023 6:30:14 AM.
Solution layering is implemented at a component level. Managed and unmanaged solutions exist at different layers within a Microsoft Dataverse environment. In Dataverse, there are two distinct layers:
ASP.NET Core Web API Development with Template Method Pattern and 3-Tier Architecture
11/13/2023 3:22:35 PM.
This design pattern allows for a structured, modular, and easily maintainable architecture by separating concerns into distinct layers and leveraging the Template Method Pattern to provide a common st
API Development Using Strategy Design Pattern with 3-Tier Architecture
11/13/2023 6:36:52 AM.
In today's fast-paced software development landscape, creating well-structured and maintainable applications is crucial. One popular design pattern that can greatly enhance the organization and fl
ASP.NET Core Web API Development with Observer Design Pattern
11/1/2023 7:55:20 AM.
This project represents a robust ASP.NET Core Web API application that manages tickets using a 3-tier architecture. The system provides full CRUD (Create, Read, Update, Delete) functionality for ticke
ASP.NET Core Web API Development with Memento Pattern
10/20/2023 6:25:36 AM.
The Mediator Pattern is a behavioral design pattern that promotes loose coupling among objects by centralizing their communication through a mediator object. In this pattern, multiple objects interact
ASP.NET Core Web API with 3-Tier Architecture and Iterator Pattern
10/19/2023 6:27:35 AM.
The Iterator Pattern is a behavioral design pattern that provides a way to access elements of a collection sequentially without exposing its underlying representation. It defines an interface for acce
Audio Player Class With C#
10/18/2023 5:11:51 AM.
I created a class using mciSendString functions to play audio files then compile it to a dll file.
Tic-Tac-Toe Game In Python
10/4/2023 10:44:40 AM.
Learn how to create a very simple Tic-Tac-Toe game in Python.
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
Software Architecture Types
9/26/2023 4:42:06 AM.
Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
Create your music player in c# using gridview with simple logic
9/22/2023 9:51:59 AM.
This article gives you an idea how to create your own mp3 player in asp.net 2.0.
Subtitles Algorithm
9/22/2023 6:35:32 AM.
This article explains a simple and useful algorithm that helps you to implement subtitles into your simple video player.
Generic Data Layer - One time creation
9/11/2023 4:47:04 AM.
This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Up
Simple MP3 Player
9/5/2023 8:28:52 AM.
So many people are asking how to play MP3 and WAV files that I put together this simple player. One button and six lines of code. Thats all there is.
The Future of Blockchain with Polygon 2.0 and Polygon CDK
9/4/2023 3:28:00 PM.
Polygon CDK: Your key to simplified blockchain development with modularity, interoperability, shared liquidity, and ZK tech.
How to Implement 3 Layered Architecture Concepts in ASP.Net
8/29/2023 11:37:30 AM.
In this article you will learn how to implement 3-Tier Architecture concepts in ASP.Net.
Paramiko Python Library Setup with AWS Lambda Layer
6/18/2023 8:46:45 AM.
Paramiko SFTP Python Library Setup
Power Platform Solution Layers
5/23/2023 10:23:55 AM.
In this article we will see what solution layer is and how we can add and remove unmanaged layers/ customizations to managed solution in Power Platform solution. Before deployment of any new version o
How To Create A Music Player In Flutter Using Web API
4/10/2023 10:34:11 AM.
In this article, you will learn about how to fetch data from API and play music in the flutter application.
CLR Function in SQL Server
1/14/2023 12:35:44 PM.
In SQL Server 2005 and later version of it, database objects like function, store Procedure, etc can be created which are already created in CLR.
Insight.Database , .NET Micro ORM - Write Less Code In Data Access Layer Using Auto Interface Implementation
1/10/2023 8:15:21 AM.
In this article, you will learn about Insight.Database is a fast, lightweight, (and dare we say awesome) micro-orm for .NET. Auto Interface Implementation implements the interface for you automatical
Web API 3 Layers Architecture With .NET 6
11/9/2022 7:02:54 AM.
This article will explain one of the most used software architectural patterns, the 3 layers architecture. Besides the theoretical explanation of the 3 layers architecture, it will also be given a pra
Poorman's iPod MP3 Player in C# and .NET
8/22/2022 10:54:50 AM.
This article is an update to an article written by George Steeves on how to create an MP3 player using C# and .NET using the moon valley mp3p.ocx control.
N-Layered Architecture With Azure Functions
8/16/2022 5:26:25 PM.
In this article, you will learn about N-Layered Architecture with Azure Functions.
Practical Exception Handling In N-Layered Architecture
8/16/2022 5:22:24 PM.
In this article, you will learn about practical Exception Handling in N-Layered Architecture.
Video Player App In Xamarin.Forms
8/8/2022 10:07:05 PM.
In this article, you will learn about the Video Player App in Xamarin.Forms.
Build Custom Audio Player With Audio Waveform In Angular
8/5/2022 10:11:55 PM.
Build a simple audio player with waveform in Angular using Web Audio API & CanvasJS.
Implement The Video Player In Xamarin.Android
8/2/2022 10:35:32 PM.
In this article, I will explain the video player feature in android, and how we can develop the video player in Xamarin.Android with help of media controller and video view classes, and how video view
Symmetrical Repository Pattern - Data Access Made Easy In .NET
5/29/2022 3:39:55 AM.
In this article, I will describe an interesting pattern that can be implemented to make it trivial to perform CRUD/RESTful data access across a full-stack .net system, with this technique that abstrac
CURD Operation Using KendoUI In Angular With .NET Core API Using Dapper And Angular Routing
4/7/2022 9:07:46 AM.
In this article, you will learn how to perform curd operation using kendoui in angular with .net core api using dapper and angular routing.
How To Bind KendoUI Grid In Angular With .NET Core API With Multilayer Architecture And Angular Routing
4/1/2022 5:13:16 AM.
In this article, you will learn how to bind kendoui grid in angular with .net core api with multilayer architecture and angular routing.
How To Add KendoUI Grid In Angular With .NET Core API With Multilayer Architecture
3/28/2022 3:24:50 PM.
In this article, you will learn how to add KendoUI Grid in Angular with .NET Core API with Multilayer Architecture.
MP3 Media Player in C#
2/23/2022 9:16:13 AM.
In this article I am going to describe how to make MP3 player in c# .net.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
1/11/2022 3:14:14 AM.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and
Building ASP.NET Core Web Application With Dependency Injection Passing Objects Between Layers
12/7/2021 6:35:00 AM.
In this article, you will learn how to build ASP.NET core web application with dependency injection passing objects between layers.
Exploring Enums And Ways Of Implementing In Different Layers Of Application
8/30/2021 2:28:08 PM.
In this article, you will learn how to explore Enums and ways of implementing in different layers of application.
How ASP.Net Web API Works
4/19/2021 11:02:23 AM.
This article explains how the Web API works. Here you will see the application layer of the API , the MVC architecture and the Web API architecture.
Pass Data in Layered Architecture: Part-2: Non Uniform Style
4/2/2021 10:32:37 AM.
This article explains how to transfer data in a non-uniform fashion.
An Example of URL Rewriting With ASP.Net
3/18/2021 6:41:40 AM.
This article introduces URL rewriting using a data-driven application. This application creates various blogs and these blogs are accessed by the title of the blog.
How to Work With Layers in ASP.Net Project
3/12/2021 6:07:53 AM.
This article explains how to make and work with layers in ASP.NET projects.
Pass Data in Layered Architecture: Part-1: Uniformly Using Entity Class
2/25/2021 8:52:26 AM.
This article explains how to pass data across layers in a uniform fashion using an entity class.
Networking Layer Architecture In AWS
1/19/2021 1:54:50 PM.
Discussed about best practices in creating Network layer architecture in AWS.
Understand 3-Tier Architecture in C#
1/18/2021 12:02:06 PM.
In this article we will learn to implement 3- Tier architecture in C#.NET application.
How to Retrieve Images from Database (In Layer Architecture)
11/4/2020 7:21:39 AM.
Here you will learn how to Retrieve Images from a Database (In a Layer Architecture).
ADO.NET From Windows DNA's Perspective
11/2/2020 10:22:05 AM.
Windows DNA is a framework to build multi-tier, high performance, scalable distributed applications over the network. This article takes a Windows DNA perspective and compares how ADO.NET fits in Wind
Database Vendor Independent Code with Improved Connection Pooling
11/2/2020 5:21:54 AM.
This article covers how to create a database application that allows you to specify different databases without writing code for different data providers.
Importance of Data Access Layer
11/1/2020 7:08:29 AM.
This article is written to see the importance of having a separate Data Access layer.
Basic Database operations using ADO.NET
10/29/2020 8:27:36 AM.
I found very interesting database features incorporated into the .NET as ADO.NET.
Creating EF6 Database Migration In Separate .Net Core Library
10/8/2020 7:22:35 AM.
In this article, you will learn how to create EF6 Database Migration in Separate .Net Core Library in asp.net core 3.1.
Transport Layer Security
9/2/2020 3:10:07 PM.
In this article, you will learn about Transport Layer Security.
Music Player Using HTML and JavaScript
4/23/2020 2:43:49 PM.
Today I will show you how to make your own personal music player but this time only using the functionalities of HTML and JavaScript.
CAP (a.ka. Brewer's) Theorem a Key player in Distributed System Design
4/23/2020 2:33:29 AM.
One of the key challenges in system design and software architecture is to choose a trade-off. Today's customer-obsessed software enterprises are becoming even more cognizant by putting customer e
Learn How to Create Audio Player in Android
4/2/2020 2:58:43 AM.
This article explains the Audio Player in Android.