C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney(6)
Mohamed Shifan(5)
George (4)
Sardar Mudassar Ali Khan (3)
Jitendra Mesavaniya(3)
Mariusz Postol(3)
Agnieszka Stec(3)
Ananya Desai(2)
Nagaraj M(2)
Ziggy Rafiq(2)
Mominul Islam(2)
Amit Kumar(2)
Priyanka Pandey(2)
Anand Pandey (2)
Gaurav Kumar (2)
Mahesh Chand(2)
Shivang (2)
Sanjay Kumar(2)
Chetan Sanghani(2)
Aman Gupta(2)
Tural Suleymani(2)
Deepak Tewatia(1)
Carter Ruff(1)
Raghunath Bhukan(1)
Rajesh Gami(1)
Sangeet Shah(1)
Lokesh Varman(1)
Malinda Prasad(1)
Rajeev Paliwal(1)
Coder Thiyagarajan(1)
Praveen Kumar(1)
Kartik (1)
Ajay Kumar(1)
Shafaet Hossain(1)
Ayush Gupta(1)
Raveena Attri(1)
Shanuka Maheshwaran(1)
Praveen Raveendran Pillai(1)
Jefferson S. Motta(1)
Vijay Yadav(1)
Velladurai (1)
Keyur Pandya(1)
Vithal Wadje(1)
Sifad Hussain(1)
Suraj Vishwakarma(1)
Adam Stirtan(1)
Jaimin Shethiya(1)
Najath Risni(1)
Anjali Joshi(1)
Amit Mohanty(1)
Mithilesh Tata(1)
Ashutosh Singh(1)
Anandu G Nath(1)
Vahid Farahmandian(1)
Prathap Reddy(1)
Oscar Santos(1)
Michael Lee(1)
Ashish Bhatnagar(1)
Thomas Scott(1)
Adrian Strugała(1)
Sameer Shukla(1)
Barbara Lavigne(1)
Anu Viswan(1)
Jamie Swift(1)
Satya Karki(1)
Carlo Morrone(1)
Resources
No resource found
Terraform State Management Best Practices for Enterprise Teams
Jul 07, 2026.
Master Terraform state management for enterprises: secure, efficient, and scalable IaC with best practices for teams.
Hiring .NET and Engineering Talent: Expansion Options Compared
Jun 30, 2026.
Hiring .NET talent? Compare expansion options: EOR, direct contractors, own entity, or PEO. Choose the right model for your stage.
Introduction to JSON Serialization in ASP.NET Core Web API
Apr 27, 2026.
In ASP.NET Core Web API, JSON serialization is the process of converting C# objects into JSON strings (for responses) and back again (for request bodies). By default, ASP.NET Core handles this automatically, but understanding how to configure it is essential for building professional APIs.
Jenkins Security Alert: 3 CVEs You Must Patch Right Now
Mar 24, 2026.
Critical Jenkins security alert! Patch now to fix high-severity CVEs, including remote code execution. Protect your CI/CD pipeline from symlink & DNS rebinding attacks.
SharePoint for Remote Teams: Collaboration Made Easy
Mar 04, 2026.
Unlock seamless remote team collaboration with SharePoint. Centralized workspaces, real-time co-authoring, and secure access from anywhere. Boost productivity now!
Fix RCE (Remote Code Execution) issue in Gen-AI
Feb 02, 2026.
Secure Gen-AI by fixing Remote Code Execution (RCE) vulnerabilities! Learn how to protect your systems with sandboxing, policy enforcement, and secure architecture.
Using C# 14 with gRPC Instead of REST: Build a Customer Microservice (with Benchmarks)
Jan 13, 2026.
Discover why gRPC outperforms REST with Protobuf contracts, streaming, and JSON vs Protobuf BenchmarkDotNet benchmarks.
Anti-Patterns to Avoid When Using Memory Pools in ASP.NET Core
Jan 12, 2026.
Discover the top 10 memory pooling anti-patterns in ASP.NET Core from an MVP perspective. Learn how to avoid runaway memory usage, GC pressure, and false memory leaks while leveraging .NET 10’s automatic pool trimming.
Building a Custom Serialization Framework (Compress, Encrypt, Version Data) | Angular + ASP.NET Core
Nov 19, 2025.
Build a custom serialization framework in Angular & ASP.NET Core for compression, encryption, and versioning. Secure data, optimize performance, and ensure compatibility.
The Serialization Spectrum: An Architect's Deep Dive into JSON, Typed Formats, and Data Contracts for High-Performance .NET Systems
Nov 19, 2025.
Unlock peak .NET performance! Deep dive into JSON, typed formats (protobuf, MessagePack), and data contracts. Optimize serialization for robust, scalable systems.
The Rise of the Solopreneur Economy
Nov 05, 2025.
Discover the solopreneur economy: redefine work, wealth, and business. Learn to build scalable digital assets and thrive as a solo builder in the new era.
How Remote Work Is Reshaping Organizational Identity
Oct 29, 2025.
Explore how remote work reshapes organizational identity by focusing on digital employee experience, borderless belonging, and asynchronous collaboration.
The Future of Remote Leadership: Managing Teams in a Borderless World
Oct 29, 2025.
Master remote leadership! Learn to build trust, foster connection, and drive results in a borderless world. Essential strategies for digital-first teams.
The Global Developer: How Remote Work Created a Borderless Tech World
Oct 30, 2025.
Remote work has revolutionized software development, creating a borderless tech world. Discover the rise of global developers, challenges, and the future of innovation.
How Remote Work Changed the Global Business Ecosystem
Oct 30, 2025.
Explore how remote work reshaped the global business ecosystem, impacting talent acquisition, productivity, office spaces, and technology. Discover the future of work!
The Future of Work in IT: Hybrid Teams and Global Collaboration
Oct 29, 2025.
Explore the future of IT: hybrid teams, global collaboration, and the shift from cubicles to cloud. Learn how to lead, communicate, and thrive in this new era.
How to Troubleshoot Errors in a .NET MVC Website
Oct 25, 2025.
Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. Practical guide for ASP.NET MVC error resolution.
RESTful API Mastery: ASP.NET Core Best Practices, Versioning & Serialization Complete Guide - Part-10 of 40
Oct 16, 2025.
Master RESTful API development in ASP.NET Core with this comprehensive guide. Learn best practices for versioning, serialization, authentication, and building scalable services. Explore real-world examples, microservices communication, and advanced techniques for security, performance, and maintainability. From basic principles to enterprise patterns, this guide provides production-ready solutions for building robust APIs.
Apache Guacamole: Remote Access Without the Headache
Oct 05, 2025.
Apache Guacamole offers a clientless solution, providing secure browser-based access to Windows, Linux, and legacy systems. Simplify your remote workflow, enhance security, and eliminate the need for dedicated software. Perfect for DevOps, education, MSPs, and home labs. Embrace open-source flexibility and say goodbye to remote access headaches!
Fixing Exchange Management Shell Connecting to the Wrong Server
Oct 02, 2025.
Frustrated that your Exchange Management Shell (EMS) connects to the wrong server? This article explains why EMS redirects and how to fix it. Learn about the crucial role of SSL certificates in securing PowerShell remoting and ensuring proper redirection. Discover the simple steps to bind a valid SSL certificate to the Exchange Back End site in IIS, resolving authentication errors and guaranteeing secure, predictable Exchange administration. Stop unwanted server redirection now!
Cloud Computing: Working from Anywhere
Sep 22, 2025.
Discover how cloud computing is revolutionizing work and business! Learn about IaaS, PaaS, and SaaS, enabling remote work, cost savings, and scalability. Explore the benefits of data safety, teamwork, and global access. Understand the challenges of privacy and internet dependence, and glimpse into the future with AI, hybrid models, and green technology. Embrace the power of the cloud!
Robotics & IoT in Surgery → The Future of Remote Operations
Sep 05, 2025.
Explore how robotics and IoT are revolutionizing surgery, enabling remote operations and transforming healthcare. Discover the benefits of robotic-assisted procedures, IoT-powered monitoring, and the rise of remote surgeries. Learn about the challenges and the exciting future of AI-powered surgical solutions, bringing expert care to underserved areas and improving patient outcomes globally.
AI in Healthcare: Predictive Diagnosis, Drug Discovery & Remote Treatment
Aug 29, 2025.
Explore how AI revolutionizes healthcare: predictive diagnosis, accelerated drug discovery, and remote treatment. Discover a future of faster, smarter, and accessible care.
How to Connect Two Offices in Remote Locations?
Aug 28, 2025.
Explore ways to connect remote offices: WAN, VPN, leased lines, MPLS, and cloud solutions. Find the best option for your business's speed, security, and budget needs.
Secure Remote Access on Cisco Devices
Aug 24, 2025.
This article shows how to set up secure remote access to Cisco devices. It explains why SSH is important, gives easy step-by-step instructions, how to check it is working, and tips to keep your network safe.
Choose a Data Storage Approach at the Cloud
Aug 23, 2025.
This Article explains different types of data classification—structured, semi-structured, and unstructured data—in simple, easy-to-understand language. It breaks down how each type is stored, organized, and used, with real-world examples like product catalogs, photos, and business reports. We also explored common data serialization formats (XML, JSON, YAML) with plain explanations, examples, pros and cons, and a comparison table. Finally, we summarized everything with a visual infographic and a comparison table to make it easy to remember.
Basic Configuration of a Cisco Switch using the Cisco Packet Tracer Simulator
Aug 23, 2025.
Setting up a Cisco switch means giving it a name, adding passwords to keep it safe, and setting an IP address so you can connect to it from another device. You also add a gateway, so it knows how to reach other networks. After that, you save the settings, so they don’t get lost when the switch turns off
ASP.NET: Then vs Now — JSON Serialization Performance
Aug 21, 2025.
ASP.NET has evolved from relying on Newtonsoft.Json to the faster, memory-efficient System.Text.Json in .NET 8. Offering built-in support, benchmarks show significant performance gains, making it today’s default choice.
How Generative AI Can Transform Remote Patient Monitoring (RPM) for Healthcare Decision-Makers
Aug 14, 2025.
Generative AI is revolutionizing Remote Patient Monitoring (RPM) by enabling real-time data analysis and personalized care insights. By automating data interpretation and enhancing patient engagement, healthcare decision-makers can make informed choices, improve patient outcomes, and streamline operations. Discover how this technology is reshaping the future of healthcare delivery.
Best Collaborative Coding Tools
Aug 06, 2025.
Explore the top tools supporting vibe coding—where real-time collaboration, AI assistance, and developer flow meet. Boost your productivity with the best platforms for modern teamwork.
Build a Daily Mood Tracker in C# Console App with JSON Storage
Aug 01, 2025.
In this beginner-friendly C# project, you will build a simple daily mood tracker using a console interface and JSON for local data storage. This project is great for understanding how to combine real-life utility with coding fundamentals.
Create a Personal Budget Tracker in C# Using JSON and Console UI
Jul 28, 2025.
In this article, we will build a simple personal budget tracker using C# with a clean console UI and JSON for persistent storage. This beginner-friendly project helps users understand file handling, data serialization, and basic CRUD operations—ideal for those starting with .NET or looking for a practical mini project.
Getting Started with Docker Offload
Jul 16, 2025.
Discover how Docker Offload lets you run AI builds in the cloud, boost performance, and access GPUs—all without leaving your local workflow.
🚀 Automating SQL Server Database Backups and Remote Table Sync
Jul 11, 2025.
This SQL stored procedure automates local database backups and replicates all tables to a remote server with suffixes, ensuring disaster recovery, reporting, and schema sync—no manual table handling required.
Top 10 Fastest Growing Tech Jobs of the Future (2025–2030)
Jun 08, 2025.
Discover the fastest growing tech careers from 2025 to 2030, including AI, cybersecurity, cloud, data science, and more. Learn key skills, salary insights, and how to start today.
.NET 9 Apps Are Faster Than Ever
Apr 19, 2025.
Explore .NET 9’s impressive performance improvements! From faster JSON serialization, optimized JIT compiler, reduced memory usage, to enhanced HTTP/3 handling
Remove IIS Log Files (4-3) --- AWS security group on the ec2 needs to Allows ports for PowerShell Remoting
Feb 27, 2025.
This article will discuss AWS security group on the ec2 needs to Allows ports for PowerShell Remoting
Remove IIS Log Files (4-2) --- Make Server Allows ports for PowerShell Remoting
Feb 27, 2025.
This article will discuss to Make Server Allows ports for PowerShell Remoting
System.Text.Json vs. Newtonsoft.Json: A Comprehensive Comparison
Jan 31, 2025.
System.Text.Json and Newtonsoft.Json are popular libraries for JSON serialization in .NET. System.Text.Json offers better performance and lower memory usage, while Newtonsoft.Json provides more advanced features like dynamic JSON handling and custom converters.
Working with gRPC API in .NET 8
Jan 21, 2025.
We create a simple gRPC service using .NET C# to perform CRUD operations on a book management system. Learn how to define a .proto file, implement server-side logic, and test with tools like Postman for efficient communication.
Installing and Running Visual Studio Code on Docker
Jan 01, 2025.
Learn step-by-step how to install and run Visual Studio Code in Docker using Play with Docker. Includes setup commands, examples, and optimization tips.
How to Transfer Files or Folders from Local Machine to Remote in EC2
Dec 17, 2024.
This article explains how to transfer files or folders from your local computer to an Amazon EC2 instance using SSH and SCP. It covers the steps to connect to the EC2 instance, create a folder, and securely transfer files.
How to Use Self-Signed Certificates for Azure VPN
Nov 30, 2024.
Learn how to set up an Azure Point-to-Site (P2S) VPN with certificate-based authentication. Follow the steps to create, export, and upload certificates, configure the VPN gateway, and establish a secure connection to Azure Virtual Network.
Understanding .NET Binary Serialization
Nov 19, 2024.
.NET Binary Serialization simplifies the process of converting objects into binary formats for efficient storage or data transfer. This guide explores serialization techniques, the BinaryFormatter class, custom serialization, and best practices.
How to Install Ubuntu Server on VMware ESXi Using VMware Client Browser
Nov 18, 2024.
This guide explains how to install Ubuntu Server on VMware ESXi using the web client. It covers steps like creating a virtual machine, selecting storage, uploading the Ubuntu ISO, configuring network settings, and installing Ubuntu.
Serialization and DeSerialization in C#
Oct 21, 2024.
Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binary, and SOAP serialization.
Property 'X' Does Not Configure the Code Serialization for its Property Content
Sep 11, 2024.
The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] on properties, or suppress the warning.
AI-Powered Virtual Assistants: How to Build One in C#
Aug 28, 2024.
Build an AI-powered virtual assistant in C# using Microsoft Bot Framework, ML.NET, and Azure Cognitive Services. This assistant can perform tasks like setting reminders, answering queries, and recognizing speech. Integrate advanced AI features like NLP and task automation for a powerful, interactive experience.
Create Azure File Share Using Azure Portal
Aug 22, 2024.
Azure File Share is a cloud-based storage service by Microsoft Azure that enables you to store, access, and share files securely over the internet. It supports both Windows and Linux systems, offers easy integration with on-premises storage, and provides backup and recovery options for seamless data management.
Understanding ngrok: Secure Tunneling to Localhost
Jul 25, 2024.
Learn how ngrok creates a secure, public URL for your local server, facilitating remote access and testing. Ideal for web development and debugging, ngrok bridges the gap between local and public environments while ensuring robust security.
C# Method Designed to Make a POST Request to a Web API Endpoint
Jul 04, 2024.
This guide covers API integration in C#, detailing serialization, encryption, HTTP requests, and error handling. Learn how to set up an API integration method, handle responses, and follow best practices for security, error handling, and asynchronous operations to build robust and secure applications.
New-PnPTenantSite: The remote server returned an error: (401) Unauthorized.
Jun 29, 2024.
Disabling custom app authentication resolved the "401 Unauthorized" error, allowing the PnP scripts to run as scheduled. By following these steps, you can set up SharePoint Add-ins, grant necessary permissions, and troubleshoot common authentication issues in your automation workflow. Happy development!
Annotations used with Spring Boot Applications
Jun 28, 2024.
Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful services, manage dependencies, and support robust transaction and error handling.
Real World Uses of Azure IoT Hub Device Twins
Jun 24, 2024.
Discover practical applications of Azure IoT Hub Device Twins in real-world scenarios. Explore how Device Twins facilitate remote device management, enable predictive maintenance, streamline firmware updates, and ensure efficient configuration management for IoT deployments.
Agile for Remote Teams: Best Practices and Tools
Jun 17, 2024.
Embrace Agile in remote teams with effective communication, clear goals, trust, adaptability, and essential tools like Jira, Slack, and Zoom. Navigate challenges and enhance collaboration in diverse time zones with Agile methodologies tailored for remote work environments.
Convert an Embedded Resource into an XML File in WPF C#
Jun 06, 2024.
When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during runtime.
Introducing HybridCache The Future of .NET Caching
Jun 04, 2024.
HybridCache bridges gaps in .NET's IDistributedCache and IMemoryCache, introducing advanced capabilities like stampede protection and configurable serialization. It simplifies caching with a unified API for both in-process and out-of-process caching, reducing complexity and enhancing performance.
Enabling SSH Extension Azure Arc-Enabled Servers
Jun 02, 2024.
Discover how to enhance server management with SSH extension on Azure Arc-enabled servers. Learn step-by-step procedures to enable SSH, enabling secure remote access and efficient infrastructure management in hybrid cloud environments.
Demystifying customStringify: Filtering Functions in JSON
May 13, 2024.
In the vast world of data, JSON (JavaScript Object Notation) reigns supreme for its lightweight and human-readable format. But what if you want to control how specific data gets represented in your JSON string? That's where the customStringify function comes in.
Newtonsoft.Json vs. System.Text.Json: Comparative Analysis
Apr 17, 2024.
In the world of .NET development, handling JSON serialization and deserialization is a common task, especially when dealing with web APIs. In this article, we'll compare and contrast these two libraries, exploring their features, examples, advantages, and disadvantages.
Polymorphic serialization using System.Text.Json
Apr 12, 2024.
Polymorphic serialization is the process of serializing and deserializing objects of different types that share a common base type. This allows us to preserve the specific type information of each object, which is crucial when we want to deserialize the objects back into their original types.
Built In Rest Client in .NET Core
Apr 01, 2024.
.NET Core provides a built-in REST client through HttpClient in the System.Net.Http namespace. It offers lightweight, cross-platform capabilities for seamless integration with web services, enabling efficient HTTP requests and response handling in API communication within .NET Core applications.
Information Computation Mastery: Serialization
Apr 01, 2024.
To use computers to automate information processing we have to deal with bitstreams as the information representation. We need bitstreams to be handled using files to preserve the data. The transition process from the objects to the stream is called the serialization.
What is JSON Serialization and Deserialization in C#
Mar 27, 2024.
JSON (JavaScript Object Notation) has become a ubiquitous data interchange format, especially in web development. In C#, developers have multiple options for serializing C# objects to JSON and deserializing JSON strings back to C# objects
How to Install and Configure Web RD in Server
Mar 20, 2024.
RD Web Access also includes Remote Desktop Web Connection, which allows users to connect remotely to the desktop of any computer where they have Remote Desktop Access.
Display API Data on List Using SwiftUI
Mar 15, 2024.
In this article, we will fetch and display data on a list using SwiftUI. Learn to fetch and display data in a list using SwiftUI. Set up a SwiftUI project in Xcode, create a struct conforming to Codable and Identifiable protocols, fetch data using URLSession, and design the UI.
Securing Remote Access to SQL Server
Mar 05, 2024.
Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and protection against cyber threats.
What is Serialization and Deserialization in C#?
Mar 04, 2024.
Serialization and deserialization are processes used to convert objects into a format that can be easily stored, transmitted, or persisted, and then reconstructed back into objects when needed.
A simplified approach to serializing and deserializing objects in C# 10
Mar 04, 2024.
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
Camelcase Serialization in .Net 9
Feb 19, 2024.
In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expect camelCase formatted data
Eager Loading In ASP.NET Core Web API Complete Example
Jan 22, 2024.
In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database calls. Let's implement an example of eager loading in an ASP.NET Core Web API using Entity Framework Core.
External Data - Attributes - Profiling Data Access
Jan 06, 2024.
The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usually, this data kind is managed using file and stream concepts. To save/read working data using streams, we need serialization/deserialization operations between streaming and object-oriented data.
External Data - File and Stream Concepts
Jan 03, 2024.
The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usually, this data form is managed using file and stream concepts. It is the first part of a series of articles titled Programming in Practice.
JSON Serialization and Deserialization in C#
Dec 29, 2023.
JSON serialization and deserialization in C#! Learn the ropes with Newtonsoft.Json (Json.NET) or the built-in System.Text.Json. Level up your data interchange skills for seamless system communication.
What is Windows App?
Nov 17, 2023.
Windows App is a centralized hub that provides users with a unified experience across their Windows devices, cloud PCs, and remote applications
Securing Infrastructure with VMware SaltStack
Sep 06, 2023.
Securing Your Infrastructure with VMware SaltStack: Best Practices and Considerations
Access Windows PC using SSH
Sep 04, 2023.
In this article, Will try to understand the accessing remote PC using ssh.
ASP.NET Core Web API for Abusive Comments Detection
Aug 12, 2023.
Implementing abusive comments detection in an ASP.NET Core Web API involves utilizing Natural Language Processing (NLP) techniques and external APIs, such as the Perspective API from Google. This implementation aims to protect online platforms from harmful or offensive content. Here's a summary of the steps involved:
Remote Debugging ASP.NET Core Application on a Remote IIS
Jul 24, 2023.
Enhance ASP.NET Core Debugging with Remote Debugger: Debug your applications hosted on IIS by connecting Visual Studio to Remote Debugger, ensuring efficient debugging and issue resolution.
Streamlined Orchestration with VMware SaltStack: Automating Workflows
Jul 21, 2023.
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 multiple systems.
Enhancing Remote Application Delivery with Azure Citrix Virtual Apps Essentials
May 08, 2023.
Azure Citrix Virtual Apps Essentials is a cloud-based virtual application delivery solution that enables organizations to securely deliver Windows applications to any device over the internet without the need for VPN or additional infrastructure. This solution is offered by Microsoft in collaboration with Citrix, a leading provider of virtualization and cloud computing solutions.
Take Your Development Environment Anywhere With GitHub Codespaces
Mar 16, 2023.
Get ready to take your development game to the next level with GitHub Codespaces! In this informative and exciting article, you'll learn how to set up your own cloud-based development environment. Whether you're a seasoned developer or just starting out, Codespaces offers a robust, user-friendly solution that enables you to code from anywhere, on any device. So why wait? Join the Codespaces revolution today and take your development environment with you, wherever you go!
XML Serialization in practice: Preparing The Central Bank Service
Feb 17, 2023.
Learn XML serialization in practice. In the second part of our article, we will get acquainted with XML serialization and look at the use of the Central Bank's XML service in real practice.
Essentials Of Serialization - Binary Serialization
Feb 15, 2023.
This article will help you to understand serialization and deserialization and use Binary serialization in practice
Java Records Met Serialization
Jan 08, 2023.
There is a new syntax in the java language to declare a record class. A Record class tightly couples its API to its internal representation. The declaration of a record class is significantly more concise than that of a normal class. 
Serialization (2) - JSON Serialization
Dec 13, 2022.
This article will discuss JSON Serialization. Serialization is the process of converting an object into a stream of bytes to store the object or transmit it to memory, a database, or a file.
Early Merge Conflict Detection Across All Branches In VS Code
Aug 03, 2022.
We are happy to announce that GitLive's flagship feature, early merge conflict detection, now works across all branches in VS Code!
How to Git Pull Remote Branch to Local Branch
Jul 20, 2022.
In this tutorial, you will understand what is git pull and how to fetch the remote branch into the local branch and know the diffrence between fetch and merge git commands
Communicating With Remote Systems Using UDP
May 27, 2022.
By now, we know about specifying an Internet destination with the help of the instances of InetAddress class, but the question is how can you communicate with the remote systems? The problem is solved in several ways through java.net package.
Top Three VS Code Extensions Worth The Money
May 09, 2022.
They say the best things in life are free, but when it comes to software... well, it’s not always true. Don't get me wrong - there are plenty of excellent free, open source tools I use daily. But tools that help you develop faster or more efficiently can easily pay for themselves in terms of time saved, because, as they also say, time is money.
Gitlive's Team Sidebar Just Got A Major Upgrade In VS Code
May 05, 2022.
With the new team sidebar, you can now see all work in progress across your entire team in a single view, it's like a branch-based version of github.com/pulls but updated in real-time directly inside VS Code
How To Use GitLive With Any Git Repository In VS Code
Apr 20, 2022.
Great news?-? GitLive now works, out-of-the-box in offline mode, with any Git repository in VS Code!
Serialization (1): in General
Mar 08, 2022.
This article discusses Serialization in general.
How To Work With Avro Data Type In .NET Environment
Mar 02, 2022.
The article shows an automated way of reading Avro data in .NET applications. It includes reading the Avro schema, generating C# models, and deserializing the data. The article contains also practical examples of usage: JSON and Avro benchmarks and Azure Blob Storage client.
Pickle In Python
Feb 07, 2022.
The article explains Serialization / Deserialization process of object in Python
Boost Your Efficiency: VS Code Productivity Extensions For Dev Teams
Dec 13, 2021.
While working remotely, the productivity of a dev team can be challenged. The article aim at suggesting useful tools that can boost the efficiency of developers.
Asynchronous RPC Communication Using RabbitMq
Dec 06, 2021.
This article provides a walk-through for creating an Asynchronous RPC communication between two applications using RabbitMq
The Best VS Code Extensions To Supercharge Git
Nov 22, 2021.
Solid VS Code extensions that not only make working with Git easier but also extend Git with cool new features and superpowers!
How To Post Data In ASP.NET Core Using Ajax
Nov 18, 2021.
This article describes how to post data in the ASP.NET Core MVC application using the Ajax Post method.
The Best VS Code Extensions For Remote Working
Nov 16, 2021.
Check out those great VS Code extensions that can boost a remote team's productivity by improving communication and collaboration between developers.