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 alt
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney (6)
CSharp TV (5)
Mohamed Azarudeen Z (3)
Ajay Kumar (2)
Sardar Mudassar Ali Khan (2)
Ziggy Rafiq (2)
Nitin (2)
Arjun Panwar (2)
Onkar Sharma (2)
Dipen Shah (2)
David Mccarter (2)
Gaurav Kumar (2)
Praveen Kumar (1)
Jochen Bartlau (1)
Jalpa Dhola (1)
Ananthakrishna V (1)
Jake Creasy (1)
Velladurai (1)
Jay Krishnareddy (1)
Darshan Adakane (1)
Joel Champagne (1)
Vulpes (1)
Ankur Mistry (1)
Dushyanth Jajimoggala (1)
Viknaraj Manogararajah (1)
Rahul Bansal (1)
Mark Pelf (1)
Rathrola Prem Kumar (1)
Ishika Tiwari (1)
Albz (1)
Scott Lysle (1)
Ankit Sharma (1)
Rajashekar Syereddy (1)
Dr Gomathi (1)
Alpesh Maniya (1)
Tural Suleymani (1)
Chethan N (1)
Mohit Mishra (1)
Miguel Teheran (1)
Mushtaq M A (1)
Scott Zimmerman (1)
Senthilkumar (1)
Sathya N (1)
Cristopher Coronado (1)
Jin Necesario (1)
Prathap Reddy (1)
Amit Mohanty (1)
Md Sarfaraj (1)
Jefferson S. Motta (1)
C# Curator (1)
Amit Choudhary (1)
Shashi Ray (1)
Akshay Patel (1)
Shaili Dashora (1)
Shweta Lodha (1)
Vitalii Honcharuk (1)
Vinodh Kumar (1)
Shenbagapandiyan P (1)
Md Kaleem Pasha (1)
Praveen Sreeram (1)
Ojash Shrestha (1)
Ajay Mor (1)
Nathan Bradshaw (1)
Anup Hosur (1)
Madhan Thurai (1)
Sarvesh Shinde (1)
Ashish Bhatnagar (1)
Lalit Bansal (1)
Suparba Panda (1)
Sormita Chakraborty (1)
Jaymin Dangi (1)
Sibeesh Venu (1)
Chhavi Goel (1)
Diptimaya Patra (1)
Guest User (1)
Ahsan Siddique (1)
Prabhakar Maurya (1)
Shresthi Jaiswal (1)
Sourabh Soni (1)
Arun Choudhary (1)
Related resources for alt
No resource found
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!
Gitea - an Open Source, Self Hosted GitHub Alternative
10/16/2024 4:51:49 AM.
Gitea is a lightweight, self-hosted Git server that offers features similar to GitHub, including issue tracking, pull requests, and a web-based interface. It's ideal for organizations needing data
Introduction to Office Script
9/13/2024 5:26:23 AM.
Office Scripts is a feature in Microsoft Excel that allows you to automate repetitive tasks using JavaScript. This can significantly streamline your workflow by enabling you to create custom scripts t
The Future of Gen AI in Personalized Healthcare
8/12/2024 4:45:48 AM.
Explore the cutting-edge applications of Generative AI in personalized healthcare. This article delves into how Gen AI is transforming diagnostics, treatment planning, and patient engagement, offering
Health Check Service In .NET
7/18/2024 4:25:04 AM.
This service leverages ASP.NET Core to provide real-time status updates, API health checks, and dependency monitoring, enhancing application reliability and uptime.
Digitial Transformation in Healthcare: The Role of IT Solutions
7/4/2024 4:38:22 AM.
This article explores how IT solutions like AI, blockchain, IoT, and telemedicine are driving digital transformation in healthcare, improving patient care, and enhancing operational efficiency.
Creating a User Login System with SQL Server Stored Procedures
7/2/2024 7:12:28 AM.
Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user inputs a
Client Script - OnCellEdit with Realtime Scenarios and Use Cases
7/2/2024 4:38:57 AM.
Explore the power of client-side scripting with a focus on OnCellEdit events, providing real-time scenarios and practical use cases. Delve into JavaScript's capabilities in frontend development, m
Using String-Based Enums in C#
6/10/2024 8:02:49 AM.
In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other data
⏲️ Visual Time Spent - Time Tracking Extension For Coding In Visual Studio
6/5/2024 8:10:58 AM.
Visual Time Spent" is a time-tracking extension for Visual Studio, enhancing coding productivity. It provides insights into coding habits, metrics, and performance, facilitating efficient time ma
Client Script - OnChange with Realtime Scenarios and Use Cases
5/24/2024 4:31:40 AM.
Harness the power of client-side scripting with OnChange events for dynamic user experiences. Real-time scenarios include form validation, live data updates, and interactive interfaces, enhancing user
Azure Mangement Solutions: Advisor, Monitor, Health
5/23/2024 7:05:00 AM.
In this article, we will see azure's wide range of management solutions to help businesses optimize, secure, and streamline their operations in the cloud.
Dynamic Objects And Alternatives To Reflection
5/17/2024 10:22:34 AM.
The CodexMicroORM open-source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance. cs file and enables dy
Thread- Local Storage of Data in .NET
5/1/2024 11:07:55 AM.
Suppose you're writing a multi-threaded application and you want each thread to have its own copy of some data. You also want this data to persist throughout the lifetime of the thread.
Client Script - OnLoad with Realtime Scenarios and Use Cases
4/29/2024 5:22:43 AM.
In his article, let's explore the nuances of OnLoad client scripts in the ServiceNow environment and provide developers and administrators with an extensive how-to guide for making the most of thi
Create Word Reports Without Microsoft Word Using Spire.doc
4/25/2024 8:09:25 AM.
Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document processin
Application Health Check Using ASP.NET Core
4/23/2024 8:33:19 AM.
Learn how .NET Core facilitates application health checks, vital for stability and performance. Understand various health statuses, monitor dependencies like SQL Server, Azure Storage, and URIs. Confi
Health Checks in .NET Core with AspNetCore.HealthCheck.UI.Client
4/13/2024 5:37:03 PM.
Implementing health checks in .NET Core applications ensures reliability. Using AspNetCore.HealthChecks, monitor application health and dependencies, facilitating proactive issue identification for en
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
4/9/2024 5:54:03 PM.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
Deploying Palo Alto Firewall on Azure
4/9/2024 7:27:15 AM.
In this article, we will explore the seamless integration of Palo Alto Firewall with Azure for robust network security. Learn deployment strategies, security policies, and threat prevention techniques
How to Send an Email With Image in C#
4/3/2024 9:41:22 AM.
Send emails with images in C# using System.Net.Mail. Create an alternate view to embed images within HTML content. Utilize LinkedResource to reference images and SmtpClient to send MailMessage with an
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
4/1/2024 7:24:18 AM.
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
Different Use Cases Of Blockchain
3/22/2024 10:05:10 AM.
Blockchain, beyond powering digital currencies, finds applications in finance, healthcare, real estate, energy, and supply chain. Explore its role in optimizing financial processes, improving healthca
Why GraphQL Is An Alternative Over React API
3/21/2024 6:26:24 AM.
GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
What is Alternative of Multiple Inhertitance in C#?
3/18/2024 7:22:10 AM.
This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
Language interpretation/Transilation/Recognition for Healthcare Consultations
3/10/2024 3:53:21 PM.
Enhance healthcare consultations with language interpretation, translation, and recognition services. Utilize cutting-edge technology for seamless communication, ensuring accurate exchange of medical
Tailoring Site Responses to Microsoft Tag Requests
2/28/2024 11:35:10 AM.
Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
Understanding Server-Side Blazor
2/20/2024 5:57:53 AM.
Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
Dynamically Alter Theme Across All Screens Within the Canvas App
2/13/2024 6:14:56 AM.
Learn how to seamlessly adjust the theme across all screens within your Canvas app dynamically. Explore methods for real-time theme modification, ensuring consistent and adaptive UI theming for a cohe
Bar Chart and Scatter Plot with Altair
1/24/2024 6:03:55 AM.
Altair simplifies the process of turning data into beautiful, interactive charts.. In this article, we're going to show you how to make cool charts using car data.
Implement Health Checks in a .NET Core Application
1/24/2024 5:52:45 AM.
Checking the health of a .NET Core application is an important aspect of monitoring and maintaining the application's reliability. One way to achieve this is by implementing a health check endpoin
KAFKA for Mere Mortals : Topics and partitions in Practice
1/23/2024 4:55:31 AM.
The main focus in this article is to create, list, describe and delete topics and partitions in KAFKA
How to Build an Interactive and Responsive Form
12/28/2023 5:03:01 PM.
Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
Getting Started With NodaTime
12/8/2023 10:09:56 AM.
Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
Secure Password Hashing with SHA-256 and Salt in Python
12/7/2023 5:46:50 AM.
In this article, we have discussed SHA-256 and salt. In this article, we unravel the intricacies of a clever strategy to fortify passwords—SHA-256 with salt. SHA-256, part of the SHA-2 family, transfo
Exploring Alternatives for Visual Studio For Mac
10/4/2023 4:49:36 AM.
Let's review what other IDEs we can use on macOS to work with .NET.
An Introduction to VMware NSX-T: Revolutionizing Network Virtualization
10/3/2023 7:02:50 AM.
This article introduces readers to VMware NSX-T, explains its key features, and provides real-world examples of how it is used in various industries. You can expand on each section to provide more in-
MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI
9/8/2023 5:09:22 AM.
.NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, m
Securing Infrastructure with VMware SaltStack
9/6/2023 6:10:46 AM.
Securing Your Infrastructure with VMware SaltStack: Best Practices and Considerations
Implementing Health Checks to Monitor Status and Health in ASP.NET Core
8/30/2023 6:21:35 PM.
ASP.NET Core is a great way to monitor the status and health of your API services. Health checks allow you to periodically test the different components of your application and ensure they are functio
Alternative Simplified C# Property Syntax
8/29/2023 4:58:12 AM.
When I first read about properties in C#, I was a bit excited and a bit confused. I was glad to see so many inventions, including properties, designed to help programmers be more productive.
Rockin’ The Code World with dotNetDave ft. Arthur Doler - Ep. 85
8/14/2023 7:20:39 AM.
Join us with Arthur Doler for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
MySQL Key Constraints
8/10/2023 5:41:42 AM.
In this article we will learn about constraints on different keys.
DROP In MySQL
8/10/2023 5:35:16 AM.
This article represents how to work the drop statement in MySQL database.
Cursors and Alternative to the Cursors in SQL Server
7/26/2023 7:12:56 AM.
In SQL Server, cursors are database objects that allow you to iterate over a result set (query result) one row at a time, processing each row as needed. Cursors are often used when you need to perform
SQL Commands : DDL, DQL, DML, DCL, TCL with Examples
7/25/2023 6:08:58 AM.
Master the art of SQL DDL commands, DCL commands, DQL commands, DML commands, TCL commands for effective database management.
Streamlined Orchestration with VMware SaltStack: Automating Workflows
7/21/2023 7:19:23 AM.
This article focuses on SaltStack's orchestration features within the VMware ecosystem, highlighting its ability to streamline workflows, automate tasks, and coordinate complex operations across m
Exploring VMware SaltStack's Configuration Management Capabilities
7/18/2023 9:10:12 AM.
This article delves into the powerful configuration management capabilities of VMware SaltStack, including declarative syntax, enforcing desired system states, and reducing configuration drift.
Building and Deploying Intelligent Health Chatbots with Azure Health Bot
7/11/2023 8:56:01 AM.
Azure Health Bot, an intelligent chatbot service by Microsoft, has emerged as a game-changer, empowering healthcare organizations to build and deploy robust health chatbots effortlessly. This article
JavaScript Array forEach Method And Its Alternatives
6/26/2023 8:35:55 AM.
Learning JavaScript array is fun but learning how the forEach method works internally and its alternatives are more enjoyable. Thus, it gives you more confidence when working with JavaScript arrays.
VMware SaltStack: Simplifying Configuration Management and Orchestration
6/19/2023 9:16:51 AM.
In this article, we will explore the features, advantages, and disadvantages of VMware SaltStack, providing insights into its potential benefits and considerations.
Overview of Azure Health Service
5/18/2023 11:14:23 AM.
Azure offers a suite of experiences to keep you informed about the health of your cloud resources. This information includes current and upcoming issues such as service impacting events, planned maint
Artificial Intelligence (AI) Makes The Metaverse More Secure And Inclusive
4/19/2023 12:53:40 PM.
AI is becoming more prevalent in emerging technologies, and one co-founder of The Sandbox believes it will make digital spaces more inclusive.
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
4/17/2023 9:52:03 AM.
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
FlatList vs SectionList in React Native- Choosing the Right List Component for Your App
4/15/2023 10:26:29 AM.
In React Native, efficiently displaying big lists of data is critical for offering a smooth and responsive user experience. FlatList and SectionList are two prominent list rendering components in Reac
Learn About HealthCheck And ElasticSearch
3/27/2023 10:26:03 AM.
Become aware of this technology to sustain your operation and avoid it going down
Stored Procedures
2/16/2023 7:02:26 AM.
In this article I will explain you about stored procedure. How to create, execute and alter stored procedure. Why to use stored procedures and advantages of stored procedures.
Namespaces and Health Checks - Kubernetes Fundamentals Ep. 7
2/7/2023 3:00:57 PM.
In this episode, you will learn about Namespaces and Health Checks in Kubernetes.
Metaverse, Consciousness & Mental Health by Advait Danke
2/1/2023 1:44:33 PM.
In this session, you will learn about Metaverse, Consciousness & Mental Health.
Binary_Checksum the Alternate of NewID() to Fetch Random Records in SQL Server
1/31/2023 5:46:08 AM.
In this article I will demonstrate Binary_Checksum, the Alternate of NewID() to fetch random records in an SQL Server.
Create, Delete, and Update Triggers in SQL
1/30/2023 9:44:38 AM.
This article discusses how to create and manage triggers in a database using SQL.
Encrypt and Decrypt in SQL Server: Part 2
1/19/2023 8:34:02 AM.
In this article, we will discuss Database Master Key. The database master key is a symmetric key used to protect the private keys of certificates and asymmetric keys that are present in the database.
Alter Columns DataType Without Dropping Table in SQL
1/3/2023 6:59:31 AM.
In this article, I will explain how to alter a database table column without dropping the table with simple example.
Rockin’ The Code World with dotNetDave ft. Mark Rendle Ep. 69
11/16/2022 2:52:22 AM.
Join us with Mark Rendle for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Extract Bitcoin Price In Realtime
2/8/2022 4:45:59 PM.
This article will explain you how to extract Bitcoin price in real-time.
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In Mind
1/11/2022 3:12:51 AM.
When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext wit
Filter Realtime Error Rows From CSV To SQL Database Table In Azure Data Factory - Part One
12/9/2021 11:08:11 AM.
In this article, you will learn about Filter Realtime Error Rows from CSV to SQL Database Table in Azure Data Factory.
Prevent Tables From Being Created, Dropped, Or Altered In SQL Server
10/21/2021 1:02:08 PM.
This tutorial will show you, how to prevent tables from being created, dropped, or altered in SQL Server.
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
Windows Service Alternative In AWS Cloud
7/3/2021 6:12:29 AM.
In this article, you will learn about windows service alternative in AWS Cloud.
Azure Data Factory - Implement UpSert Using Dataflow Alter Row Transformation
6/18/2021 2:36:51 PM.
In this article, we will learn how to implement UpSert using Dataflow Alter Row Transformation.
International Space Station Realtime Location
5/28/2021 6:10:07 PM.
This article talk about some libraries in Python, learn about API and then write a program to fetch data from API to make a fun interactive map plot.
Altering Item Insights Security In Microsoft Graph Using REST API
4/26/2021 2:40:41 PM.
Item insights protection settings give the capacity to arrange the permeability of bits of insights obtained from Microsoft Graph
Altering Item Insights Security In Microsoft Graph Using PowerShell Commands
4/23/2021 2:15:45 PM.
Item experiences security settings give the capacity to arrange the perceivability of insights which is got from Microsoft Graph
Digital Transformation : Growth Mindset Virtual Conference
4/17/2021 5:00:46 PM.
This panel is about Digital Transformation in Growth Mindset Virtual Conference.
Health checks in asp.net core
1/11/2021 3:50:10 AM.
We will learn about health checks in asp.net core. Why should we consider using them and how to use them?
Ruby Or .NET - Which Is The Better Alternative?
11/10/2020 3:15:50 AM.
You might be confused about which technology you should use while you are planning for a developing a software. So this article will help you in giving a solution to your question and will lead you wi
Health Monitoring In ASP.NET Core
10/13/2020 7:47:45 AM.
In this article, you will learn about Health Monitoring in ASP.NET Core.
React Vertical Timeline In SPFX
8/24/2020 8:56:43 AM.
In this article we will learn about how to implement vertical timeline component in spfx.
Send reminders for defualt approval action - Power Automate
8/11/2020 3:00:27 AM.
In this video article we will see how to send reminders for default approval action used in Power Automate.
The World Pandemic Is Showing Us Working Remote Works - Staying Healthy
8/11/2020 12:09:00 AM.
In this article, you will learn about the World Pandemic is Showing Us Working Remote Works: Staying Healthy.
Staying Healthy Tip - How To Keep Your Wrists Pain Free
8/10/2020 11:56:48 PM.
In this article, you will learn how to keep your wrists pain free.
Statistical Inference For Machine Learning
7/15/2020 8:31:03 AM.
AI is a multidisciplinary field that requires a range of skills in statistics, mathematics, predictive modeling and business analysis. An AI professional should feel at ease to build the algorithms ne
Best Healthtech Trends Shaping Response To Coronavirus Outbreak
7/7/2020 7:44:02 AM.
In this article, you will learn about Best Healthtech Trends Shaping Response To Coronavirus Outbreak.
Alternate Row Color in Crystal Report
6/8/2020 1:23:55 AM.
This article shows how to develop reports with alternating row colors.
Redis Cache as an Alternative to NoSQL
4/28/2020 4:16:03 PM.
In this article, you will learn about Redis Cache as an alternative to NoSQL.
Overview Of IoT Security Risks Associated With The Healthcare Industry
4/8/2020 2:51:27 AM.
In this article, you will learn about Healthcare IoT Security Risks and Protection Mechanisms.
Realtime Serverless IoT Data Using Azure SignalR And Functions In Angular
4/6/2020 1:25:33 AM.
Here, in this article, we will see how we can show the real-time data from our IoT device in an Angular application using Azure SignalR service and Azure Functions.
Multiple Screen Support in Android using Android Studio
3/30/2020 12:53:53 AM.
This article explains how Android applications support multiple screens having various sizes and densities.
Connecting Devices Using Client and Server Architecture in Android: Part 2
3/27/2020 2:11:55 AM.
This article explains how to manage Bluetooth connections and their profiles..
Alternate Row Color In ListBox In WPF
3/6/2020 1:33:29 AM.
In this article we will see how we can make the Alternate Rows of the ListBox Colorful in WPF.
Real-Time Data Storage In Firebase Using Android Studio
2/24/2020 12:56:37 AM.
This article demonstrates how to store real-time data in Firebase using Android Studio.
ShimmerFrameLayout - An Alternative To ProgressBar In Android
2/17/2020 2:25:23 AM.
This article is about showing the shimmer effect of ShimmerFrameLayout developed by Facebook. It is a good alternative to ProgressBar.
Xamarin.Android - Realtime App with SignalR ASP.Net Core
2/11/2020 9:42:28 AM.
This article is all about building Xamarin.Android realtime app with SignalR ASP.Net Core.
Data Mining Techniques in the Healthcare Decision System
2/4/2020 2:48:45 PM.
In this article, you will learn about data mining techniques in the healthcare decision system.
Generate System Health Report in Windows 8
1/17/2020 12:46:43 PM.
In this article we are going to explain how to generate a system health report in Windows 8.
HTML For Beginners: Part 3
1/15/2020 11:26:10 AM.
In this article we will learn HTML Attributes.
How To Generate System Performance Report In Windows 10
1/13/2020 11:17:50 AM.
In this tutorial, I have discussed how to generate and check the system performance report in Windows 10.
How to implement Drag & Drop Functionality in Universal Windows Platform (UWP)?
1/10/2020 12:23:06 AM.
In this article, I'll talk about drag and drop functionality implementation in UWP.
Alter Memory Dump File Location in Windows 8
12/9/2019 12:30:14 AM.
This article describes how to alter the Memory Dump File Location in Windows 8.