Systems | Development | Analytics | API | Testing

C# Regex: How Regular Expressions Work in C#, With Examples

Text manipulation is one of the most common tasks in programming with virtually all major programming languages usually supporting regex (regular expression) via their standard libraries. C# is no exception, so today we bring you a C# regex guide. You’ll learn what regexes are, why you’d want to use them and how to get started in a comprehensive, approachable manner. That way, you can start using regular expressions to solve real problems ASAP.

15 Online Resources to Automate Your Web Development Tasks

In an era where the pace of technological innovation continues to accelerate, web development can seem like an ever-evolving landscape. It’s crucial to keep up-to-date with the latest tools and resources to stay competitive. One effective way to manage this constant evolution is through automation. Automation in web development not only saves valuable time but also reduces the scope of manual errors, making processes more efficient and reliable.

Behavioral Authentication: Improving Security and CX Without Compromise #WordsUnplugged

In this episode of #WordsUnplugged, Seshika Fernando, VP of Banking and Financial Services at WSO2 and Asanka Abeysinghe, CTO of WSO2, explore the possibilities of using digital doubles and behavioral authentication to bridge the gap between banking experiences and those from more famous service providers like Amazon and Netflix. Join these two experts as they explain how these concepts may be used to ultimately create smoother, more secure banking experiences for everyone involved!

Introducing Spaces: Build collaborative environments in a few lines of code

We are very excited to announce a new product — Spaces! The Spaces SDK comes with an intuitive set of APIs that allow you to build realtime collaboration features such as avatar stacks, live cursors, member location and component locking, in days. Each API is optimized for their specific use-case, reducing integration effort.

Solving 'Object Reference Not Set' Error

“Object Reference Not Set to an instance of an object.” Cast the first stone for those who never struggled with this error message as a beginner C# / .NET programmer. This infamous and dreaded error message happens when you get a NullReferenceException. This exception throws when you attempt to access a member. For instance, a method or a property on a variable that currently holds a null reference. But what does null reference exactly mean? What exactly are references?

Where Are IIS Log Files Located? How to View IIS Logs on Windows & Azure

Discover where IIS log files are located on both Windows servers and Azure. This guide offers a step-by-step tutorial on how to locate and view your IIS logs, ensuring efficient troubleshooting and security audits. For a standard Windows Server, the default log location is: %SystemDrive%\inetpub\logs\LogFiles If your IIS logs are not stored in the default location, follow these directions below to look up where they are currently being stored.

Service Mesh vs. API Gateway | Understanding Key Differences

In the realm of microservices orchestration, the question of choosing between a service mesh vs. API gateway often arises. These two components play vital roles in managing communication within distributed systems. In this discussion, we’ll explore the differences between a service mesh and an API gateway, shedding light on their individual purposes and capabilities.

Generative AI vs. Large Language Models: What's the Difference?

What are the differences between generative AI vs. large language models? How are these two buzzworthy technologies related? In this article, we’ll explore their connection. To help explain the concept, I asked ChatGPT to give me some analogies comparing generative AI to large language models (LLMs), and as the stand-in for generative AI, ChatGPT tried to take all the personality for itself.