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 Any
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rahul Bansal (15)
CSharp TV (9)
Ivan Porta (5)
David Mccarter (4)
Stephen Simon (4)
Sardar Mudassar Ali Khan (3)
Anand Lakshminarasimh (3)
Sourav Kayal (2)
Onkar Sharma (2)
George (2)
Lalit Bansal (2)
Rajiv Singh (1)
Madhukar Krishna (1)
Manikandan Murugesan (1)
Mark Pelf (1)
Jayeshkumar Mevada (1)
Jitendra Mesavaniya (1)
Ravee Rasaiyah (1)
Monica Rathbun (1)
Ajay Kumar (1)
Mithilesh Tata (1)
Nigel Fernandes (1)
Allen Oneill (1)
Mahesh Chand (1)
Jignesh Kumar (1)
G Gnana Arun Ganesh (1)
Rikam Palkar (1)
Vipin Yadav (1)
Rahul Singh (1)
John Jiang (1)
Ajay Singh (1)
Shriram Pophali (1)
Prathap Reddy (1)
Vitalii Honcharuk (1)
Raj Kumar (1)
Sanjay Kumar Pathak (1)
Chris Love (1)
Nitin (1)
Yogeshkumar Hadiya (1)
Oscar Santos (1)
Abdul Basith (1)
Rohan Singh (1)
Manoj Kalla (1)
Sumit Gupta (1)
Cecil Phillip (1)
Aman Panjwani (1)
Agnieszka Stec (1)
Subham Ray (1)
Ganesan C (1)
Siddharth Vaghasia (1)
Madhanmohan Devarajan (1)
Yogesh Tyagi (1)
Rajendran S (1)
Murali Krishnan (1)
Ramsis (1)
Jignesh Trivedi (1)
Rohan Mistry (1)
Ashish Bhatnagar (1)
Habibur Rony (1)
Vinit Kumar (1)
Related resources for Any
No resource found
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#.
Type In Hindi Or Any Other Language Using Google Translate
9/17/2024 10:41:53 AM.
With Google Translate, you can easily type in Hindi or any other language without needing a specialized keyboard. Just enter text in your preferred language, and Google will translate or convert it in
Hosting a Static Website in Cloudflare Pages without Any Cost
8/29/2024 5:20:00 AM.
Learn to host a static website for free using CloudFlare Pages. Start by signing up and logging in to CloudFlare Pages, then upload your local website files or connect to Git for deployment. After dep
ChatGpt-4o on Mobile Gets Many Paid Subscriptions (May 2024)
5/29/2024 10:35:14 AM.
In May 2024, ChatGPT-4 on mobile devices has seen a significant surge in paid subscriptions. This advanced AI chatbot, known for its enhanced capabilities and user-friendly interface, is attracting a
Create Your Own Basic Azure Chatbot (QnA) Without Any Code
5/28/2024 11:34:40 AM.
Learn how to create your own basic Azure chatbot using QnA Maker without writing any code. Utilize Azure Bot Service and QnA Maker to set up a knowledge base and deploy an AI-driven chatbot.
Count vs. Any in Entity Framework for Efficient Querying in .NET
5/24/2024 6:13:05 AM.
Entity Framework (EF) is a powerful Object-Relational Mapper (ORM) for .NET, allowing developers to interact with databases using .NET objects. When working with EF, it's crucial to write efficien
Implement Many-To-Many Relationship in C# Class
5/1/2024 11:13:30 AM.
Learn to implement a many-to-many relationship in C# using collections and junction tables. Explore how to model associations between entities, use LINQ queries for retrieval, and leverage tools like
Access AssemblyInfo File and Get Product Informations
4/25/2024 10:13:01 AM.
Access the AssemblyInfo file to retrieve crucial product details such as version, title, and company. Utilize attributes like AssemblyVersion and AssemblyProduct to programmatically access metadata, f
Contained Database - No Need For Server Level Logins Anymore
3/28/2024 10:34:38 AM.
Starting in SQL Server 2012 and in Azure SQL Database, Microsoft introduced the concept of a contained database. A contained database is a database that is completely un-reliant on the instance of SQL
Why Any() Outperforms Count() in Collection Checks
3/6/2024 8:50:13 AM.
Efficiency in programming is vital, and choosing the right method for tasks is crucial. Explore why Any() often outperforms Count() in specific scenarios with illustrative examples in C#.
Add Company Email Signatures and Disclaimers in Microsoft 365
3/5/2024 5:41:41 AM.
Explore methods to Create and Add Company Email Signatures and Disclaimers in Microsoft 365. Get the best guides to add Email Signatures and Disclaimers in Microsoft 365 in easy steps.
How To Hide Or Unhide Any Drive In Windows 10
2/27/2024 2:35:59 PM.
In this article, we will learn how to effortlessly hide or unhide drives on Windows 10. Safeguard sensitive data or customize your system's appearance by following our simple step-by-step guide. M
Access Website Hosted In IIS On Windows 10 From Any PC On LAN
2/27/2024 10:46:46 AM.
In this article, Learn how to access a website hosted on IIS in Windows 10 from any PC on your LAN. Configure network settings, ensure proper IIS setup and access the site seamlessly across your local
Top Things You Need to Consider When Starting a New Company Using AI in 2024
1/29/2024 5:14:07 AM.
As we enter 2024, the AI industry is brimming with potential for startups and entrepreneurs. In this article, I'll share the top things you need to consider when starting a new AI focused company.
Alias any type in C# 12
12/19/2023 5:31:43 AM.
Learn about Alias any type in C# 12.
Clean Code : Avoid Too Many Parameters In Method
12/18/2023 6:12:39 AM.
In this article I will demonstrate code clean up by passing less number of parameters in method. One common challenge developers face is the Excessive parameters in their methods. Excessive parameter
API Development using Clean architecture and facade design pattern in Asp.Net Core Web API
10/16/2023 4:56:31 AM.
Implementing a complete solution with all the details you've requested involves a significant amount of code, and it might not be feasible to provide an exhaustive example here. However, I can giv
Is There Any Need To Boxing And Unboxing
10/10/2023 11:10:32 AM.
With Boxing and unboxing one can link between value-types and reference-types by allowing any value of a value-type to be converted to and from type object. Boxing and unboxing enables a unified view
How to Build APIs using ASP.NET Core, a clean architectural approach, and the decorator design pattern
10/10/2023 6:32:14 AM.
Implementing the Decorator Pattern in an ASP.NET Core Web API with Clean Architecture involves structuring your application into layers and using decorators to add functionality to specific methods or
Publish A Blazor Or Any Webapp On GitHub Pages For Free
10/3/2023 4:26:47 AM.
Looking to host your website for free, look no further. I'll teach you how to publish your website for free on Github pages.
Calling Any Stored Procedure In ADO.NET
9/10/2023 9:36:17 PM.
This one generic function can call any Stored Prodedure which take input parameters and return output parameters with the help of two-dimensions array. This is very helpful specially when you designin
Understanding Projections In LINQ With Select & SelectMany Enumerable Methods
8/23/2023 9:11:12 AM.
In this article I will try to explain how to use projections in LINQ with a collection of objects.
Resolving CORS Origin Using Custom Middle ware in ASP.Net Web API
8/2/2023 5:02:53 AM.
In ASP.NET Core, middleware is a component or piece of software that sits in the request-response pipeline. Middleware is used to handle or modify incoming HTTP requests and outgoing HTTP responses. I
Object Relational Mapping (ORM) Using NHibernate: Part 5 - B of 8
7/31/2023 6:39:06 AM.
The idea here is to apply the Many-To-Many entity association in the E-Commerce scenario used, for example, throughout this article series.
Object Relational Mapping (ORM) Using NHibernate - Part 4 of 8
7/31/2023 6:00:05 AM.
Here in this article the intent is to eliminate the nulls introduced in the database by correctly mapping the association between PaymentApprovedOrder and Item as optional One-To-Many.
Object Relational Mapping (ORM) Using NHibernate - Part 3 of 8
7/28/2023 7:00:28 AM.
Firstly in part 1 of this article series, it had been shown that in ORM, while mapping a one-to-one association between objects to their corresponding tables, the primary key of one table is posted as
Transfer any files on Web services by c#
7/20/2023 6:49:05 AM.
We can use Microsoft SOAP protocol to transfer any files between a client and a server.
C# LINQ With Select and SelectMany Operator
7/10/2023 4:32:21 AM.
C# LINQ with select and select many operator
Power Pages - Custom "Select All - Unselect All" button in Lookup records dialog
5/11/2023 8:42:10 AM.
In Power Pages (Earlier Power Apps Portal), OOB support for selecting / deselecting all grid rows in “Lookup records” dialog is not found. Hence, I have built one client-side custom generic feature us
Extending Azure Data Services to Any Infrastructure with Azure Arc Data Controllers
5/4/2023 7:28:10 AM.
"Extending Azure Data Services to Any Infrastructure with Azure Arc Data Controllers" is an article that provides a comprehensive overview of Azure Arc Data Controllers. It explains what the
Get access to free Azure subscribtion from company email
5/3/2023 4:49:55 AM.
Once you join the company who use Azure you can use free subscription to build and run your POCs for work and personal use. In this article I am giving an instruction how to enable Free personal Enter
Getting Started With MuleSoft
4/29/2023 12:26:52 PM.
In this article, you will learn how to get started with MuleSoft and create some real time APIs with some examples.
SharePoint Item Display and Edit Screens Without Any Customization
4/24/2023 11:49:38 AM.
In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have
AI for Everyone: ChatGPT Prompts That Anyone Can Use
4/22/2023 3:50:13 PM.
Unlock the full potential of ChatGPT with our comprehensive guide to creating effective prompts. In addition to tips for crafting well-structured prompts, we've compiled a list of 25 prompts that
New Features In C# 12
4/22/2023 11:34:16 AM.
We're excited to show you three new features for C# 12:
Copy All Properties Of One Object Into Another Without Any Package In C#
3/27/2023 6:01:18 AM.
In this article we are going to map one object to another object which are same type and also different type. Some properties are exact same and some are different in case.
Take Your Development Environment Anywhere With GitHub Codespaces
3/16/2023 10:34:50 AM.
Get ready to take your development game to the next level with GitHub Codespaces! In this informative and exciting article, you'll learn how to set up your own cloud-based development environment.
Developer Opportunities in the Polkadot Ecosystem by Ananya Mohapatra
1/31/2023 2:18:33 PM.
In this session, you will learn about Developer Opportunities in the Polkadot Ecosystem.
Restore Data From A Virtual Server Hard Drive Or The Entire Virtual Server In Any Region
1/11/2023 9:40:12 AM.
In this article, you will learn how to restore either data from a virtual server hard drive, or the entire virtual server, in any region.
How To Use Hot Key Trigger In Automation Anywhere
11/11/2022 5:55:45 AM.
In this article, you will learn how to use Hot Key Trigger In Automation Anywhere.
How To Use For Loop In Automation Anywhere
10/13/2022 4:14:32 AM.
In this article, you will learn how to use for loop in automation anywhere.
Reasons To Choose Python For eCommerce Development
10/12/2022 6:04:27 AM.
Ecommerce today has done wonders and there are millions of businesses existing in this sector and other millions waiting to enter.But this growth is not just because of improved digitalization. One
How To Use If Package In Automation Anywhere
10/10/2022 5:18:13 AM.
In this article, you will learn how to use if package in automation anywhere.
View Text For Any File In A Solution In Visual Studio
10/8/2022 8:29:12 AM.
In this article, you will learn about the ways to view text for any file in a solution in Visual Studio.
Exception Handling In Automation Anywhere
10/3/2022 5:59:43 AM.
In this article, you will learn about Exception Handling In Automation Anywhere.
How To Work With Number Package In Automation Anywhere
9/30/2022 6:18:34 AM.
In this article, you will learn how to work with number package in automation anywhere.
How To Get Value From CSV File In Automation Anywhere
9/29/2022 5:27:23 AM.
In this article, you will learn how to get value from csv file in automation anywhere.
How To Work With ‘Clipboard’ Action In Automation Anywhere
9/26/2022 5:07:43 AM.
In this article, you will learn how to work with ‘clipboard’ action in automation anywhere.
Variable Type Conversion In Automation Anywhere
9/22/2022 6:17:28 AM.
In this article, you will learn about Variable Type Conversion in Automation Anywhere.
How To Get Text From Text File In Automation Anywhere
9/22/2022 6:11:58 AM.
In this article, you will learn how to get text from text file in automation anywhere.
How To Open Any Website Through Browser In Automation Anywhere
9/21/2022 5:41:18 AM.
In this article, you will learn how to open any website through browser in automation anywhere.
How To Execute A JavaScript File In Automation Anywhere
9/17/2022 4:04:06 PM.
In this article, you will learn how to execute a javascript file in automation anywhere.
How To Execute Manual JavaScript In Automation Anywhere
9/17/2022 11:22:25 AM.
In this article, you will learn how to execute manual javascript in automation anywhere.
What Are System Variables In Automation Anywhere
9/13/2022 6:03:53 AM.
In this article, you will learn what are System Variables in Automation Anywhere.
How To Create Personal Folder To Save Your Bots In Automation Anywhere
9/13/2022 4:48:40 AM.
In this article, you will learn how to create personal folder to save your bots in automation anywhere.
Introduction To ReactJS
9/12/2022 1:19:18 PM.
In this article, you will learn about ReactJS.
Robotic Process Automation Using Automation Anywhere
9/9/2022 7:21:18 AM.
In this article, you will learn Robotic Process Automation using Automation Anywhere.
Dynamics 365 - Provision To Implement Sequences On Any Form
9/5/2022 5:38:34 AM.
In this article, you will learn how to share the information about the sequences in Dynamics CRM.
Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2
9/1/2022 5:01:24 AM.
On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 is much more flexible and powerfulIn this episode, Arthur Vickers returns to cha
Implement One-To-Many Relationship in C# Class
8/22/2022 11:36:26 AM.
In this article we will learn how to implement a One to Many relationship in a C# class.
Write Something, Anything To Start And Enhance Your Career
6/21/2022 10:25:27 AM.
One of the questions I get asked a lot is, “How do I get a job?”. The answer is that you need experience. But, how do you get experience if you don’t have a job yet? My answer is, write an app or webs
Relationships In Entity Framework Core
5/4/2022 6:52:45 AM.
This Articles Briefs about how we can Configure Various types of Relationships amongst the Entities Using Entity Framework Core Code First Approach.
How To Use GitLive With Any Git Repository In VS Code
4/20/2022 12:53:42 PM.
Great news?-? GitLive now works, out-of-the-box in offline mode, with any Git repository in VS Code!
How To Build A Calendar In Python Using Tkinter
1/10/2022 8:58:24 AM.
In this article, you will learn how to build a calendar for any year in python using tkinter.
A Fix To Typescript TS7006: Parameter 'xxxx' Implicitly Has An 'Any' Type
12/27/2021 5:19:30 AM.
In this article, you will learn about a fix to Typescript TS7006: Parameter 'xxxx' Implicitly Has An 'Any' Type.
How To Access Website Hosted In IIS From Any PC On LAN
11/18/2021 2:55:26 PM.
In this article, I have described How to access a website hosted in IIS from any PC on LAN.
TypeScript - Any Vs Unknown
9/22/2021 8:25:36 AM.
In this article, we are going to see about any vs unknown type in TypeScript.
Code It Any Way You Want!
8/13/2021 9:35:35 AM.
In this article, you will learn about Code It Any Way You Want!
Sending Teams Message To Any User From A Specific User From PowerAutomate
8/4/2021 4:53:40 AM.
In this article, we will learn how to send teams message to any user from a specific user(service account) from Power Automate.
How Azure Can Help Your Company Expand In Multiple Regions (5 Of 5)
7/29/2021 6:17:40 AM.
A previous article guided you through setting up your repository. You did this by creating multiple branches that reflect the GitFlow model and protecting those branch use policies. Then, I gave you a
How Azure Can Help Your Company Expand In Multiple Regions (4 Of 5)
7/22/2021 4:44:12 AM.
In this article, you will learn how Azure can help your company expand in multiple regions.
How Azure Can Help Your Company Expand In Multiple Regions (3 Of 5)
7/21/2021 12:51:00 PM.
In today’s article, I will move forward and creating an App Service resource, replicating it in North Europe, and setting up an Azure Front Door resource that will load-balance and forward the HTTP r
How Azure Can Help Your Company Expand In Multiple Regions (2 Of 5)
7/19/2021 2:26:46 PM.
In today’s article, I am going to start guiding you by implementing the proposed architecture by creating an Azure SQL database resource in our main company’s database in Montana, replicating it in Eu
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-
Event Registration Form Using Microsoft Forms Without Any Code
7/1/2021 4:11:33 AM.
To explain how to create a simple event registration form without using any code with the help of Microsoft Forms
Keynote: 7 Important Requirements for Any Successful Project - Code Quality & Performance Virtual Conference
6/21/2021 10:46:35 AM.
This is the Keynote session in Code Quality & Performance Virtual Conference and about 7 Important Requirements for Any Successful Project
Upload Any File and Show the Thumbnail of Uploaded File in MVC
5/27/2021 4:55:23 AM.
This project converts txt, doc, docx, xls, xlsx, ppt, pptx and rtf extension files into a PDF and then converts the created PDF into a JPEG format.
How To Convert UTC Date To Any Given Timezone Name Date In SQL Server
5/16/2021 12:32:11 PM.
In this article, you will learn how to convert the UTC Datetime to any timezone using SQL.
Angular 11 Spinner/Loader With Out Any Third Party Library/Package
5/1/2021 8:58:59 AM.
Normally we will use other npm packages for spinner . here i am going to use spinner without any package
Create an Application Using Any Database Without Changing a Single Line of Code
3/24/2021 12:22:32 PM.
This article shows how to create an application that uses any database, including Access or SQL Server.
Learn the many ways to use custom fonts in Power Apps - Power Platform Virtual Conference
3/16/2021 12:58:48 PM.
This session is about “Learn the many ways to use custom fonts in Power Apps” in Power Platform Virtual Conference 2021.
Build a Successful Company from Ground up - Growth Mindset Ep. 17
2/20/2021 2:14:34 PM.
Join Mahesh Chand & Vigyan Kaushik for the new episode of Growth Mindset Weekly Live Show focused on building a successful company from the ground up.
Configure One-To-Many Relationships In Entity Framework Using Code First Approach
11/11/2020 9:41:50 AM.
In this article you will learn about configuring one-to-one relationships in Entity Framework using the code first approach
Top Tips To Master Automation Anywhere For RPA
10/4/2020 7:24:18 AM.
In this article, you will learn about the top tips to master Automation Anywhere for RPA.
The Ultimate Guide To Automation Anywhere - Services And Solutions
9/15/2020 8:38:22 AM.
In this article, you will learn about the ultimate guide to automation anywhere - Services and Solutions.
How To Upload Any File On Amazon Simple Storage Service (AWS S3) In ASP.NET Core Project
9/14/2020 7:04:55 PM.
In this article, you will learn how to upload any file on Amazon's simple storage service (AWS S3) in an ASP.NET Core project.
Event Based Programming Model With JSF Tag Library
8/17/2020 6:45:21 AM.
JSF provides an event-based programming model similar to Swing or AWT. Events are used as a mechanism for propagating the state change notification between the source object and one or more target obj
Introducing Oqtane – Rocket Fuel for Blazor
8/1/2020 7:13:43 AM.
In this episode of AMA, guest Shaun Walker shows how you can accelerate your web development using Oqtane framework.
Anytime Customer Support Using Artificial Intelligence Chatbot In Customer Service
7/21/2020 6:14:45 AM.
This article focuses on the basic knowledge of the chatbot. It looks at how a rule-based chatbot, machine-learning chatbot, and AI chatbot work. We look at why we need chatbots for the customer servic
Typing with TypeScript
7/19/2020 10:56:44 AM.
Ask Me Anything ft. Christopher Harrison
Automated Machine Learning Forecasting
7/19/2020 10:34:21 AM.
Demo for Automated Machine Learning Forecasting by Amy Boyd
Code Quality/Performance & Application Architecture
7/12/2020 2:32:39 AM.
Ask Me Anything Show ft. David McCarter
Automated Machine Learning Regression
7/7/2020 6:26:40 AM.
Demo for Automated Machine Learning Regression by Amy Boyd
How To Connect Azure Virtual Machine Within Firewall Using Bastion
6/19/2020 10:24:01 PM.
This article is specifically to help developers who are not able to connect Azure windows Virtual Machine through RDP application within a corporate Firewall due to security restrictions.
Automated Machine Learning with Low Code - AMA
6/14/2020 10:43:52 PM.
In this session, you will learn about the functionality of Azure Machine Learning’s Automated ML service.
Building & Empowering Community - AMA
6/12/2020 5:18:33 AM.
Know what is RPA and how you can navigate your career into automation from community resources.
Power of UX Prototyping - AMA
6/12/2020 5:17:33 AM.
Learn why prototyping in important, different tools available, and a lot more in this AMA episode.
How To Create A Great User Experience In Any Application
5/29/2020 10:52:19 AM.
In this article, you will learn how to create a great user experience in any application.
How To Create A Great User Experience In Any Application - Part Two
5/28/2020 10:07:44 PM.
In this article you will learn how to create a great user experience in any application.
Discover if UX is Worth it for Your Career & Company - AMA
5/27/2020 7:19:43 AM.
Watch this episode of #AskMeAnything to discover if UX is Worth it for Your Career & Company.