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 RAM
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (16)
Shikha Tiwari (4)
Tural Suleymani (3)
Praveen Raveendran Pillai (3)
Jalpa Dhola (3)
Onkar Sharma (2)
Ziggy Rafiq (2)
Kirtesh Shah (2)
Jay Krishnareddy (2)
Subarta Ray (2)
Santosh Karanam (2)
Sanjay Kumar (2)
Sanwar Ranwa (2)
Afzaal Ahmad Zeeshan (2)
Vijayaragavan S (1)
Amit Mohanty (1)
Jaimin Shethiya (1)
Ganesan C (1)
Sangeetha S (1)
Rohit Gupta (1)
Mayooran Navamany (1)
CSharp TV (1)
Sean Franklin (1)
Aradhana Tripathi (1)
Praveen Kumar (1)
Allen Oneill (1)
Devesh Omar (1)
Mervyn Manilall (1)
Aiswarya E V (1)
Raveena Attri (1)
Rajiv Singh (1)
Željko Perić (1)
Baibhav Kumar (1)
Mike Gold (1)
Pradeep Shet (1)
Ankit Sharma (1)
Rohatash Kumar (1)
Jignesh Trivedi (1)
Suthahar Jegatheesan (1)
Atul Rawat (1)
Supreet Tare (1)
Mariusz Postol (1)
Miguel Teheran (1)
Kunj Sangani (1)
Vithal Wadje (1)
Suthish Nair (1)
Ankur Mishra (1)
Jerry Lee (1)
Mukesh Kumar (1)
Vijai Anand Ramalingam (1)
Manoj Kalla (1)
Ishika Tiwari (1)
Iranna Gungi (1)
Kiran Karale (1)
Abhimanyu K Vatsa (1)
Ajay Kumar (1)
El Mahdi Archane (1)
Nimit Joshi (1)
Vishal Joshi (1)
Vijay Kumari (1)
Nitesh Jha (1)
Akshay Deshmukh (1)
Gurpreet Arora (1)
Ashish Bhatnagar (1)
Arun Potti (1)
Scott Lysle (1)
Suraj Kumar (1)
Related resources for RAM
No resource found
I’m Preparing for FAANG : Getting Started with Essentials
12/18/2024 4:07:35 AM.
Data structures and algorithms are important, but it is not always easy to grasp their main ideas. This “I’m Preparing for FAANG“ series will help you not just learn data structures and algorithms but
Sum Function in PowerFx using Canvas App with Power Apps
12/16/2024 10:40:06 AM.
Learn how to use Power Fx's Sum function in Power Apps to build custom business applications quickly. This guide covers creating a simple Canvas app, using Text Box and Label controls, and integra
Understanding Dictionary in C#
12/16/2024 9:36:06 AM.
In this article, we will learn about the potential of C#'s Dictionary collection type with this comprehensive guide. Learn essential operations, iterate through key-value pairs, and explore advan
Understanding JavaScript Inheritance
12/16/2024 9:15:48 AM.
Programming paradigms such as object-oriented programming (OOP) are supported by JavaScript, a strong and adaptable programming language. Inheritance is a fundamental aspect of OOP that permits a clas
Understanding Buzz Number in C#
12/16/2024 6:52:09 AM.
Learn how to identify Buzz Numbers in C# with examples. This article covers the algorithm, the program to check if a number is a Buzz Number, and how to print Buzz Numbers between 1 to 100.
SQS Message Polling using C#
12/15/2024 5:49:24 AM.
This article explores integrating Amazon Simple Queue Service (SQS) with C# applications, covering essential concepts like long polling, receiving messages, and using the AWS SDK for .NET.
Entity Framework (13), with .Net Core Code-First Summary
12/12/2024 2:39:27 PM.
This is a summary article to discuss .Net Core Entity Framework Code First Approach.
Entity Framework (12), with New .Net Core MVC Code-First
12/12/2024 2:33:35 PM.
This article discuss the new .Net Core MVC entity framework, code first module.
Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)
12/12/2024 2:33:05 PM.
This is a discussion for Entity Framework Razor, the second part.
Entity Framework (11), with .Net Core Razor Pages Code-First
12/12/2024 2:32:20 PM.
This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
Entity Framework (10), With .Net WebForms, Database-First
12/12/2024 2:31:52 PM.
This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
Entity Framework (7), With .NET WPF, Database-First
12/12/2024 2:31:04 PM.
This article describe to develop a WPF app with entity framework, database first approach.
Entity Framework (5), With .Net Core MVC, Database-First
12/12/2024 2:30:37 PM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Entity Framework (4), With .Net Core MVC, Code-First
12/12/2024 2:29:55 PM.
This article will be Entity Framework with .Net Core MVC, Code-First approach,
Entity Framework (3-1), with .Net Console Model-First
12/11/2024 9:29:27 PM.
This article is to discuss Entity Framework with .Net Console Model-First .
Entity Framework (3), with .Net MVC, Model-First
12/11/2024 9:29:01 PM.
This article will discuss Entity Framework with .Net MVC, Model-First approach
Entity Framework (2), With .Net MVC, Database-First
12/11/2024 9:28:27 PM.
This article will be Entity Framework with .Net MVC, Database-First approach,
Entity Framework (1), With .Net MVC, Code-First
12/11/2024 9:27:58 PM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (0-1), Overview Additions
12/11/2024 9:27:29 PM.
This article will add some additions for Entity Framework Overview.
Entity Framework (0), Overview
12/11/2024 9:26:56 PM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
Entity Framework (3-0), Entity Data Model (EDM)
12/11/2024 9:26:16 PM.
This article is to describe Entity Data Model for EF
Modern Featured Entity Framework With SQLite DB Example
12/11/2024 10:31:03 AM.
Learn to build a .NET Core application using C# async/await and SQLite with Entity Framework. Implement CRUD operations, handle asynchronous tasks, and explore efficient database interaction using Vis
The Complete Guide to NUnit Testing in C# 13 and .NET 9
12/10/2024 3:23:37 PM.
This comprehensive guide explains NUnit testing in C# 13 with .NET 9 with detailed explanations, modern testing techniques, and practical code examples. Authored by Ziggy Rafiq.
Explaining Palindrome Program in C#
12/9/2024 6:00:47 AM.
In this article, I will discuss the Palindrome Program in C# (Palindrome Number and Palindrome String) with Examples. It includes detailed explanations and practical C# implementations.
How to Reverse Order of the Given String
12/8/2024 5:24:12 AM.
Discover simple methods using popular programming languages like JavaScript, Python, or Java. Understand string manipulation concepts and implement effective solutions for reversing text with code exa
Goodbye Swagger: How .NET 9 is Redefining API Documentation
12/6/2024 5:05:39 AM.
Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure se
Palindrome String Program in C#
12/4/2024 10:58:47 AM.
Explore how to determine if a string is a palindrome in C#. Learn the concept and examples, and implement a simple solution to check palindrome strings for interview preparation.
Integration of Web 3.0 with Angular Framework
12/2/2024 5:28:32 AM.
Integrate Web 3.0 with Angular to build decentralized apps using blockchain technology. Leverage Web3.js for Ethereum interaction, smart contracts, and Angular’s dynamic features for transparent, secu
Integration of Web 3.0 with React Framework
12/2/2024 5:01:16 AM.
Learn about leveraging Web3.js, interacting with blockchain networks, connecting smart contracts, and creating innovative solutions using React. Unlock the future of decentralized web development.
How to Create Telegram Bot?
11/29/2024 8:42:18 AM.
This article centers around how to create a Telegram Bot. Learn how to create a simple calculator bot for Telegram using Python. This article covers Telegram bot basics, environment setup, coding with
CRUD Operations with ASP.NET Core API and EF Core
11/29/2024 5:16:11 AM.
This article provides step-by-step instructions for building a RESTful API, integrating EF Core for database management, and performing essential data operations seamlessly.
What is Params In C#?
11/28/2024 4:49:01 AM.
In C# programming, the "params" keyword plays a crucial role in enhancing flexibility and convenience when dealing with methods that accept a variable number of the same type of parameters.
High-Performance Apps Using C# Span<T>
11/27/2024 11:35:46 AM.
Often in application we come scenarios where we need to perform string manipulation operations. In such cases using string type take up huge memory as it is immutable. Instead Span can be used, which
Factory Design Pattern Using Delegates In C#
11/27/2024 9:52:19 AM.
Factory Pattern is a creational design pattern that provides a way to encapsulate object creation. Instead of directly instantiating objects, you delegate the creation process to a factory class.
Yet another framework
11/25/2024 11:46:45 AM.
In this video, you will learn about missing patterns from the perspective of MVC.
Limit Concurrent Execution in Asynchronous Methods
11/24/2024 7:43:01 AM.
In this article, we will learn how to finely control how many concurrent executions we will allow of our async methods, without blocking, using a semaphore.
The Cynefin framework with Domain-driven Design
11/21/2024 12:40:43 PM.
What is the Cynefin Framework, and how does it align with Domain-Driven Design (DDD)? The Cynefin framework helps decision-makers navigate complex problems by categorizing them into five domains. It c
User-Defined Functions in SQL Server
11/21/2024 5:14:12 AM.
SQL Server supports two types of User-Defined Functions (UDFs): Table-Valued and Scalar-Valued. Table-valued functions return a table based on logic, while Scalar-Valued functions return a single valu
.NET 9 : Task.WhenEach
11/18/2024 11:56:11 AM.
In .NET 9, the new Task.WhenEach method enhances asynchronous programming by processing tasks as they complete, allowing for more efficient handling of varying completion times. Happy coding!
Top Health and Career Challenges of Software Developers
11/18/2024 8:29:18 AM.
Learn how to balance your health and career in the fast-paced world of software development. Tips for managing stress, growth, and productivity!
Open-Source AI Models Gain Traction and Outperform Closed Models
11/17/2024 10:50:40 AM.
Open-source AI models offer startups flexibility, innovation, and cost-efficiency, enabling faster market adoption. They allow for customization, collaboration, and transparency, providing a competiti
Increase Application Performance using Task.Run in .NET Core
11/15/2024 11:18:38 AM.
Explore the power of Task.Run in .NET Core to efficiently handle background tasks like logging, report generation, and email sending, enhancing application performance and responsiveness without block
.NET 9 : Params Collections
11/15/2024 10:41:05 AM.
In .NET 9 the params keyword has been extended to support not only arrays but also other collection types like ReadOnlySpan<T> and IEnumerable<T>. This enhancement offers greater flexibili
.NET 9 is Out Now
11/15/2024 8:47:33 AM.
This article explains in detail the latest release of .NET. The latest .NET ecosystem updates improve performance, security, and productivity across C# 13, ASP.NET Core, EF Core, .NET Runtime, Librari
Feature Flagging: The Flagship Idea of Programmers
11/14/2024 4:27:01 AM.
Feature flagging is used by may companies in order to release more frequently to production. This method is a shift in the traditional way of deployment and eases a lot the process. However, there are
Explaining Deep Linking in Power Apps
11/12/2024 10:49:37 AM.
Deep linking in Power Apps enables direct navigation to specific screens, improving user experience and engagement. By using URL parameters, custom schemes, and StartScreen functions, developers can c
How to Create Field Customizer Extension
11/11/2024 6:10:24 AM.
Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build
Library Component Type in SharePoint Framework (SPFx)
11/9/2024 7:06:52 AM.
SPFx Library Components enable the creation of reusable, modular code in SharePoint. By centralizing utility functions, services, and UI elements, developers can enhance maintainability and consistenc
Exploring Software and Hardware Interaction via Linux Kernel
11/5/2024 7:16:58 AM.
This article explores how the Linux Kernel facilitates interaction between software and hardware. By contributing to the kernel, developers gain hands-on experience with system programming, memory man
Mark Input Parameters in Triggers as Optional
10/28/2024 5:41:13 AM.
In this article, we’ll walk through how to mark input parameters as optional in Power Automate triggers and explore how this can improve flow flexibility.
Efficient Data Handling in SQL Server with Table-Valued Parameters
10/27/2024 5:52:26 AM.
This article delves into how TVPs enhance performance by enabling the transfer of multiple rows of data in a single parameter, streamlining stored procedures, and optimizing database operations.
How Select and SelectMany Works in C#
10/26/2024 5:05:45 AM.
Learn key differences, practical use cases, and examples that demonstrate how these methods simplify data manipulation, making it easier to work with nested and complex data structures in C#.
Array to Text File: Detailed Overview of ArrayIOExtensionsLib Class
10/22/2024 10:04:42 AM.
This article provides a comprehensive overview of the ArrayIOExtensionsLib class, detailing its functionality for converting arrays to text files in C#. We explore its key features, methods, and pract
Introduction to Python Classes
10/22/2024 5:14:06 AM.
Learn how to define classes, create objects, and understand key OOP concepts like inheritance and encapsulation. Perfect for new programmers looking to master Python's class-based structure.
ReactJS in 2024: Trends, Opportunities, Salaries, and Future Outlook
10/21/2024 11:20:21 AM.
Discover lucrative opportunities for developers, understand current salary ranges, and gain insights into the future outlook of web development. Stay ahead in the competitive market with key informati
Encapsulation vs Abstraction in C#
10/21/2024 9:52:41 AM.
Encapsulation and abstraction are fundamental concepts in C# and object-oriented programming. Encapsulation refers to the bundling of data and methods that operate on that data within a class, promoti
Creating and Opening Microsoft Word Document from .NET Using C#
10/15/2024 11:54:12 AM.
This article explores how to manipulate Microsoft Word documents using C# in a Windows Forms application. It covers adding a COM reference for Word, creating instances of the Word application, and uti
Parallel Task in .Net 4.0
10/14/2024 6:07:08 AM.
Today I will be talking about a new feature of Parallel Programming that was added to .Net 4.0.
ER Diagram
10/11/2024 4:34:32 PM.
This article is about ER Diagram.
ASP.NET Core - CRUD With React.js And Entity Framework Core
10/11/2024 12:27:56 PM.
Discover how to implement CRUD (Create, Read, Update, Delete) operations, set up a RESTful API, and manage data effectively. Enhance your web development skills with practical examples and best practi
Creating DropDown Menu in Bootstrap
10/8/2024 9:17:17 AM.
Learn how to create a dropdown menu in Bootstrap, a powerful frontend framework for web development. This guide covers step-by-step instructions to implement responsive navigation menus using HTML, CS
Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013
10/8/2024 9:03:31 AM.
The Model First Approach in Entity Framework allows users to create and manage entity models using the EDMX file. It features a design surface for editing entities, a model browser for navigation, and
Develop Bot Application Using Visual Studio Mac
10/8/2024 8:57:28 AM.
The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be free. Your bot can also have more guided interaction
Create Web API in MVC 6
10/8/2024 8:48:58 AM.
Learn how to create a Web API using ASP.NET MVC 6 in this comprehensive guide. We’ll cover essential topics like setting up the MVC framework, building API controllers, implementing RESTful services,
Passing Connection String Dynamically While Using a Model First Approach
10/8/2024 3:57:28 AM.
We'll discuss the importance of dynamic configuration for database connections, demonstrate effective techniques for setting up runtime connection strings, and highlight best practices for managin
Programming in Practice - Delegates and Events
10/7/2024 8:38:26 AM.
Events and delegates control flow, exchange data, and notify a condition change backed by code samples.
Using Log4net to Log Exceptions in ASP.NET
10/6/2024 2:59:46 PM.
In this guide, we explore how to effectively use Log4net for logging exceptions in ASP.NET applications. You'll learn how to configure Log4net, implement logging best practices, and capture detail
Rich Text Control With Image And Video In SPFx Using React-Quill
10/3/2024 11:49:18 AM.
This article explores how to implement a rich text field in Modern SharePoint List forms using React Quill. It covers the process of creating a SharePoint list, setting up an SPFx solution, and integr
How To Create ASP.NET Core MVC Application
10/3/2024 11:48:21 AM.
This tutorial covers setting up your development environment, creating controllers, models, and views, and building a fully functional web application using the ASP.NET Core MVC framework.
Generate or find Connection String from Visual Studio
10/3/2024 11:44:59 AM.
This guide covers various methods, including using the Connection String Builder, accessing app.config and web.config files, and integrating with SQL Server and Entity Framework. Mastering connection
jQuery UI Method - Part 1
10/3/2024 11:37:03 AM.
This article explores jQuery's interaction methods, focusing on the sortable() method, which allows users to reorder HTML elements in lists or grids using the mouse. It covers syntax options like
Search Records Between Two Dates Using Stored Procedure And Entity Framework In ASP.NET MVC
10/3/2024 11:32:18 AM.
In this article, we will learn to write and execute a SQL stored procedure, pass parameters for date filtering, and retrieve results in an efficient and structured manner.
Find And Replace Text In Word Document Using C#
10/1/2024 9:09:25 AM.
Learn how to efficiently find and replace text in a Word document using C#. This guide covers essential concepts such as Microsoft Word automation, leveraging the Word Interop library, and implementin
Creating an Entity Data Model (Entity Framework 4.0)
10/1/2024 9:06:15 AM.
The ADO.NET Entity Framework is a new data access platform from Microsoft for writing .NET applications. It is a set of technologies in ADO.NET that helps fill in the space between object-oriented.
How To Create An App Page Using SharePoint Framework In SharePoint Online Modern Site
10/1/2024 8:22:16 AM.
This article guides you through creating an app page using SPFx in SharePoint Online Modern Site. An app page allows pre-configured application content without user authoring. You'll learn to set
Overview of Minimal API
10/1/2024 8:20:11 AM.
Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, makin
Palindrome Check: Normalize Strings in C#
9/30/2024 4:32:32 AM.
Learn essential string manipulation techniques, including whitespace removal, case insensitivity, and character comparison. We’ll provide clear code examples and algorithms to efficiently determine if
User Record Management in C
9/29/2024 5:22:32 AM.
This content focuses on implementing functions in C programming to efficiently add and display user records. It covers the creation of structures for storing user details, such as name, age, and conta
SharePoint Framework (SPFx) - Part One - Development Environment Setup
9/27/2024 10:21:21 AM.
Learn the prerequisites, tools, and steps needed to configure your system for SPFx development. Ideal for beginners looking to create custom solutions in SharePoint Online.
Sending Emails Over .NET Framework, and General Problems Using C# Code
9/27/2024 10:12:21 AM.
This article explains how to send emails using the .NET framework, focusing on the System.Net.Mail namespace. It covers the essentials of SMTP, the use of SmtpClient and MailMessage classes, and commo
Selection Based Crystal Report using Stored Procedure
9/27/2024 10:11:28 AM.
This project demonstrates creating a Crystal Report in a Windows Form application. It includes setting up a SQL database connection, populating a ComboBox with data, generating reports using parameter
Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 1
9/27/2024 10:08:34 AM.
This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
REPR Pattern - For C# Developers
9/27/2024 8:14:53 AM.
Discover the REPR Pattern, a powerful design technique tailored for C# developers. Learn how this pattern can simplify code structure, improve maintainability, and optimize performance in C# applicati
The implementation of Double Linked List with C Programming
9/26/2024 12:02:40 PM.
A doubly linked list is a dynamic data structure in C that allows bidirectional traversal of elements using pointers. This implementation covers node creation, insertion, deletion, and traversal opera
QUIZ Application With ASP.NET MVC 5
9/26/2024 8:45:26 AM.
Create a dynamic Quiz Application using ASP.NET MVC 5, showcasing the power of the Model-View-Controller architecture. This project involves user authentication, database integration for question mana
CRUD Operations Using Asynchronous Programming in MVC 5
9/26/2024 7:22:44 AM.
This article explores CRUD (Create, Read, Update, Delete) operations using asynchronous programming in ASP.NET MVC 5. It delves into how asynchronous methods enhance application performance and respon
Solid Introduction to Expression Trees in C#
9/26/2024 4:50:55 AM.
This article provides a comprehensive introduction to Expression Trees in C#. You'll learn about their structure, how they represent code as data, and their applications in LINQ queries.
Create Mobile App with Angular Ionic
9/25/2024 5:40:42 AM.
Learn how to create a mobile app using Angular and the Ionic framework in this comprehensive guide. We'll cover the essentials of hybrid app development, including setting up your environment, bui
Microsoft Viva Goals Boosts Productivity and Collaboration
9/25/2024 4:36:57 AM.
Microsoft Viva Goals is a goal-setting and management platform that boosts organizational alignment and productivity through the OKR framework. It offers real-time tracking, integration with Microsoft
CRUD Operation In MVC Using Elastic Search
9/24/2024 11:51:17 AM.
Elastic search is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elastic search is d
Quick start - Development Of Chat Bot Using Microsoft Bot Framework - For Beginners
9/24/2024 11:50:05 AM.
This guide provides beginners with a quick start to developing chatbots using the Microsoft Bot Framework. It covers essential concepts, tools, and step-by-step instructions to create effective conver
Understanding Database Sharding in Programming
9/24/2024 5:41:14 AM.
Learn how sharding improves scalability and performance in distributed databases, key strategies for partitioning data, best practices for shard key selection, and techniques to optimize data manageme
Explaning Random Access in File
9/24/2024 5:03:45 AM.
Random access in files allows direct movement of the file pointer to any position, enabling reading or writing at specific locations without sequential processing. Functions like fseek(), ftell(), and
Explaning Wrapper Classes in Java
9/23/2024 8:49:27 AM.
This is essential for utilizing Java’s object-oriented features, such as collections. With autoboxing and unboxing, Java simplifies conversions between primitives and their corresponding wrapper class
How to Download and Install the .NET Developer Framework?
9/23/2024 5:12:38 AM.
Microsoft .NET Framework is a Windows-only version of .NET used to build client and server applications. To install it, visit the .NET downloads page, choose the required version, download the executa
A Comprehensive Guide to Migrating Azure Functions C# to C# 12 with .NET 8 Isolated
9/21/2024 4:12:20 AM.
Ziggy Rafiq shows how to leverage modern C# features, and how to optimize the performance and scalability of Azure Functions by migrating them to .NET 8 Isolated Processes.
Getting an External IP Address Locally using VB.Net
9/20/2024 9:22:02 AM.
This guide covers the essential steps and code snippets for accessing your public IP address from within your VB.Net application, helping you manage network configurations and enhance your programming
Reading and Writing Operation on File System in C Programming
9/20/2024 7:55:07 AM.
In C programming, file handling allows reading from and writing to files using functions like fopen(), fclose(), putc(), getc(), fwrite(), and fread(). Files are opened in various modes such as read,
Generating Chart Dynamically In MVC Using Chart.js
9/19/2024 10:12:55 AM.
This guide covers integrating Chart.js with your MVC framework, customizing charts, and handling real-time data to create responsive and visually appealing data visualizations for your web projects.
Why To Use C# And When To Prefer Other Languages
9/19/2024 10:07:03 AM.
This blog explores the choice between programming languages like C#, C++, and Java, focusing on productivity, ease of use, and project requirements. It emphasizes the importance of selecting the right