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 VES
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 (21)
Henk Boelman (7)
Shiva Shukla (5)
Sanwar Ranwa (5)
Jin Necesario (2)
Sardar Mudassar Ali Khan (2)
Lalit Bansal (2)
Shashank Srivastava (2)
Akshay Phadke (2)
Hari Lakkakula (2)
Keyur (2)
David Mccarter (2)
Arindam Dawn (2)
Abhishek Tiwari (2)
Jalpa Dhola (1)
Pramod Thakur (1)
Harieswaran D (1)
Vijay Yadav (1)
Guest User (1)
Satya Karki (1)
Darshan Adakane (1)
Ashish Tiwari (1)
Kautilya Utkarsh (1)
Abhishek Arora (1)
Joel Champagne (1)
Monica Rathbun (1)
Anubhav Chaudhary (1)
Vidya Vrat Agarwal (1)
Senthilkumar (1)
Chaman Gautam (1)
Abhishek Kumar Ravi (1)
Ajay Yadav (1)
Raj Kumar (1)
Debasis Saha (1)
Dinusha Kumarasiri (1)
Ajay Kumar (1)
Tuhin Paul (1)
Ankur Gupta (1)
Praveen Kumar (1)
Sharad Gupta (1)
James Divine (1)
Miguel Teheran (1)
Sanjay Kumar (1)
Madhan Raghu (1)
Swesh S (1)
Guest User (1)
Allen Oneill (1)
Vivek Gupta (1)
Vishwas R (1)
Jignesh Trivedi (1)
Rajendr Singh Dodiya (1)
Mahesh Chand (1)
Rohit Gupta (1)
Sameer Shukla (1)
Ai Fortytwo (1)
Pankaj Patel (1)
Related resources for VES
No resource found
How to Forensic Investigate Security Incidents in Microsoft Azure
11/5/2024 8:50:56 AM.
This video discusses the forensic acquisition methodology of an Azure VM and an assumed scenario to divide the whole process into multiple steps.
Angular Directives 101
10/21/2024 4:44:38 AM.
Directives are a core feature in Angular that extends and customizes HTML elements. They simplify modifying styles, managing user inputs, and manipulating the DOM, providing flexible support in user i
The Cloud Show with Magnus Mårtensson ft. Thomas Stidsborg Sylvest - Ep: 43
10/1/2024 5:13:42 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
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
Bind Data On View Using ng-repeat in AngularJS
9/9/2024 11:50:30 AM.
Learn how to efficiently bind and display data on your view using AngularJS's ng-repeat directive. This guide covers how to use ng-repeat to loop through data collections and dynamically render co
Types of components selectors in Angular with examples
9/6/2024 8:22:59 AM.
Angular offers various component selectors: Type Selector (e.g., app-root), Attribute Selector (e.g., [app-attribute-selector]), Attribute Selector with Value (e.g., [app-attribute-selector-with-value
How ChatGPT Solves Coding Problems
8/22/2024 7:14:05 AM.
ChatGPT revolutionizes coding by assisting with debugging, generating code snippets, optimizing performance, and learning new programming concepts. It helps solve complex problems, supports collaborat
ASP.NET Core 2.0 Razor Pages
8/2/2024 5:11:42 AM.
To use Razor Pages in ASP.NET Core 2.0, start by creating an empty project and configuring services and middleware in Startup.cs. Define a service and domain model, input/output models, and create CRU
Investigating and Fixing Swagger Error- Failed to Load API Definition
7/29/2024 5:08:46 AM.
Swagger is a widely used and powerful API development toolset that offers a framework for designing, building, documenting, and consuming RESTful web services. This article explains what Swagger is an
Key components of Azure Governance
7/24/2024 4:10:59 AM.
Azure governance encompasses policies, initiatives, and blueprints in Microsoft Azure, ensuring secure, compliant, and efficient resource management. Policies enforce rules on resources, while initiat
Everything About NFTs: Creation to Investment Guide
7/1/2024 6:36:48 AM.
Explore NFTs (Non-Fungible Tokens), unique digital assets authenticated by blockchain, enabling ownership of art, music, and more. Discover their role in digital markets, from creation to trading, and
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
Batch Gradient Descent: The Key to Machine Learning Optimization
6/8/2024 1:05:31 PM.
Batch Gradient Descent is a robust and precise optimization technique that forms the backbone of many machine learning algorithms. Its ability to provide stable and deterministic updates makes it a pr
Using Static Class Statements: A New Feature of C# 6.0
5/29/2024 10:31:05 AM.
C# 6.0 introduces Static Class Statements, simplifying code organization and enhancing readability by allowing static members to be imported directly, improving code maintenance and reducing verbosity
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
The Use Of Medical Augmented Reality In Our Daily Lives
5/7/2024 10:32:22 AM.
Medical augmented reality revolutionizes healthcare by integrating digital information into real-world environments. From surgical guidance to patient education, it enhances diagnosis, treatment, and
How To Quickly Change Azure SQL Database Service Level Objectives
5/3/2024 9:01:57 AM.
To swiftly adjust Azure SQL Database Service Level Objectives (SLOs), utilize Azure Portal's intuitive interface or T-SQL commands for efficient performance tuning. Consider migrating between DTU
AngularJS - Basics
5/3/2024 8:56:33 AM.
AngularJS is a JavaScript framework that simplifies web development by extending HTML attributes to define dynamic content. It employs directives to bind data to HTML elements, utilizes controllers to
AngularJS - Scopes
5/3/2024 8:55:54 AM.
The scope acts as a bridge between the HTML (view) and the JavaScript (controller). It’s an object that holds data and methods accessible to both the view and the controller.
Using Ng-init and Ng-repeat Directive of AngularJS in ASP.Net Application
5/3/2024 8:53:39 AM.
Discover efficient data initialization and dynamic data rendering techniques using these directives, enhancing your front-end development in ASP.NET with AngularJS's powerful features. Master the
What, Why and How: SOA With Microsoft
4/29/2024 11:21:58 AM.
Explore Service-Oriented Architecture (SOA) with Microsoft for streamlined, modular applications. Harness Microsoft technologies like Azure and BizTalk Server to design, implement, and integrate servi
DriveInfo Class in C# with an Example
4/25/2024 10:09:36 AM.
The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk space
Directives In Angular And Their Functions Using Node.js & VS Code
4/23/2024 11:11:56 AM.
Explore Angular directives in a Node.js environment with Visual Studio Code. Learn to leverage Angular CLI for efficient directive creation and management. Master frontend development using TypeScript
How to Get External Drives and Peripherals Using WMI Query
4/22/2024 9:26:33 AM.
Learn how to efficiently retrieve information about external drives and peripherals on Windows using WMI queries. Explore the power of WMI (Windows Management Instrumentation) for detecting and managi
Start With AngularJS: Part 2
4/22/2024 7:41:04 AM.
AngularJS Part 2 delves into fundamental concepts like directives, controllers, services, and dependency injection. It covers data binding, scopes, and modules crucial for building single-page applica
Start With AngularJS: Part 3
4/22/2024 7:40:45 AM.
Start With AngularJS: Part 3" continues your journey into AngularJS, exploring advanced topics like directives, controllers, services, and routing. Dive deeper into AngularJS fundamentals to buil
Overview Of AngularJS: Part 1
4/22/2024 7:22:36 AM.
AngularJS Part 1 introduces the framework's core concepts like MVC architecture, data binding, and directives. It covers modules, controllers, services, and filters essential for building robust s
Start With AngularJS: Part 6
4/22/2024 7:17:00 AM.
Part 6 of AngularJS explores advanced topics like dependency injection, services, factories, and providers. It delves into custom directives, components, transclusion, and essential services like $htt
ng-Hide And ng-Show In AngularJS
4/22/2024 6:38:58 AM.
ng-hide and ng-show are AngularJS directives for conditional display. ng-hide hides elements based on boolean expressions, while ng-show displays them. They enable dynamic content visibility toggling,
Start With AngularJS: Part Four
4/22/2024 6:19:58 AM.
Start With AngularJS: Part Four" delves deeper into AngularJS fundamentals. Explore advanced concepts like directives, controllers, and services, enabling you to build dynamic web applications wi
Learn AngularJS ng src Directive
4/19/2024 10:53:58 AM.
The AngularJS ng-src directive dynamically binds the src attribute of an HTML element, typically used for images. It allows seamless integration of data-driven image URLs, enabling conditional loading
.NET Binary Reverse Engineering: Part 1
4/19/2024 10:41:26 AM.
This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL's
Angular 2 - Getting Started
4/19/2024 10:28:30 AM.
Angular 2 - Getting Started offers an introduction to building modern web applications with Angular 2. Learn TypeScript, utilize Angular CLI for project setup, and grasp component-based architecture f
Learn Angular 8 Step By Step in 10 Days – Directives (Day 4)
4/17/2024 9:35:03 AM.
In this article, As we all know Angular 8 has already been released. Now, in this article series, we will discuss a different aspect of Angular 8 for all types of users.
Custom Directives in the Angular
4/3/2024 4:18:37 AM.
Angular directives are one of the core features in the angular framework, directives help to extend the HTML functionality and structure modify the elements, and attach to the DOM.
Avoid Combining 'if' and 'for' Directives in Vue.js Components
3/29/2024 8:54:11 AM.
Combining v-if and v-for directives on the same element in Vue.js is discouraged due to ambiguity, performance, and maintainability concerns. This article explores alternatives for clearer, more effic
What is the Directive in Angular?
3/28/2024 11:03:40 AM.
During development, many user Interfaces are often created. The directives will provide flexible support to modify the styles, manage the user Inputs, and manipulate the DOM much more easily.
Investigate Root Cause for Latency with Azure App Insights
3/26/2024 8:56:14 AM.
In this article I will demonstrate how to investigate the root cause for latency with Azure Application Insights
Sort Array Directive in Vue.js
3/13/2024 11:48:22 AM.
Custom directives in Vue.js empower developers to extend HTML elements' functionality, enabling direct manipulation of the Document Object Model (DOM) within Vue applications. This example demonst
Creating Custom Attribute Directives in Angular
3/7/2024 5:38:16 AM.
Angular is a powerful framework for building dynamic web applications with JavaScript, HTML, and CSS. One of its key features is the ability to create custom directives, which allow developers to exte
Understanding Directives in .NET
3/5/2024 10:08:21 AM.
Explore the significance of directives in .NET development, understanding types like preprocessor, reference, warning suppression, and nullable context directives. Learn their syntax and implementatio
Disable Right Click Directive in Vue.js
3/5/2024 9:51:07 AM.
In Vue.js, disable right-click functionality by creating a custom directive. Bind an event listener to contextmenu, preventing its default behavior. Easily implement this directive for specific elemen
What is the difference between v-show and v-if directives?
2/16/2024 10:05:54 AM.
Introduction to v-show and v-if directives in Vue.js, explaining their differences, behavior, and use cases. Includes examples and key differences between v-show and v-if.
What are the Conditional Directives in Vue.js
2/14/2024 8:25:42 AM.
Vue.js offers powerful conditional directives for dynamic rendering. Explore v-if, v-else, v-else-if, and v-show to create responsive Vue.js applications that selectively render content based on condi
Understanding Various Vue Directives
1/24/2024 5:24:21 AM.
The combination of v-show for conditional visibility and v-for for effortless list rendering simplifies complex UI tasks, allowing developers to focus on creating engaging user experiences. The e
Get The Total Free Space Available On A Drive
12/6/2023 9:31:35 AM.
In this article, I am showing how we can get the total free space on a Drive.
Types of Testing in Software Development
11/1/2023 4:48:01 AM.
This comprehensive article delves into the intricacies of software testing, outlining various types and their purposes. From unit testing to compliance testing, the piece provides insights into differ
How Caching Improves Data Access Performance?
10/27/2023 5:05:32 AM.
In this article, we explore caching's role in enhancing data access performance. Caching involves storing frequently accessed data, reducing latency and database load. Despite its advantages, chal
C# Preprocessor Directives
10/25/2023 6:53:02 AM.
In this article I will explain you about C# Preprocessor Directives.
Search Specified Type Of File In C#
10/10/2023 9:47:18 AM.
In this article I explain how to determine the location of a specified file type in all directories of your computer with the help of C#.
Using C# Regions To Improve Code Readability
10/9/2023 5:52:17 AM.
C# region. Regions in C# is a useful feature that helps manage code in areas that can be hidden or visible. Learn how to use regions in Visual Studio to improve code readability.
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.
Zip Archives In C#
9/24/2023 3:49:56 PM.
This article explains how to create and extract a Zip archive using the Zip File class.
SSRS - Interactive Sorting On Matrix Column Group
8/21/2023 8:32:46 AM.
This article explains the tricks to implement Interactive Sorting on Matrix Column Group in SSRS.
What is WebView2 and How it is Linked to Microsoft Teams 2.0?
7/14/2023 7:07:46 AM.
Now everywhere in the market the latest buzz word is the new version of Microsoft Teams 2.0 release. But as a tech enthusiast we would like to know what is the change and why we need that change for t
Real World Coding Issues - Style and Performance Issues
6/29/2023 9:09:03 AM.
This article will show common coding issues that I see in most of the projects I work on that are in the “style” category of the code analyzers.
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.
Simplifying Usage of trackBy in Angular Directives for Effective Item Tracking
6/19/2023 10:30:16 AM.
Discover how to leverage Angular's trackBy directive to effortlessly maintain accurate item tracking in your lists and improve rendering performance
Rivest Shamir Adleman(RSA) Algorithm and Functions
6/19/2023 7:13:37 AM.
In Java, you can leverage the built-in cryptographic libraries to generate RSA key pairs, encrypt and decrypt messages, and perform digital signatures. This article explores the RSA application and it
Angular ngTemplateOutlet - The Power of Customization
5/3/2023 7:57:06 AM.
This article explains how developers can use a directive called ngTemplateOutlet in Angular to customize the appearance of a component's content. The article provides examples of how to use this d
Bitcoin on the Mac- The Advantages of Embedded Cryptocurrency
4/15/2023 5:10:02 PM.
This article discusses the advantages of using Bitcoin on a Mac. It covers the basics of Bitcoin, the different wallets available for macOS users, and the security and convenience of using a Bitcoin w
How to create different shapes in SwiftUI
4/14/2023 6:26:00 AM.
In this article, we are going to learn how we can create shapes in SwiftUI. We can create custom shapes by defining a path and applying modifiers to customize their appearance in SwiftUI.
Why is Microsoft Investing So Heavily in OpenAI?
2/3/2023 4:30:47 PM.
Understand why OpenAI is important and why Microsoft is leading the charge to commercialise it!
C# Language Preprocessor Directives
8/24/2022 7:16:34 AM.
This lesson contains C# language preprocessor directives including #if, #else, #define, #undef, #line etc with sample examples.
Build Custom Audio Player With Audio Waveform In Angular
8/5/2022 10:11:55 PM.
Build a simple audio player with waveform in Angular using Web Audio API & CanvasJS.
We Must Demand Quality In Software And In Ourselves
7/15/2022 6:14:04 PM.
In this article, you will learn about quality in software.
Angular Directives NgClass And NgStyle - How To Change The Style Of An HTML Element Conditionally
7/12/2022 6:57:49 AM.
Angular directives NgClass and NgStyle - How to change the style of an HTML Element conditionally
Crypto Investors are Making Millions from NFT, is NFT Hedge against Crypto Market
7/7/2022 12:58:12 AM.
Watch this session to learn about Crypto Investors are Making Millions from NFT, is NFT Hedge against Crypto Market.
Investment in Blockchain, Crypto, Metaverse or NFT Companies
6/20/2022 1:41:08 PM.
Watch this session to learn about Investment in Blockchain, Crypto, Metaverse, or NFT Companies
Angular Custom Directives for Beginners
5/4/2022 9:16:19 AM.
This article explains how to create a custom directive and use it in our page in Angular js. Many pre-created directive elements are availabe in Angular js Directive is a small part of the DOM element
Why Developers Should Write And Market Themselves
4/28/2022 11:31:18 AM.
Developers are not known for writing, no matter if it is an article, blog, or documentation. But some of us actually do. Those of us who do write, actually can grow much faster than the ones who do n
Investing In The Metaverse: A Beginner’s Guide
3/22/2022 1:06:38 PM.
This is a helpful beginner's guide that will help you better grasp what the metaverse is and how you might benefit from it.
How To Install And Update Drivers On Windows 11
3/14/2022 1:02:22 PM.
In the article, we will discuss specific drivers or update the pre-installed one.
Pandas - Investigating Pipe Function
12/31/2021 7:00:13 AM.
The article explains the pipe function in Pandas, the ‘pipe’ function is a very useful function through which we can chain multiple processing operations into one.
C# Corner Townhall - Episode 12
8/13/2021 5:10:38 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 11
8/10/2021 3:00:49 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 10
8/4/2021 1:53:31 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
How to turn your passion in AI into your career - AI42 Ep. 12
7/3/2021 5:48:04 PM.
Before the summer break we would like to have a panel discussion and discuss about the career in AI
Coffee with Pros ft. Oren Eini
7/2/2021 5:04:00 PM.
Join us on a new episode of Coffee with Pro's with Oren Eini
C# Corner Townhall - Episode 9
6/14/2021 7:45:20 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 8
6/13/2021 9:23:38 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
A bit of AI - Episode 14
6/10/2021 10:43:02 AM.
A bit of AI is a weekly live show and this week we have a guest speaker Quirine van Walt Meijer.
C# Corner Townhall - Episode 7
6/10/2021 9:54:34 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
A bit of AI - Episode 13
6/4/2021 4:48:07 PM.
A bit of AI is a weekly live show and this week we have a guest speaker Vandendriessche.
A bit of AI - Episode 12
5/27/2021 1:56:34 PM.
A bit of AI is weekly live show and this week we have a guest speaker Eve Pardi.
A bit of AI - Episode 11
5/21/2021 5:45:54 PM.
A bit of AI is weekly live show and this week we have a guest speaker Anneleen Artois.
C# Corner Townhall - Episode 6
5/19/2021 2:21:04 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
A bit of AI - Episode 10
5/19/2021 5:40:12 AM.
A bit of AI is weekly live show and this week we have a guest speaker Gary Pretty.
C# Corner Townhall - Episode 5
5/17/2021 5:02:33 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 4
5/16/2021 6:00:24 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 3
5/14/2021 4:00:43 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
Build your Power App with Dataverse in Microsoft Teams - AMA ft. Gokan Ozcifci
5/13/2021 3:22:01 PM.
Join us with Gokan Ozcifci to learn about Build your Power App with Dataverse in Microsoft Teams
C# Corner Townhall - Episode 2
5/13/2021 3:08:53 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner - Townhall Episode 1
5/12/2021 1:56:30 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
Rockin' The Code World with dotNetDave ft. Rockford Lhotka Ep. 19
5/8/2021 4:47:30 PM.
Join us with Rockford Lhotka on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and other programming technologies.
A bit of AI - Episode 9
5/8/2021 4:02:54 PM.
This week we have a guest speaker Ari Bornstein
A bit of AI - Episode 8
4/30/2021 7:04:22 AM.
This week we have a guest speaker Saba Samiei
ML .Net - AMA ft. Daniel Costea
4/25/2021 5:24:30 PM.
Join us with Daniel Costea to learn about ML.Net.
Microsoft Graph - AMA ft. Ayça Baş
4/3/2021 11:17:09 AM.
Join us with Ayca Bas to learn about Microsoft Graph Toolkit.
Looping Built-In Directives Like NgFor And Getting An Index - Angular
4/2/2021 4:14:27 AM.
In this article, you will learn about Looping Built-In Directives Like NgFor And Getting an index - Angular.