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 ERB
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abiola David (7)
Sourav Kayal (4)
Sarvesh Shinde (3)
Jitendra Mesavaniya (2)
Mahesh Chand (2)
CSharp TV (2)
Vignesh Mani (2)
Vijay Prativadi (2)
Naveen Kumar (1)
Jalpa Dhola (1)
Balaji Thilagar (1)
Himanshu Singh (1)
Adarsh Nigam (1)
Sudhir Vaghela (1)
Zain Ul Hassan (1)
Akshay Phadke (1)
Muzaffar Ur Rahman (1)
Madhu Patel (1)
Nandan Hegde (1)
Mohammad Elsheimy (1)
Raj Bhatt (1)
Mohammad Hussain (1)
Rakesh Kalluri (1)
George (1)
Hirendra Sisodiya (1)
Aly Elhaddad (1)
Ivan Porta (1)
Ashish Bhatnagar (1)
Surjeet Yadav (1)
Manoj Mittal (1)
Ankit Kanojia (1)
Dhairya Krishnat (1)
Ravishankar Velladurai (1)
Amit Tyagi (1)
Akshay Patel (1)
Ritesh Rai (1)
Gajendra Jangid (1)
Farhan Ahmed (1)
Hari Shankar (1)
Prasham Sabadra (1)
Dhruvin Shah (1)
Usama Shahid (1)
Prakashraj P (1)
Prasad Kambhammettu (1)
Bikesh Srivastava (1)
Ponvannan Ponnuramu (1)
Priyaranjan K S (1)
Ketak Bhalsing (1)
Raj Kumar (1)
Vincent Maverick Durano (1)
Abhishek Arora (1)
Arunava Bhattacharjee (1)
Sateesh Arveti (1)
Anubhav Chaudhary (1)
Sourabh Somani (1)
Ashish Vanjani (1)
Sanjeeb Lenka (1)
Srinivasa Sivkumar (1)
Mahak Gupta (1)
Sonia Bhadouria Vishvkarma (1)
Abhimanyu K Vatsa (1)
Kristian Jude (1)
C# Curator (1)
Purushottam Rathore (1)
Nipun Tomar (1)
Yussof Mohomed (1)
Fons Sonnemans (1)
Related resources for ERB
No resource found
Exploring the Seven Experiences in Microsoft Fabric
11/18/2024 4:47:32 AM.
In this article we will dive deeper into each of the seven Fabric experiences, focusing on their objectives, the resources they provide, similar Azure services, and the key personas they serve.
Understanding Write-Debug, Write-Verbose, and Write-Host
11/10/2024 7:23:16 AM.
In PowerShell, Write-Debug, Write-Verbose, and Write-Host serve different purposes for output. Write-Debug is used for debugging, displaying messages when the $DebugPreference is set. Write-Verbose p
Cross-Site Request Forgery (CSRF) in ASP.NET Core
9/13/2024 9:00:31 AM.
CSRF is a security vulnerability where attackers trick authenticated users into making unintended requests. This ASP.NET Core example demonstrates using anti-forgery tokens to prevent CSRF attacks. It
A Complete Guide to NumPy: From Basics to Advanced
8/16/2024 10:26:10 AM.
NumPy, short for Numerical Python, is a powerful library for numerical computing in Python. It supports multi-dimensional arrays and matrices, with functions for mathematical operations, array manipul
Power BI: Transform Hyperlinks into Icons for Better User Experience
7/24/2024 6:16:03 AM.
Learn how to enhance your Power BI reports by transforming plain text hyperlinks into clickable icons. This step-by-step guide will show you how to categorize URL fields and display them as icons, imp
Fluent UI (Collection of UX Frameworks from Microsoft )
7/23/2024 4:13:03 AM.
This article is about Fluent UI, a Microsoft framework for building user interfaces. Fluent UI is a Microsoft UX framework for creating consistent, accessible, and customizable components across platf
Learn About Action Selectors In ASP.NET MVC
5/27/2024 12:01:22 PM.
This article elucidates action selectors in ASP.NET MVC, guiding from basic to advanced concepts. It covers action methods, various action selectors like ActionName, NonAction, and ActionVerbs such as
Verbatim String Literals vs Raw String Literals in C#
5/27/2024 9:31:20 AM.
String handling is a crucial aspect of programming, and C# provides multiple ways to manage strings effectively. This article compares verbatim string literals and raw string literals, highlighting th
Multiple OrderBy Operations in Entity Framework
5/27/2024 5:54:42 AM.
Entity Framework (EF) is a powerful ORM (Object-Relational Mapper) in .NET that allows developers to work with databases using .NET objects. In EF, this can be achieved using OrderBy, ThenBy, OrderByD
Explain Sorting Data In AngularJS
4/22/2024 6:38:44 AM.
Sorting data in AngularJS involves using the orderBy filter to arrange items based on specific criteria such as alphabetical order, numerical order, or custom sorting functions. This allows for dynami
FolderBrowserDialog In C#
4/15/2024 11:19:37 AM.
FolderBrowserDialog in C# is a convenient tool for enabling users to browse and select folders within a C# application's graphical user interface. It's part of the .NET framework, specifically
Embed Power Report in Fabric Notebook
2/21/2024 10:45:47 AM.
In this video, I demonstrated how to embed Power BI report in the Microsoft Fabric Notebook and filter the report
Clean and Transform Data using M Code Stored in Text File
2/5/2024 8:32:26 AM.
In this video, I showed how to clean and transform data using M code stored in Text file in excel
Incremental Refresh in power BI Desktop and Service
12/15/2023 4:40:46 AM.
This video shows practical and comprehensive implementation of Incremental Refresh in Power BI Desktop and Service.
Dynamic Row-Level Security in Power BI Desktop & Service with different Users
12/5/2023 6:54:41 AM.
The RLS is one of the security measures in Power BI that helps to protect sensitive data and prevent unauthorized access. This vide shows how to create dynamic RLS in PBI Desktop and invoked the RLS i
Filters and Types of Filtering in Power BI
11/3/2023 6:16:25 AM.
Power BI filters are useful tools for organizing data, visualizing and comparing your data visualizations and creating reports.
How To Save Verbose() To A Variable in LangChain?
10/26/2023 7:58:16 AM.
I encountered an issue when using a LangChain agent, as I could only access the final output. However, the problem was solved by initializing the agent with 'return_intermediate_steps=True'. T
How to Create Table & Insert Records in Microsoft Fabric Data Warehouse SQL Endpoint
10/16/2023 8:41:31 AM.
This article covers how to create table and insert records in the Microsoft Fabric Data Warehouse SQL Endpoint
Publishing Power BI Report into the Power BI Service
10/12/2023 5:14:22 AM.
This article demonstrated how to publish Power Report to the Power BI Service
Power BI Service Dataset Refresh History Updates
10/5/2023 7:05:56 AM.
The PowerBI Service's dataset refresh history page has undergone significant improvements. Previously, it provided basic details such as trigger type, start and end times, status, and failure mess
Calculating Sales Amount by Product Category in DAX and Power Query
9/27/2023 8:58:27 AM.
In this video, I demonstrated how to write the DAX formula and using the GUI in Power Query to calculate Sales Amount by Product Category.
Retrieving Motherboard Serial Number Via WMI
9/6/2023 6:50:30 AM.
Learn how to retrieve Motherboard serial number and other related information via Windows Management Instrumentation (WMI) in .NET.
Using the OrderBy and OrderByDescending Operator in LINQ
8/8/2023 11:08:55 AM.
Using the OrderBy and OrderByDescending Operator in LINQ: Sorting Collections
Power BI VS Tableau
7/26/2023 6:53:55 AM.
Power BI VS Tableau: Differences and Comparisons
Multiple Grouping Sets in SQL Server
1/18/2023 6:35:38 AM.
This article explains multiple grouping sets in SQL Server.
JSON Patch (2) In ASP.NET Core web API For Database
6/23/2022 5:12:19 AM.
This article is continuation of Json Patch (1) In ASP.NET Core web API in memory, this is for database.
Web API With AJAX: Understand DELETE Verb in Restful Web API
6/22/2022 9:35:43 AM.
This article provides an example showing the DELETE HTTP verb and how to generate a delete request using the jQuery ajax() function.
Web API With AJAX: Understand AcceptVerb Attribute in Web API
6/22/2022 9:19:00 AM.
This article explains the AcceptVerb attribute of the Web API. AcceptVerb is one attribute of the Web API actions. We can use it to allow a specific HTTP verb in a Web API action.
Verbatim strings in C# - Use of @ symbol in string literals
4/5/2022 12:08:47 PM.
In this article we will understand use of the @ symbol in C# strings.
ThunderboltIoc - .Net Dependency Injection Without Reflection!
1/19/2022 4:30:40 AM.
Introduction and documentation for the new ThunderboltIoc framework which achieves dependency injection in .Net without reflection.
How Azure Can Help Your Company Expand In Multiple Regions - Part I
7/3/2021 6:04:53 AM.
This month, I want to do something different. Typically, I discuss standalone topics related to an overall theme without really connecting each of them. But this time, I will guide you through a real-
AI in Power BI - Women Data Summit 2021
6/27/2021 10:58:14 AM.
This session in Women Data Summit 2020 is about AI in Power BI
How Action is Mapped With HTTP Verb in Web API
5/26/2021 9:43:30 AM.
This article explains how an action is mapped with a HTTP Verb in the Web API.
Data Binding In .NET
3/31/2021 2:36:59 PM.
In this article, you will learn about Data Binding in .NET.
How to start with Azure Synapse Analytics - Power BI Developer Edition || Power Platform Virtual Conference
3/16/2021 10:45:20 AM.
This session is about “How to start with Azure Synapse Analytics - Power BI Developer Edition” in Power Platform Virtual Conference 2021.
Working With HTTP Verbs
2/4/2021 5:27:54 AM.
HTTP verbs tell the server what to do with the data identified by the URL. The HTTP method is supplied in the request line and specifies the operation that the client has requested.
HTTP Get, Put, Post And Delete Verbs In ASP.NET WEB API
1/8/2021 10:01:07 AM.
In this article, you will learn about HTTP Get, Put, Post and Delete verbs in ASP.NET WEB API.
Zero-Code Intelligent Bot | PowerVirtualAgents with PowerAutomate & Data Verse
12/23/2020 12:52:21 PM.
Here you will learn, How to build intelligent zero code intelligent bot using Power Virtual Agent using Power Automate & Power Apps (Data Verse | Table) as Datasource
Introduction To Firestore In Firebase Cloud - Part One
8/6/2020 7:38:18 AM.
In this article, you will learn about Firebase Cloud Firestore Basic Functionality — Add, Update, Get, Delete, OrderBy, Limit.
Add A Column from Example In Power QueryEditor
7/28/2020 12:04:21 AM.
In this article, you will learn about PowerBI's feature of adding a column from an example in Power QueryEditor.
Stream Sensor Data In Real-Time With IoT Hub Using PowerBI
4/15/2020 12:00:14 AM.
In this article, let us see how to stream Sensor Data in Real-Time with IoT Hub using PowerBI and send temperature data into the cloud via Azure IoT Hub.
Getting Started With Ansible - Part Five
8/22/2019 10:17:58 AM.
This is in continuation of the articles of the series “Learning Ansible" where we will learn printing the fact variables using debug module. Also, we will see different levels of verbosity.
All About API: HTTP Verb Attributes - Part Four
8/22/2019 12:58:29 AM.
In this article, you will learn about HTTP Verb Attributes on Web API method.
Getting Started With ASP.NET MVC - Part Five
8/9/2019 9:13:20 AM.
In this article, you will learn about Layouts in MVC, RenderBody in MVC, Layout page location in the folder structure of MVC, and View Start for Layout.
Add Power BI Report On SharePoint Modern Page And Manage Permissions
7/28/2019 11:36:36 AM.
In this article, we will see how to add PowerBi report on a modern page in SharePoint Online and how to manage permissions.
Power BI Axis, Data Labels And Page Level Formatting
7/2/2019 10:41:49 AM.
In this article, we will see how we can format data labels, chart axis, and report pages in Power BI.
Dynamic Sorting (OrderBy) Based On User Preference
6/21/2019 9:17:07 AM.
In this article, I am going to demonstrate how we can sort the data based on user preference.
Reporting Using Power BI With SharePoint As Data Source
6/17/2019 9:27:13 AM.
In this article, we will see how to use Power BI desktop application to build a report.
HTTP Verbs In MVC 5
6/16/2019 10:19:28 AM.
In this article, you will learn about HTTP verbs in MVC 5.
Action Verb Selectors In ASP.NET MVC
5/15/2019 9:32:35 AM.
In this article, I am going to discuss the basics of Action Verb selectors in ASP.NET MVC.
Verbatim String Literals
1/17/2019 4:57:27 AM.
Other than the regular string literals, C# supports what is called as Verbatim string literals.Verbatim string literals begin with @" and end with the matching quote. They do not have escape sequ
Office 365 - SharePoint Online - Resolving "Unapproved Verbs" Warning
12/19/2018 11:50:10 AM.
In this article, I’ll explain in detail the meaning of the warning: "The names of some imported commands from the module 'Microsoft.Online.SharePoint.PowerShell' include unapproved verbs
Install Power BI PowerShell On Your Windows Machine
8/16/2018 8:54:50 AM.
In this article, we will learn how we can easily install PowerShell for the Power BI on our machine.
Action Verbs And Action Selectors In ASP.NET
5/10/2018 10:18:29 AM.
Action Selector is an attribute that applies to action methods. It helps the routes to identify the action based on the request. Here in the ASP.NET environment, we have a few Action Selectors.
Using ERB Tags In Ruby On Rails Default HTML Templates
8/18/2017 1:44:13 PM.
In this article, you will learn about the view templates, template file naming, ERB tags, and how to use ERB tags in HTML templates.
Ability To Develop HTTP Methods Or Verbs (GET, POST, PUT, DELETE etc)
7/17/2017 5:22:37 PM.
Before going to explain the significant verbs or methods (GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE and CONNECT) for the communication among different clients and servers, first of all we should un
REST Features In WEB API With The Verbs GET, POST, PUT, DELETE, PATCH
4/24/2017 11:57:58 AM.
In this article, I am going to explain about REST features with the verbs GET, POST, PUT, DELETE in WEB API.
Configuring Kerberos Authentication On Share Point 2013 - 2016 Web Application
11/24/2016 12:09:30 PM.
In this article, you will learn configuring Kerberos Authentication in Share Point 2013 - 2016 web application.
Create PowerBI Reports Using SharePoint Online List
10/12/2016 5:34:54 PM.
In this article, you will learn how to create PowerBI reports , using SharePoint Online List.
Getting Started With Power BI
4/29/2016 1:12:16 PM.
In this article you will learn about Power BI. Power BI Desktop is a powerful, flexible, and a highly accessible tool to connect with and shape the world of data, build robust models, and craft well-s
How to Import And Display Data From Web Page Using Power BI Desktop
11/10/2015 1:13:04 AM.
In this article we will learn how to import and display data from web page using Power BI Desktop.
Xamarin Android and Visual Studio Build Failed With no Errors
4/28/2015 1:29:09 PM.
In this article you will learn how to fix the Xamarin Android and Visual Studio Build Failed issue without any build Error.
Creating a Power View Report With Azure Marketplace Data
3/2/2015 6:32:24 PM.
In this article we will learn creating a Power View report with Azure Marketplace data and creating relationships between the tables.
All About Sorting in C#
9/5/2014 2:18:05 PM.
In this article you will learn how to use IComparable<> or IComparer<> and how it can be replaced by LINQ.
Secrets of Extension Methods: Part II
9/5/2014 12:49:13 AM.
This article explains how Extension Methods are used in LINQ.
Apply Sorting Using AngularJS
1/16/2014 1:28:32 PM.
In this article I will tell you how to do sorting using AngularJS.
Sorting in AngularJS
1/4/2014 1:11:56 PM.
This article describes sorting and OrderBy filtering in AngularJS.
Web API With AJAX: Perform Cross-Domain AJAX Request Using POST Verb
12/11/2013 1:07:57 PM.
In this article we will understand how to make Cross-Domain requests (Web API) using the ajax() function.
Using FolderBrowserDialog in C#
10/30/2013 8:44:05 AM.
In this video you will learn how to use FolderBrowserDialog Box is C#
Get the Motherboard Details of Your System in Windows Form
8/30/2013 8:17:58 AM.
This article describes how to get the Motherboard details of your System . Here I will get the information from the Win32_MotherboardDevice class.
Exploring Array in VB.NET
11/10/2012 12:06:55 AM.
There are few differences between VB6 and VB.NET arrays. Let’s find out how VB.NET arrays differ from the VB6 arrays. The main difference between VB.NET and VB6 based arrays are VB.NET arrays always starts from the element zero (Arrays in .NET enabled languages are inherited from the System.Array class).
Understanding a Window Properties in WPF
9/29/2012 5:41:46 AM.
In this article, we will discuss some important properties of the window object in the WPF. Here we set the properties with the help of example.
OrderBy Using CAML in SharePoint 2010 Programmatically Using VS 2012
9/12/2012 12:49:12 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Animation Through Coding in Expression Blend 4
8/29/2012 12:49:47 PM.
Today, we are going to see the use of Canvas with Border in Expression Blend 4.
Telerik RadPickerBox in Windows Phone 7 Via WCF Service
5/20/2012 6:02:50 AM.
Today, in this article let’s learn another new and wonderful concept related to Windows Phone 7, whereby communicating with a WCF Service to perform some operations.
Spin Button in WPF
9/6/2011 7:09:07 PM.
The WPF SpinnerButton control allows us to add a spinning feature to any element. This article demonstrates how to use the ButtonSpinner control in a WPF application using C# and XAML.
Strings in C# - Part 3
8/9/2011 3:07:35 PM.
In this article you will learn Escape characters and Verbatim Strings in C#.
For Loop to draw a Checkerboard in the GDIDrawer
3/25/2011 12:05:55 AM.
Use the for loop to draw a Checkerboard in the GDIDrawer.
System.Array Class using C#
1/19/2010 12:23:56 AM.
In this article I will explain you about the System.Array Class using C#.
GridView Paging and Sorting using Ajax
6/16/2009 1:15:59 AM.
In this article i am going to demonstrat how to enable browser back button. You will also learn gridview control and how to use paging, sorting using AJAX.
Sorting Data in the Silverlight DataGrid
7/22/2008 10:04:42 PM.
In this article I will discuss automatic and programmatic sorting in a Silverlight DataGrid.
KillerBeam - A Game in C#
7/18/2007 12:09:44 AM.
KillerBeam is a .Net implementation of the game called Laser Chess which appeared in Compute! Magazine in the early eighties.
NumberBox ASP.NET Control
2/12/2007 11:18:06 PM.
The NumberBox control is an ASP.NET control, which lets the user only input numerical values.