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 CAST
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (51)
Lokendra Singh (2)
Jin Necesario (2)
Ajay Kumar (2)
Rohatash Kumar (2)
Gopal C. Bala (1)
Himanshu Singh (1)
Pradeep Yadav (1)
Yadagiri Reddy (1)
Chetan Sanghani (1)
Kautilya Utkarsh (1)
Akshima Aggarwal (1)
Madhu Patel (1)
Manoj Kalla (1)
Atul Warade (1)
Abhimanyu K Vatsa (1)
Sanwar Ranwa (1)
Rahul Kumar Saxena (1)
Shikha Tiwari (1)
Dmitry Belikov (1)
Prabakaran M (1)
Jignesh Trivedi (1)
Rikam Palkar (1)
Sanjay Singh (1)
TH Mok (1)
Ali Benchaaban (1)
Kaveendra Dhilhan (1)
Abhishek Yadav (1)
Gaurav Kumar Arora (1)
Abhishek Kumar (1)
Sardar Mudassar Ali Khan (1)
Rathrola Prem Kumar (1)
Vijay Kumari (1)
Aashina Arora (1)
Himanshu Upreti (1)
Diwakar Tiwari (1)
Gajendra Jangid (1)
Vidya Vrat Agarwal (1)
Naresh Beniwal (1)
Deepak Middha (1)
Abhishek Singhal (1)
Shalilesh Kumar Saha (1)
Monica Rathbun (1)
Anand Thakur (1)
Pawan Pandey (1)
Phil Curnow (1)
Related resources for CAST
No resource found
Integration And Server Broadcast With SignalR 2
10/11/2024 12:29:10 PM.
Discover how to implement real-time communication in your applications using SignalR 2. This guide covers the integration of SignalR for server broadcast functionality, enabling seamless data transfer
Pattern Matching for Switch in Java 17
10/7/2024 4:17:21 AM.
Pattern matching for switches in Java 17 enhances code readability and simplifies working with complex data structures. It allows you to match object types, use type patterns, and add conditions with
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
Using Peek And Keep In TempData In ASP.NET MVC
8/7/2024 10:48:09 AM.
TempData in ASP.NET MVC is used to pass data between actions or controllers and can persist data across requests. Unlike ViewData and ViewBag, which only last for a single request, TempData can mainta
What Is Javascript Executor In Selenium WebDriver
7/30/2024 3:44:53 AM.
JavaScriptExecutor in Selenium WebDriver allows executing JavaScript code within a web browser. It's useful when WebDriver’s native commands fail, such as manipulating web elements or triggering b
Real-time Web Applications with SignalR
7/16/2024 7:23:49 PM.
SignalR, a Microsoft library for .NET applications, enables real-time web functionality by allowing server-side code to push updates to connected clients instantly. It abstracts complexities of commun
An Intelligent Podcast Interviewer: AI Samvadini
7/16/2024 11:02:28 AM.
AI Samvadini is an intelligent podcast interviewer who generates real-time, engaging questions. It features contextual understanding, guest profiling, dynamic interaction, and content diversity. Built
Understanding NumPy Broadcasting
6/28/2024 5:02:14 AM.
NumPy Broadcasting" explores an essential feature of NumPy arrays, enabling efficient element-wise operations on arrays of different shapes. Broadcasting extends operations to arrays with compati
Stemming vs Lemmatization in NLP
6/13/2024 5:02:03 AM.
Explore NLP techniques like stemming and lemmatization for text normalization. Understand their algorithms, applications, and limitations. Learn how to implement them in Python using NLTK and analyze
Display Weather Forecast In ASP.NET MVC Using OpenWeatherMap Weather API
6/11/2024 12:22:38 PM.
Dive into ASP.NET MVC weather forecasting using OpenWeatherMap API. Follow steps to set up your project in Visual Studio, parse JSON responses, utilize ViewModels, and fetch data with WebClient. Enhan
Introduction To MediatR Pattern
6/5/2024 11:08:55 AM.
MediatR pattern promotes loose coupling by facilitating in-process messaging, reducing dependencies between objects. It enables one-way broadcast communication, allowing objects to communicate solely
The Is and As Operators in C#
5/31/2024 10:06:34 AM.
In C#, the "is" operator checks if an object is of a specified type, returning a boolean. The "as" operator attempts to cast an object to a specified type, returning null if the ca
Optimize Big Data Performance with Broadcast Hash Join in PySpark
5/29/2024 6:15:46 AM.
Maximize your Big Data app's performance with PySpark's Broadcast Hash Join. Utilize distributed computing, parallel processing, and Spark's optimization techniques for efficient data proc
Learn RXJS Multicasting Operators
5/22/2024 10:11:50 AM.
RxJS multicasting operators enable shared subscriptions among multiple observers, optimizing resource usage by performing expensive operations once. Key operators include `share`, `publish`, `multicas
Entity Framework: DbComparisonExpression Requires Arguments With Comparable Types
5/16/2024 5:44:07 AM.
The "DbComparisonExpression Requires Arguments With Comparable Types" error in Entity Framework indicates a type mismatch in a query comparison. It occurs when attempting to compare two valu
Dereferencing Pointers and Void Pointers in C
4/29/2024 11:18:18 AM.
Dereferencing pointers involves accessing the value stored at the memory address pointed to by a pointer. Void pointers in C are generic pointers that can point to any data type but require explicit t
Getting Started With ClimaCell Weather
4/24/2024 7:59:32 AM.
This article explores integrating the ClimaCell Weather API into JavaScript applications, covering API key retrieval, geolocation, API calls, and data visualization. A step-by-step guide demonstrates
.NET Remoting - Events, Events? Events!
4/23/2024 8:29:21 AM.
Explore different strategies for firing events across servers and clients concurrently in .NET, including .NET native events with late-binding, interface-based approaches, and utilizing a broadcast en
CastleDoodle Game In HTML 5 Platform using GDevelop
4/15/2024 11:04:34 AM.
In this article, you will learn about Embark on an adventure with CastleDoodle, a captivating game crafted in HTML5 using the GDevelop platform. Dive into the realm of imaginative gameplay, where crea
All About the TempData in MVC
4/1/2024 8:16:38 AM.
TempData is a temporary data storage mechanism in ASP.NET MVC, facilitating state management between HTTP requests. Stored in session variables, it aids in passing data between consecutive requests. T
Implementing Broadcasting in Blazor
3/7/2024 4:31:21 AM.
Blazor inherently doesn't have a broadcasting model. To address this limitation, we need to implement a broadcasting model within Blazor. Broadcasting allows components to exchange information reg
Bluetooth Broadcasting
3/4/2024 6:21:47 AM.
Bluetooth Broadcasting utilizes Bluetooth technology to send messages or data to nearby devices. It enables various applications such as proximity marketing, beacon technology, and location-based serv
Peer-To-Peer Chat Program Using Asynchronous Socket
3/1/2024 9:34:58 AM.
Discover the essence of peer-to-peer chat through asynchronous sockets. Learn to design interfaces, implement real-time messaging, and ensure security for seamless communication in decentralized netwo
Real-Time Paris Metro Crowdedness Forecast: A Proof of Concept with Azure and C#
1/8/2024 11:36:29 AM.
In this article, we will learn about navigating you through crafting a prototype for forecasting crowd levels in Paris Métros using Azure and C#. It covers Azure setup, machine learning, model de
Get Daily Weather Forecast using Power Automate
12/26/2023 5:43:05 AM.
Here, I'm guiding the steps to create a flow to get daily weather forecasts to an email. In today's fast-paced world, staying updated with the weather forecast is crucial for planning our dail
Building a Podcast RSS Feed Generator with ASP.NET Core
12/18/2023 6:02:26 AM.
We are podcasting with ASP.NET Core. This article guides you through building a podcast RSS feed generator using ASP.NET Core. Learn to create, populate, and test the feed, enabling seamless distribut
What is Type Conversion in C#?
10/31/2023 5:18:34 AM.
This article on type conversion in C# is comprehensive and informative. It effectively covers the fundamental concepts of type conversion, including implicit and explicit conversions, common conversio
Delegates In C#
10/18/2023 5:47:20 AM.
Delegates in C# are a fundamental concept in the language. They are used to create reference types that can encapsulate methods with a specific signature, allowing you to treat methods as objects. Del
Discussing The "Is" And "As" Operators Of C#
10/6/2023 9:19:06 AM.
The "is" and the "as" operators of C# are used to compare types. This code example shows how to use the is and as operators in the C# to avoid type mismatch exceptions or other typ
Delegate Uses In C#
9/12/2023 4:23:28 AM.
This article describes the uses of delegates in C#.Delegates in C# are powerful and versatile constructs that enable you to work with methods as first-class citizens. They provide a way to treat metho
Real-time Communication with WebSocket Protocol in ASP.NET Core
9/4/2023 5:13:27 AM.
This example provides a foundational structure for real-time communication in ASP.NET Core using WebSockets. You can expand upon this foundation to create more complex real-time applications, such as
How And When To Use Delegates In Your Project
9/1/2023 11:10:06 AM.
In this article, you will learn how and when to use delegates in your project.
7 Minutes to Better Selling Podcast - S2 - Ep. 16
8/29/2023 5:36:34 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to Better Selling Podcast.
Type Casting in Java
8/7/2023 8:57:01 AM.
Typecasting is a basic concept of Java programming language. Assigning a value of one type to a variable of another type is known as Type Casting in Java.
7 Minutes to Better Selling Podcast - S2 - Ep. 15
7/31/2023 11:47:08 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to Better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep. 14
7/5/2023 11:05:16 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to Better Selling Podcast.
Building the App for Predictive Disaster Forecasting using Azure
7/4/2023 7:44:31 AM.
In this session, you will learn how to Build the App for Predictive Disaster forecasting using Azure.
7 Minutes to Better Selling Podcast - S2 - Ep. 13
6/12/2023 4:09:24 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to Better Selling Podcast.
Numpy for Data Science
6/8/2023 7:06:26 AM.
7 Minutes to Better Selling Podcast - S2 - Ep.12
5/28/2023 4:56:47 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to Better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep.11
5/16/2023 1:11:40 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to Better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep.10
5/3/2023 8:46:17 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
Broadcast Object to Multiple Browser TABS using Javascript
4/24/2023 6:03:19 AM.
The Broadcast Channel API allows basic communication between browsing contexts (that is, windows, tabs, frames, or iframes) and workers on the same origin.
7 Minutes to Better Selling Podcast - S2 - Ep.9
4/22/2023 8:04:26 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
Type Casting In C# - Implicit Vs Explicit
4/6/2023 5:13:15 AM.
This article explains the fundamental concept of type casting in C# programming language, which involves converting one data type to another. The article covers the two types of type casting in C#: im
7 Minutes to Better Selling Podcast - S2 - Ep.8
3/21/2023 3:57:50 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep.7
3/6/2023 2:02:01 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep. 6
2/21/2023 10:58:24 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
Broadcasting Events In Angular
2/14/2023 10:38:15 AM.
In this article, we will learn Broadcasting events in Angular application. Broadcasting events is generally use for brodcast message or data to whole application.
7 Minutes to Better Selling Podcast - S2 - Ep. 5
2/13/2023 1:49:26 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
Mastering Delegates and Events In C# .NET
2/12/2023 4:24:56 PM.
This tutorial and code example will teach you how to work with delegates in C#.
SQL Cast And Convert Statement
2/6/2023 3:55:53 AM.
In this article, you will learn how to use Cast and Convert statement in SQL.
Adding a Number in String in SQL Server
1/24/2023 6:33:53 AM.
In this article, I provide a quick overview of how to add a number in a string in SQL Server.
Cast() and Convert() Functions in SQL Server
1/20/2023 10:00:52 AM.
In this article, we will see how to use the cast and convert functions in SQL Server 2012.
7 Minutes to Better Selling Podcast - S2 - Ep.4
1/5/2023 6:49:47 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep.3
12/6/2022 2:00:13 PM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep.2
11/15/2022 5:06:25 AM.
Watch Colin Lake for the next episode of season 2 of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast - S2 - Ep.1
11/3/2022 9:55:47 AM.
Watch Colin Lake for the first episode of season 2 of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 30
10/21/2022 1:08:00 PM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 29 - Part 2
9/19/2022 6:36:29 PM.
7 Minutes to Better Selling Podcast Ep. 29 - Part 2
7 Minutes to Better Selling Podcast Ep. 29 - Part 1
9/19/2022 6:35:08 PM.
7 Minutes to Better Selling Podcast Ep. 29 - Part 1
7 Minutes to Better Selling Podcast Ep. 28
9/8/2022 5:26:02 PM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 27
8/25/2022 5:56:12 AM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
Use of Delegates in C#
8/22/2022 10:59:28 AM.
In this article, I explain delegates and multi-casting through delegates with an example.
7 Minutes to Better Selling Podcast Ep. 26
8/9/2022 5:41:31 PM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 25
7/25/2022 3:41:19 PM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 24
6/27/2022 8:45:00 AM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 23
6/18/2022 10:37:13 AM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 22
6/6/2022 10:25:47 AM.
Watch Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 21
5/30/2022 8:45:37 AM.
Join host Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
ACTION_HEADSET_PLUG Intent In Android
5/18/2022 2:12:38 PM.
In this article, you will learn about ACTION_HEADSET_PLUG intent in Android.
Events Programming in C#
5/4/2022 10:59:11 AM.
In this article, author discusses the events model in .NET and how to implement events in your applications using C#.
7 Minutes to Better Selling Podcast Ep. 20
5/2/2022 5:38:11 AM.
Join host Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 19
5/1/2022 5:46:32 AM.
Join host Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 18
4/19/2022 9:41:47 AM.
Join host Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to Better Selling Podcast Ep. 17
4/19/2022 9:41:18 AM.
Join Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
Seven Minutes To a Better Selling Podcast Ep. 16
4/19/2022 9:40:45 AM.
Join Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. - 15
4/19/2022 9:40:10 AM.
Join Colin Lake for the next episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. - 14
4/19/2022 9:39:43 AM.
Join Colin Lake for the fourteenth episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 13
4/19/2022 9:39:11 AM.
7 Minutes to better Selling Podcast Ep. 13
7 Minutes to better Selling Podcast Ep. 12
4/19/2022 9:38:34 AM.
Join Colin Lake for the twelfth episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 11
4/19/2022 9:38:04 AM.
Join Colin Lake for the eleventh episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 10
4/19/2022 9:37:20 AM.
Join Colin Lake for the tenth episode of 7 Minutes to better Selling Podcast.
Quick Tip - Remove CONVERTS/CASTS From WHERE/JOIN Clauses
3/29/2022 5:41:33 PM.
In this article, you will learn how to remove CONVERTS/CASTS from WHERE/JOIN clauses.
Simple and Multicast Delegates in C#
3/29/2022 9:47:55 AM.
This article describes how to define and use simple/multicast delegates in C#.
Delegates, Anonymous Functions and Lambda Expressions in C#
2/23/2022 10:43:50 AM.
This article provides the basics of C# delegates, c# anonymous function, lambda expressions and delegate with lambda expressions.
SQL CAST And CONVERT Function
2/8/2022 4:55:11 PM.
Explains the T-SQL language that offers two functions to convert data from one type to another: CAST and CONVERT.
Polymorphism, Up-casting and Down-casting
1/12/2022 9:05:32 AM.
This article gives an introduction to polymorphism in C#. Using the example created in this introduction, the article then goes on to describe how we up-cast and down-cast objects.
7 Minutes to better Selling Podcast Ep. 9
11/21/2021 3:32:50 PM.
Join Colin Lake for the ninth episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 8
11/19/2021 11:36:03 AM.
Join Colin Lake for the eighth episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 7
11/17/2021 2:35:53 PM.
Join Colin Lake for the seventh episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 6
11/16/2021 7:47:46 AM.
Join Colin Lake for the sixth episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 5
11/11/2021 4:48:30 PM.
Join Colin Lake for the fifth episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 4
10/18/2021 6:19:44 AM.
Join Colin Lake for the fourth episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 3
10/18/2021 6:18:13 AM.
Join Colin Lake with Dan Greene for the third episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep. 2
10/18/2021 6:16:33 AM.
Join Colin Lake with Gary Baker, for the second episode of 7 Minutes to better Selling Podcast.
7 Minutes to better Selling Podcast Ep.1
10/18/2021 6:15:27 AM.
Join Colin Lake with Jim Lake, for the very first episode of 7 Minutes to better Selling Podcast.
Cut your Kubernetes cloud bill in half with CAST AI - Product Showcase
6/15/2021 4:03:14 PM.
In this episode of Product Showcase, we will discuss about "Cut your Kubernetes cloud bill in half with CAST AI".
Rockin' The Code World with dotNetDave ft. Mark Miller
11/9/2020 10:47:32 AM.
The seventh episode of Rockin' The Code World with dotNetDave ft. Mark Miller
Rockin' The Code World with dotNetDave ft. Mark Brown - Show 6
11/6/2020 8:59:56 PM.
The sixth episode of Rockin' The Code World with dotNetDave ft. Mark Brow