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 RTE
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)
Alagunila Meganathan (5)
Monica Rathbun (4)
Sanjay Kumar (2)
Alkesh Bijarniya (2)
Safyan Yaqoob (2)
Mukesh Kumar (2)
Ziggy Rafiq (2)
Anoop Kumar Sharma (2)
Syed Shanu (2)
Sumit Kharche (2)
Rajeesh Menoth (2)
Raj Kumar (2)
Vijay Kumari (1)
Abiola David (1)
Shivansh Singh (1)
Dhruvin Shah (1)
Mohamed El-Qassas (Mvp) (1)
John Morehouse (1)
Sravan Kumar Reddy Dudyalu (1)
Santhakumar Munuswamy (1)
Aman Gupta (1)
Hanif Hefaz (1)
Vignesh Kumar (1)
Viral Jain (1)
Chetan Sanghani (1)
Rohit Tomar (1)
Parth Patel (1)
Ajay Kumar (1)
Sigar Dave (1)
Amit Prabhu (1)
Ammar Shaukat (1)
Santhosh Kumar Jayaraman (1)
Sarthak Varshney (1)
Tural Suleymani (1)
Madhu Patel (1)
Wilson Mok (1)
Anish Ansari (1)
Rupesh Kahane (1)
Puja Kose (1)
Janarthanan Selvaraj (1)
Jignesh Kumar (1)
Nimit Joshi (1)
Amit Patel (1)
Prathap Reddy (1)
Suraj Vishwakarma (1)
Sunny Sharma (1)
Vipul Malhotra (1)
Harshal Limaye (1)
Jin Necesario (1)
Sandhya Shinde (1)
Rahul Bansal (1)
Anupam Singh (1)
Sundaram Subramanian (1)
Mohammad Irshad (1)
Prasad Pathak (1)
Rohini Parade (1)
Satheesh Palani (1)
Chittaranjan Swain (1)
Nilesh Jadav (1)
Sandeep Singh Shekhawat (1)
Sarathlal Saseendran (1)
Jitendra Mesavaniya (1)
Related resources for RTE
No resource found
Enable Apple Intelligence on iPhone for Smarter Features
10/29/2024 6:36:17 AM.
Apple's new iOS 18.1 release unlocks Apple Intelligence, offering advanced Siri features, writing tools, enhanced email summaries, and photo search capabilities. Available on iPhone 15 Pro and M1
An Overview of the Implementation of ValidationRules in WPF C#
10/27/2024 6:39:40 AM.
In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be e
The Cloud Show with Magnus Mårtensson ft. Thiago Custódiot - Ep: 44
10/24/2024 11:52:12 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started with Databrick Dataset
10/19/2024 3:05:37 PM.
This article dives into how to use databricks preloaded datasets. Databricks Datasets provide ready-to-use, real-world data built into the Databricks platform, enabling users to easily access, analyze
Getting Started with Power Apps
10/3/2024 11:16:25 AM.
This beginner's guide introduces you to the basics of app development, helping you design workflows, automate processes, and build business solutions with ease using low-code techniques.
Create Year Quarter Month Drill Down With Proper Sort Order In Power BI
10/1/2024 9:15:37 AM.
This article guides you through achieving Year-Qty-Month drill-down functionality in Power BI, even without a Date column in your dataset. Learn to create a duplicate Month column, generate a SortNumb
Display And Sort A Slicer Control By Month Or Quarter Name In Power BI
10/1/2024 9:15:10 AM.
Discover step-by-step techniques to enhance data visualization and user interaction. By utilizing DAX and built-in features, you'll create a more intuitive reporting experience, allowing users to
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.
The Cloud Show with Magnus Mårtensson ft. Rasmus Hald - Ep: 42
10/1/2024 5:11:58 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started with GPT-3.5 Turbo on Azure OpenAI Service in .NET
9/28/2024 5:48:07 AM.
This article explores how to integrate Azure OpenAI Service and GPT-35-Turbo into .NET applications for generating text responses based on user prompts.
Getting Started with Azure SQL Database – A Beginners Guide
9/27/2024 7:19:23 AM.
A quick introduction to Azure SQL Database that showcases some key offerings and highlights the flexibility and scalability that comes with it.
Getting Started With Angular 2 Application Using Visual Studio
9/24/2024 9:13:16 AM.
This article provides a step-by-step guide for developing Angular 2 applications using Visual Studio 2015. It covers prerequisites such as installing Visual Studio, Node.js, and TypeScript, along with
Getting Started With ASP.NET Core MVC Apps Using VS Code
9/18/2024 12:14:39 PM.
Learn to create a HelloWorld app using ASP.NET Core 2.0 and Visual Studio Code. This guide covers setting up a new ASP.NET Core MVC project, adding controllers and views, and running the application.
Getting Started With Apache Kafka: Introductory Guide
9/11/2024 3:36:55 AM.
Apache Kafka is a distributed event streaming platform that enables real-time data processing and integration across microservices. It supports publishing and subscribing to streams of records, storin
Getting Started with React 18's createRoot API
9/10/2024 10:42:18 AM.
The createRoot API in React 18 revolutionizes application rendering by replacing ReactDOM.render. It integrates with React's Concurrent Mode, enhancing performance through better state batching an
The Cloud Show with Magnus Mårtensson ft. Jennifer Ritzinger - Ep: 41
8/30/2024 8:25:40 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Optimizing Searching Algorithms in C# and Reducing Complexities
8/30/2024 6:54:15 AM.
This article explores the implementation of 10 common searching algorithms in C#, detailing their use cases, workings, and complexities. From simple linear searches to more complex algorithms like Bin
Encryption and Decryption using AES (Symmetric) in Angular
8/30/2024 5:01:16 AM.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm used for secure data transmission. Implement AES in Angular using the crypto-js library, supporting modes like CBC, ECB, and CTR,
The Cloud Show with Magnus Mårtensson ft. Tina Stenderup-Larsen - Ep: 40
8/22/2024 12:56:51 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started with Unit Testing in ASP.NET Core
8/22/2024 7:09:07 AM.
Learn about essential testing frameworks like xUnit and NUnit, explore mocking and dependency injection techniques, and gain insights into best practices for writing robust test cases. Improve code qu
Learn Use of Converters in WPF C#
8/21/2024 3:23:31 AM.
In WPF, IValueConverter and IMultiValueConverter are used to transform data for UI binding. IValueConverter converts single values (e.g., boolean to visibility), while IMultiValueConverter handles mul
Getting started with Integration Testing in ASP.NET Core
8/20/2024 11:44:19 AM.
Learn the essentials of integration testing in ASP.NET Core. This guide covers setting up your testing environment, creating and running integration tests, and using frameworks and tools to ensure you
The Cloud Show with Magnus Mårtensson ft. Heather Newman - Ep: 39
8/20/2024 10:06:22 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
The Cloud Show with Magnus Mårtensson ft. Isaac Levin - Ep: 38
8/13/2024 11:49:44 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started With Azure Scheduler
8/7/2024 10:54:40 AM.
Azure Scheduler lets you automate tasks by scheduling HTTP, HTTPS, or queue-based actions. It helps manage and invoke scheduled jobs, whether hosted on Azure, on-premises, or elsewhere. You can create
Getting Started With Razor Pages In ASP.NET Core 2.0
8/5/2024 3:54:59 AM.
ASP.NET Core 2.0 introduces Razor Pages, a streamlined alternative to MVC for focusing on UI rather than complex logic. With Razor Pages, you manage server-side logic in code-behind files, simplify ro
The Cloud Show with Magnus Mårtensson ft. Anurag Karupar & Paul S - Ep: 37
8/1/2024 9:46:57 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started With Unit Testing Using C# And xUnit
7/30/2024 6:35:32 AM.
Unit Testing in ASP.NET Core involves testing individual components or methods to ensure they work as intended. By creating test cases for small functionalities, developers can catch bugs early, impro
The Cloud Show with Magnus Mårtensson ft. Dan Clark - Ep. 36
7/26/2024 5:09:11 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started with ADO.NET
7/22/2024 8:14:00 AM.
ADO.NET (ActiveX Data Objects . NET) is a set of classes in the .NET Framework that provides access to data sources such as SQL Server, Oracle, and other databases. It is a part of the larger .NET eco
The Cloud Show with Magnus Mårtensson ft. Samuel Gomez - Ep. 35
7/18/2024 11:12:23 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting started with gRPC in .NET 8 using C# 12
7/11/2024 1:35:30 PM.
Using C# 12 and gRPC in .NET 8, Ziggy Rafiq guides you through setting up your environment, defining services, and developing client and server applications with gRPC.
The Cloud Show with Magnus Mårtensson ft. Arindam Mitra - Ep. 34
7/11/2024 6:55:45 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting started with Power Pages
7/10/2024 9:50:52 AM.
This article guides you through getting started with Power Pages. It covers two methods: starting with a template or from scratch. You'll learn to create a unique web address, generate your first
Getting Started with Tableau Public
7/4/2024 5:52:09 AM.
Discover the power of Tableau Public with our comprehensive guide. Learn to create stunning visualizations, from basic charts to interactive dashboards. Master data exploration and storytelling techni
Getting Started with Docker-Compose for ASP.NET Core and MSSQL
7/4/2024 4:33:24 AM.
This article guides you through setting up a Docker Compose environment for an ASP.NET Core application and an MSSQL database, covering creation, configuration, and verification steps for efficient co
The Cloud Show with Magnus Mårtensson ft. Lars Klint - Ep. 33
7/2/2024 12:51:25 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Get Started with Visual Studio Code for the Web
7/2/2024 5:08:32 AM.
Introduction to the Visual Studio for the web.
Getting Started With ElasticSearch
6/25/2024 10:06:40 AM.
Elasticsearch is a powerful open-source tool for real-time searching and analytics. It stores data in JSON format and supports RESTful interactions via HTTP verbs like GET, POST, PUT, and DELETE. Inte
The Cloud Show with Magnus Mårtensson ft. Laïla Bougriâ - Ep. 32
6/25/2024 7:33:55 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
XAML Value Converter With A Simple Example
6/24/2024 8:59:15 AM.
Learn how to convert data formats using XAML's value converters, crucial for transforming string input (like from a textbox) into boolean values (for checkbox status). Explore setup, implementatio
A Simple WPF Application Implementing MVVM
6/20/2024 10:12:01 AM.
In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
Getting Started with ZooKeeper: A Beginner's Guide
6/20/2024 8:57:57 AM.
Learn the basics of Apache ZooKeeper, a distributed coordination service, including its architecture, installation, usage, and practical examples.
The Cloud Show with Magnus Mårtensson ft. Foyin Olajide Bello - Ep. 31
6/19/2024 10:59:48 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting started with Grafana for Ubuntu in Azure Cloud
6/19/2024 10:13:23 AM.
Grafana is pivotal for visualizing and analyzing data, ideal for monitoring system performance. Installing Grafana via Azure, utilizing a virtual machine. It covers key steps like SSH key setup, conne
The Cloud Show with Magnus Mårtensson ft. Jennifer Holland - Ep. 30
6/13/2024 7:28:18 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
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
Getting Started with ML.NET Model Builder for Using in ASP.NET Core
6/11/2024 9:38:23 AM.
Learn how ML.NET Model Builder simplifies ML application development by helping you build, train, and deploy models efficiently. This guide explains the basics of ML.NET, including data loading, model
Getting started with Microsoft Fabric using Dataflow Gen 2
6/10/2024 11:55:56 AM.
In this article, we will delve into Microsoft Fabric and provide a step-by-step guide on how to use Dataflow Gen 2 to ingest your data to create insights. If you are a data professional, developers or
Getting Started With BBC Micro:Bit
6/7/2024 10:42:55 AM.
BBC micro is a compact ARM-based system for computer education. With sensors, LEDs, buttons, and USB connectivity, it's a versatile tool for learning coding and hardware interaction.
The Cloud Show with Magnus Mårtensson ft. Olena Borzenko - Ep. 29
6/4/2024 3:18:40 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started With HTTP Client Get Request In Angular 8 Using Entity Framework
6/1/2024 8:29:06 AM.
Learn Angular 8's HTTP client for GET requests, integrating with Entity Framework for seamless data retrieval. Explore front-end development with RESTful services, asynchronous programming, and An
Getting Started With Apache Spark
5/31/2024 10:02:08 AM.
In Big Data, Hadoop components such as Hive (SQL construct), Pig ( Scripting construct), and MapReduce (Java programming) are used to perform all the data transformations and aggregation.
Getting Started With Azure AI Studio
5/31/2024 9:41:01 AM.
In this article, I'll delve into the Azure AI Studio platform and its functionalities. For those unfamiliar with Azure AI Studio, your all-in-one AI platform for building, evaluating, and deployin
The Cloud Show with Magnus Mårtensson ft. Hannes Lowette - Ep. 28
5/29/2024 6:45:01 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
The Cloud Show with Magnus Mårtensson - ft. Jasjit Chopra
5/24/2024 6:29:29 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started With Ionic Blank App Using Visual Studio 2015
5/24/2024 7:18:02 AM.
Get started with building a hybrid mobile app using the Ionic Framework and Visual Studio 2015. This guide covers setting up Ionic and Cordova, creating a blank app template, and utilizing the Ionic C
Getting Started With Ionic Tabs App Using Visual Studio 2015
5/24/2024 7:16:46 AM.
Getting Started With Ionic Tabs App Using Visual Studio 2015" guides you through creating a cross-platform mobile app using the Ionic framework and Visual Studio 2015. Learn to set up your develo
Getting Started With Ionic Side Menu App Using Visual Studio 2015
5/24/2024 7:16:24 AM.
Learn to build a hybrid mobile app using the Ionic Framework with Visual Studio 2015. This guide covers setting up Ionic and Cordova, using the Ionic CLI, and creating a side menu app template.
What are the Pointer Events supported in ReactJS?
5/23/2024 6:37:42 AM.
React supports a wide range of Pointer Events, which provide a unified way to handle input from various pointing devices such as a mouse, touch, or pen. Pointer Events offer more detailed information
Getting Started With Onsen UI Apps In Visual Studio 2015
5/22/2024 10:41:51 AM.
Begin creating Onsen UI apps in Visual Studio 2015. Utilize its templates, integrate JavaScript, HTML5, and CSS for cross-platform mobile development. Get started with beginner-friendly tutorials and
Getting Started With Elastic In Using .NET Nest Client
5/16/2024 3:37:44 AM.
This article demonstrate how to use elastic search in .net application using nest client. How to set up Elastic search in developer machine and how to communicate with elastic from .net application.
Getting Started With Intranet Application in MVC 4
5/15/2024 11:56:30 AM.
In this article I am describing authentication and authorization for intranet applications using the ASP.NET Web application based on the MVC project template.
Creating a Dynamic Data Web Site in ASP.NET 4.0
5/13/2024 11:26:16 AM.
Creating a dynamic data website in ASP.NET 4.0 involves utilizing Web Forms with controls like GridView. Define fields using BoundField for data display. Customize styles with CSS for a visually appea
Get started using Azure OpenAI Assistants
5/13/2024 10:12:57 AM.
Azure OpenAI Assistants allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
The Cloud Show with Magnus Mårtensson ft. Christian Weyer - Ep. 26
5/10/2024 8:25:43 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
How to Get Started with React and TypeScript?
5/9/2024 11:36:16 AM.
Explore the fundamentals of setting up React applications with TypeScript in this beginner's guide by Ziggy Rafiq. Learn about project structure, component creation, running your app, and configur
The Cloud Show with Magnus Mårtensson ft. Dan Clark - Ep. 25
5/7/2024 8:39:22 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started With Authentication And Authorization Using Blazor Server Side
5/3/2024 11:43:27 AM.
Learn how to implement secure user authentication and authorization in Blazor Server applications. Explore Blazor's built-in authentication mechanisms using .NET Core Identity. Manage user roles,
Getting Started With Azure Service Bus Queues And ASP.NET Core - Part 1
5/1/2024 11:15:53 AM.
Explore the fundamentals of Azure messaging services, setting up queues, and leveraging the Azure SDK for . NET. Discover queue-based messaging techniques for reliable and scalable communication in cl
Integrating Node.js and Python for URL Shortening with pyshorteners
5/1/2024 9:18:01 AM.
we will explore the process of integrating Node.js and Python to create a simple URL shortening application using the pyshorteners library. By combining the strengths of both languages, we can leverag
The Cloud Show with Magnus Mårtensson ft. Logan Song - Ep. 23
5/1/2024 5:41:55 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started With Azure Service Bus Queues And ASP.NET Core Background Services
4/26/2024 12:18:28 PM.
Begin using Azure Service Bus Queues with ASP.NET Core Background Services for efficient message processing. Configure message handlers, retry policies, and dead-letter queues, leveraging ASP.NET Core
Getting Started Wth MongoDb Atlas
4/26/2024 12:00:41 PM.
Learn how to get started with MongoDB Atlas, a cloud-based database service that offers a scalable and flexible solution for managing NoSQL databases. Explore data modeling, cluster configuration, and
Getting Started with Ignite UI igGrid
4/25/2024 11:28:41 AM.
Explore Infragistics Ultimate for intuitive UI tools like igGrid. Use JavaScript/HTML5 with CSS for grid layout customization. Incorporate jQuery libraries for enhanced functionality. Initialize and b
Efficient Data Copying with AutoMapper in C#
4/25/2024 8:16:41 AM.
Discover how to configure profiles, handle complex mappings, customize type conversions, and utilize features like flattening, null substitution, and reverse mapping for efficient data transformations
Getting Started with WaitGroups in Go
4/25/2024 5:51:03 AM.
Discover the power of WaitGroups in Go for coordinating concurrent tasks. This beginner's guide will show you how to synchronize goroutines effectively, ensuring smooth parallel execution. Perfect
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
Getting Started With Angular
4/19/2024 10:50:55 AM.
In this article, we will Discover the fundamentals of Angular with our comprehensive beginner's guide. Get started on your journey to mastering this powerful JavaScript framework.
Getting Started With Angular 6 Using Angular CLI - Part One
4/19/2024 10:29:13 AM.
Start your Angular 6 journey with Angular CLI in this guide. Learn TypeScript, create SPAs, manage modules, and utilize dependency injection for efficient front-end development."
Getting Started ✍️ With Angular 6 Using Angular CLI - Part 2️⃣
4/19/2024 10:28:54 AM.
Delve into Angular CLI essentials including version control, component, module, class, interface, and enum creation. Discover inline template & style commands for streamlined Angular development.
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
Getting Started With Angular.js
4/19/2024 10:26:36 AM.
Get started with Angular.js effortlessly! This comprehensive guide covers installation, setup, and dives into key concepts like components, directives, controllers, and services.
Getting Started With OpenLayers 3 And Spatial Data
4/18/2024 10:45:12 AM.
Explore visualizing spatial data using OpenLayers with SQL Server 2008. Learn about the capabilities of OpenLayers for mapping, including its support for tiles and vector layers. Understand the two ty
How To Get Started With The Radzen Blazor Components
4/18/2024 9:57:19 AM.
When creating a Blazor Application (both Server and WebAssembly), by default it consists of the UI framework. But some projects might be need to deliver sooner or the time frame for a project is lesse
Getting Started With Angular 2 Using Angular CLI
4/16/2024 5:34:01 AM.
Angular CLI simplifies Angular development by providing a command line interface for project setup, file management, testing, and deployment. Install Node.js and npm, then Angular CLI globally. Create
Getting Started With Angular CLI
4/15/2024 11:58:17 AM.
Angular is a framework to build client-side applications. It is specially used to create single page applications where the View is refreshed asynchronously without having to reload the whole applicat
Fix Visual Studio Load Test Error: Request Failed - SSL/TLS Issue
4/12/2024 6:21:12 AM.
In this article you will learn about the Visual Studio load test error - request failed - the request was aborted - could not create ssl/tls secure channel.
SQL Join Methods: Cross Join vs. Comma-Separated Join
4/11/2024 10:55:45 AM.
In the realm of SQL querying, the choice of join method can significantly impact the result set and performance of your queries. Two commonly used methods, cross join and comma-separated join, often s
Getting Started With MicroServices
4/11/2024 6:17:13 AM.
In this article, you will Embark on your journey into Microservices, the architecture revolutionizing modern software development. Explore scalability, distributed systems, RESTful APIs, and container
Getting Started With .NET Core 3.1 - Part One
4/9/2024 10:56:29 AM.
In this article, you will learn the fundamentals of .NET Core 3.1 with this comprehensive tutorial series. In Part One, delve into the essentials of development, covering basic concepts, tools, and pr
The Cloud Show with Magnus Mårtensson ft. Martin Thwaites - Ep. 22
4/8/2024 7:46:00 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Getting Started With Remote Procedure Call
4/4/2024 9:33:47 AM.
Getting Started With Remote Procedure Call. In Remote Procedure Call(RPC), the caller and sender process are executed on different machines, they can communicate with the help of the transport and net
Getting Started with Razor View Engine in MVC 3
4/2/2024 9:08:59 AM.
Learn about the Razor View Engine in MVC 3 through this beginner-level article, covering syntax basics, creating a User Registration Application, and utilizing Data Annotation Validator Attributes fo
Getting Started With Angular 18 And Create A Small Application
3/30/2024 12:46:27 PM.
In this post, we are going to discuss angular 18 application creation.
A Respectful Response
3/28/2024 10:34:17 AM.
I typically don’t write opinion posts,but given recent events I thought it was important to follow up on one of my tweets. Last week, I tweeted about Stack Exchange and my thoughts on the lack of resp
How To Get Started With Always Encrypted For Beginners - Part One
3/28/2024 6:27:34 AM.
Encryption has always been intriguing to me but seemed like it could be a very complex process to set up. However, SQL Server made it very simple when they introduced Always Encrypted (AE) into SQL Se
How To Get Started With Always Encrypted For Beginners - Part Three
3/28/2024 6:26:32 AM.
Discover advanced techniques in data security with Always Encrypted in Microsoft SQL Server. Part Three of our beginner's guide delves deeper into encryption keys, transparent data encryption, and
How To Get Started With Always Encrypted For Beginners - Part Two
3/28/2024 6:26:09 AM.
In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them ins
History and Evolution of Visual Studio and Supported .NET Versions
3/22/2024 7:18:14 AM.
This article gives a Brief overview of Visual Studio's evolution and its significance in software development. Description of each major version of Visual Studio from 1997 to 2022, highlighting ke