Related resources for NAT
  • Building an Internationalized (i18n) Website using HTML & JS5/7/2024 4:59:43 AM. Steps to create a simple Internationalized (i18n) Website using HTML & JavaScript. In our globalized digital era, building websites that cater to diverse linguistic needs is imperative
  • Developers Use Case For .NET API Browser5/6/2024 11:27:56 AM. The .NET API Browser empowers developers with a comprehensive tool for exploring and understanding the .NET ecosystem. With detailed documentation, code examples, and search functionality, it streamli
  • Convert Rows to CSV & Eliminate Duplicates in SQL Server5/6/2024 4:17:43 AM. Using SQL Server's string aggregate function, efficiently transform row data into a comma-separated format, while simultaneously removing any duplicate entries, ensuring data integrity and optimiz
  • Application Security (3), Open Source Security --- Sonatype5/6/2024 3:47:06 AM. This article is discussing Application Security issue.
  • Application Security (1), in General5/3/2024 3:37:40 AM. This is a discussion about Application Security. This series delves into application security, covering tools like Fortify, Sonatype, and WebInspect. It emphasizes proactive security measures and disc
  • Method Signature Honesty in Functional Programming with C#5/2/2024 5:41:06 AM. This article explores the concept of "method signature honesty" in functional programming with C#. It emphasizes clear communication of method behavior through signatures, promoting predicta
  • NHibernate in Details: Part 24/30/2024 9:49:29 AM. Dive deeper into NHibernate with Part 2, exploring advanced topics like session management, querying, and performance optimization. Uncover the intricacies of this powerful object-relational mapping t
  • What is ASM in Alibaba Cloud?4/30/2024 5:58:13 AM. Learn about Alibaba Cloud Service Mesh (ASM) and how it simplifies the management, security, and monitoring of microservices-based applications.
  • Complex Custom Validation Attribute Specific to Entity4/29/2024 9:59:12 AM. Complex custom validation attributes tailored for entities in Entity Framework enable validation logic beyond standard rules. These attributes empower precise data validation, ensuring compliance with
  • Create Word Reports Without Microsoft Word Using Spire.doc4/25/2024 8:09:25 AM. Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document processin
  • Connect Storage Explorer Using SAS Token4/24/2024 7:31:56 AM. Learn how to securely connect Azure Storage Explorer to your Azure storage resources using Shared Access Signature (SAS) tokens. SAS tokens provide fine-grained access control, allowing you to define
  • Introduction To Recursion4/23/2024 9:00:06 AM. Recursion in programming involves a method calling itself with modified parameters until a termination condition is met. It operates on a Last In First Out (LIFO) stack memory. The algorithm consists
  • .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
  • Implementing a Map with Latitude and Longitude in JavaScript 4/23/2024 5:06:40 AM. We'll explore how to leverage Leaflet, a powerful JavaScript library for interactive maps. This article guides the creation of dynamic maps using Leaflet and geolocation. It covers HTML structure,
  • What is Alibaba Cloud Elastic IP Address?4/23/2024 4:08:58 AM. Alibaba Cloud EIPs provide static public IP addresses for your cloud resources, offering flexibility, cost control, and easy management in a Virtual Private Cloud (VPC) environment.
  • Native Assembly Programming in .NET4/22/2024 8:56:22 AM. Learn to create EXE and DLL files using MASM in Visual Studio. Configure project settings, write assembly code, debug, and test applications. Explore the power of assembly language for faster executio
  • Native Image Generation in Managed Code4/22/2024 8:19:00 AM. This article explains how to write and execute high-performance .NET managed code by employing the Native Image Generator utility as well as some of its disadvantages and recommended scenario guidelin
  • ACK Service: Orchestrating Containers in the Cloud4/20/2024 6:41:22 AM. Manage containerized apps in the cloud with Alibaba Cloud Kubernetes Service (ACK). Simplify deployment, and scaling & gain high availability! #ACK #Containers #Cloud
  • Harnessing the Power of Big Data with Alibaba Cloud AnalyticDB4/17/2024 6:28:24 AM. Learn how Alibaba Cloud AnalyticDB empowers businesses to harness the power of big data analytics, with high performance, scalability, and cost-effectiveness.
  • Pagination in a .NET with EF Core4/15/2024 5:20:15 AM. Pagination allows you to retrieve a large number of records split into pages instead of returning all the results at once. In this article, I present how to implement OffSet and Keyset pagination in a
  • How To Find Mouse Coordinates In HTML54/11/2024 6:08:36 AM. In this article, we will learn to track mouse movements in HTML5! Explore JavaScript event handling to find precise coordinates of the mouse pointer on a canvas element. Master DOM manipulation techni
  • Create a Signature App in Blazor4/10/2024 5:04:03 AM. Learn how to create a signature/paint app in Blazor with HTML canvas element and JavaScript. Explore canvas setup, color picker integration, saving functionality, and reset feature. Get hands-on with
  • Explanation of HttpClient in .NET Core4/3/2024 10:41:08 AM. The HttpClient class simplifies making HTTP requests (like GET or POST) in your .NET Core applications. It handles connections, timeouts, and responses, letting you focus on the data you need.
  • How to Send an Email With Image in C#4/3/2024 9:41:22 AM. Send emails with images in C# using System.Net.Mail. Create an alternate view to embed images within HTML content. Utilize LinkedResource to reference images and SmtpClient to send MailMessage with an
  • ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach4/1/2024 7:24:18 AM. Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
  • Why GraphQL Is An Alternative Over React API3/21/2024 6:26:24 AM. GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
  • Blazor Signature to Sing a PDF Document3/21/2024 5:59:47 AM. Discover how to implement digital signature functionality in Blazor applications for PDF document signing. Utilize C# capabilities to integrate e-signature features seamlessly, enhancing document mana
  • Installation Of Visual Studio 2017, A Firsthand Explanation 3/20/2024 11:46:55 AM. This article tries to give a firsthand and quick introduction to installing Visual Studio 2017, highlighting some of its new features. This article does not cover all the features of Visual Studio 201
  • What is Alternative of Multiple Inhertitance in C#?3/18/2024 7:22:10 AM. This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
  • What is Prompt Engineering and Why Do We Care?3/10/2024 9:45:39 AM. Learn about Prompt Engineering and its role in optimizing AI interaction, enabling users to leverage the full potential of advanced language models.
  • Entity Framework 6.0: NGen.exe and Startup Performance3/7/2024 8:48:20 AM. This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generat
  • Add Company Email Signatures and Disclaimers in Microsoft 3653/5/2024 5:41:41 AM. Explore methods to Create and Add Company Email Signatures and Disclaimers in Microsoft 365. Get the best guides to add Email Signatures and Disclaimers in Microsoft 365 in easy steps.
  • Automated Email Signature with Power Automate in Email Generation3/5/2024 4:14:37 AM. Automate email generation in Dynamics 365 and Dataverse with user signatures. Configure workflows, create and populate emails, ensuring seamless communication in response to case priority changes.
  • Automate Email Generation with Power Automate Email Signatures3/4/2024 10:17:03 AM. This HTML snippet fetches an email signature using Microsoft Power Automate. It uses an ID attribute to target a specific div element and utilizes inline code to access and display the signature dynam
  • Tailoring Site Responses to Microsoft Tag Requests2/28/2024 11:35:10 AM. Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
  • Effortless Pagination with jQuery DataTables and Bootstrap2/28/2024 9:02:53 AM. Effortless pagination with jQuery DataTables and Bootstrap offers seamless integration, providing a plug-and-play solution for front-end development. It enhances the user interface with responsive des
  • Print Output of First n Natural Numbers in UI Screen in Unity 32/28/2024 6:55:37 AM. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • An Introduction to Redux in React Native2/28/2024 6:36:20 AM. Discover Redux - the state management library that revolutionizes React Native development. With Redux, you can simplify data flow, achieve code maintainability, and build scalable apps. Get a hands-o
  • Turn Off Fast Startup in Windows 82/26/2024 9:31:49 AM. This article explains the Fast Startup feature in Windows 8, which puts the computer into a hibernation state instead of fully shutting down to facilitate faster startup times.
  • Get Power Option on Start Screen in Windows 82/26/2024 9:25:31 AM. In this article, we are explaining how to Access power options directly from your Windows 8 Start Screen for enhanced convenience and efficiency. Easily manage your device's power settings with a
  • Adding Multi-Language Support to Flutter Apps2/22/2024 10:48:13 AM. In this article, you will learn how to add multi-language support to your Flutter app. You will explore the steps for setting up language assets, creating language files, and implementing the necessar
  • Understanding Server-Side Blazor2/20/2024 5:57:53 AM. Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
  • Cybersecurity of External Streaming Data - Non-repudiation2/14/2024 4:13:22 AM. This article which is a continuation of a discussion related to external streaming data will focus on using cybersecurity to protect the confidentiality of bitstreams. It is the third and last part co
  • Cross-Platform Mobile Development Frameworks2/9/2024 9:28:33 AM. Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write co
  • What is Memento Pattern in C#?2/9/2024 5:57:36 AM. In this article, we will learn aboutThe Memento Pattern in C# enables capturing and restoring an object's state. It's crucial for implementing undo/redo functionalities and managing state chan
  • What are Synthetic Events in React?2/8/2024 10:55:25 AM. Howmany character only this content-This content highlights the significance of synthetic events in React, which are wrappers around native browser events providing a consistent interface across diffe
  • Creating A Reusable Grid Component For Blazor2/8/2024 10:15:24 AM. This article guides you through creating a reusable grid component for Blazor named BlazorGrid, enabling user data display in a grid format with client-side pagination support. It includes steps to cr
  • How to Deploy .NET Aspire Apps to Azure Container Apps2/5/2024 9:00:12 AM. Learn to deploy .NET Aspire on Azure Container Apps effortlessly with Azure Developer CLI. Explore flexibility, scalability, and seamless integration.
  • SQL Joins for Efficient Database Queries2/5/2024 5:54:13 AM. Explore SQL joins, including inner, natural, left outer, right outer, full outer, and cross joins. Learn their usage, syntax, and differences to master relational database querying for effective data
  • Getting Started with Redux Saga in React Native1/25/2024 6:27:12 AM. Discover how to use Redux Saga middleware to simplify side effects management in your React Native app. Our guide covers everything from code organization to debugging, helping you optimize performanc
  • Cosine Similarity: Benefits for Text Embeddings1/25/2024 6:22:27 AM. This article delves into the significance of cosine similarity in natural language processing (NLP). Exploring its role in comparing text documents, it highlights its importance in NLP tasks and provi
  • Concatenate Two Strings in C# 1/17/2024 8:36:28 AM. In C#, string concatenation can be achieved using the + operator, String.Concat method, String.Join method, or string interpolation. Choose the method that suits your coding style and project requirem
  • Understanding the One-Way Nature of HASHBYTES in SQL1/5/2024 10:48:17 AM. This article delves into the cryptographic world of hashing algorithms, emphasizing the irreversible nature of these functions. Learn why HASHBYTES, a widely-used function for creating hash values in
  • Azure Migrate Application and Code Assessment Tool for .NET1/5/2024 10:37:28 AM. Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
  • Nats Jetstream Implementation Steps1/4/2024 10:29:56 AM. NATS JetStream empowers robust data streaming applications. This guide covers NATS installation, JetStream setup, code connection, stream creation, message publishing, consumer setup, message acknowle
  • An Overview about NATS JetStream Queue Mechanism1/4/2024 10:29:10 AM. NATS JetStream is a lightweight and high-performance messaging system that acts as a distributed messaging queue. Explore the lightweight and high-performance NATS queue mechanism. Learn about NATS Je
  • Microsoft AI School - Natural Language Processing1/2/2024 5:19:53 AM. A Simple Introduction to Natural Language Processing in Azure.
  • .NET Aspire - Cloud Native Apps Framework by Microsoft12/21/2023 9:11:06 AM. Aspire framework offered by Microsoft for Cloud Native Apps development. Embark on an insightful journey into Microsoft's Aspire framework, simplifying cloud app development. Explore its three pil
  • New Features of .NET 812/15/2023 5:52:28 AM. This article explains the release of .NET 8, it's new features and enhancement in the .NET ecosystem.
  • .NET Aspire: Simplifying Cloud-Native Development with .NET 812/13/2023 8:17:15 AM. The world of cloud-native development is ever-evolving, demanding tools and frameworks that streamline the process of building robust, scalable applications. Enter .NET Aspire, a recently released opi
  • Getting Started With NodaTime12/8/2023 10:09:56 AM. Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
  • Dealing with Date and Time in Humanizer in C#12/1/2023 10:57:45 AM. Learn how to handle date and time in a user-friendly way in C# projects using Humanizer. Covering DateTime and TimeSpan humanization with customization options and real-world use cases for improved us
  • Custom Pagination using JavaScript11/30/2023 9:57:42 AM. In this article we will explore how to create custom pagination using JavaScript.
  • React Native Development: Building a CI/CD Pipeline with Azure DevOps11/27/2023 7:03:36 AM. In the dynamic realm of mobile app development, React Native has become a prominent framework for cross-platform apps. Ensuring a seamless and error-free deployment demands a robust Continuous Integra
  • FlatList in React Native11/27/2023 6:48:46 AM. FlatList is a vital component in React Native for efficiently rendering large lists of data. Learn its installation and basic usage, key features like data, renderItem, and keyExtractor props, and opt
  • SSL/TLS Termination in API Gateway Pattern11/22/2023 4:26:16 AM. This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefit
  • Getting Started with .NET Aspire for Production Ready Cloud Native Apps11/20/2023 10:04:13 AM. .NET Aspire is a user-friendly solution designed for crafting applications ready for the cloud. It simplifies the development process, allowing developers to focus on their core business logic. Packag
  • Empowering Developers with .NET 811/20/2023 5:34:28 AM. Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-n
  • Microsoft Announces New Azure AI Platform for Businesses11/8/2023 5:15:20 AM. Microsoft announces new Azure AI platform, offering a variety of AI services to help businesses of all sizes develop and deploy AI solutions.
  • Azure User Group Sweden: Building Cloud Native Applications using Microsoft Orleans10/30/2023 4:25:20 AM. In this code-heavy session, Johnny will explain what the Orleans framework is all about: What is the distributed virtual actor model? What are grains? What are silos?
  • 6 Effective Ways To Concatenate Strings In C#10/28/2023 11:56:13 AM. Code examples of the most effective ways to concatenate strings in C#.
  • Axios with React/React Native for HTTP Requests10/23/2023 7:17:32 AM. This article explains how to use Axios library in react native for making http requests
  • Creating MultiSig Wallet Contract10/13/2023 5:31:54 AM. Learn to create secure multi-sig wallet contracts using Solidity, enhancing cryptocurrency protection.
  • How Can You Interact with Smart Contracts Using Safe{Wallet}10/10/2023 6:40:08 AM. Learn how to securely manage digital assets with Safe{Wallet}'s user-friendly interface for interacting with smart contracts on the blockchain. #BlockchainSecurity
  • Pagination In SQL Server10/9/2023 8:51:10 AM. Pagination in SQL Server refers to the practice of dividing a large set of query results into smaller, manageable subsets, or "pages," to improve performance and user experience. This techni
  • Pagination in SQL Server10/9/2023 7:17:18 AM. Pagination is the process of dividing large data into smaller data sets in discrete pages. It is widely used in web applications.
  • Exploring Alternatives for Visual Studio For Mac10/4/2023 4:49:36 AM. Let's review what other IDEs we can use on macOS to work with .NET.
  • Building a Microservices API Gateway with YARP in ASP.NET Core Web API10/3/2023 6:29:13 AM. Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
  • Power BI Query Folding 9/22/2023 5:21:57 AM. Query Folding in Power BI is a performance-enhancing feature that optimizes data analysis. It pushes data transformations to the source, improving data refresh and incremental processes. Learn how it
  • How to Transfer Tokens using Safe{Wallet}?9/22/2023 4:03:42 AM. Explore Safe{Wallet}'s multi-signature security for seamless token transfers. Learn the step-by-step process to manage digital assets securely and efficiently.
  • String Interpolation In C#9/20/2023 6:22:00 AM. C# String Interpolation concatenates strings. In this article, I'll explain how to implement string Interpolation in C#.
  • ASP.NET Core Migration9/20/2023 4:55:10 AM. Article about how a very large system based on .NET Standard version 4.5 migrated to .NET Core version 7 in just 2 weeks.
  • Advanced Sorting and Searching in ASP.NET Core Web API9/15/2023 6:48:58 AM. Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
  • Distributed Transaction Coordinator/Control In ASP.NET (DTC)9/14/2023 10:04:12 AM. A transaction is a series of work perform as a single unit of work consistency and reliability of the system, can be achieved by binding a set of related operations together in a transaction. Here I w
  • How to Generate a Shared Access Signatures (SAS) to an Azure Storage Account?9/14/2023 7:01:05 AM. Discover how Azure Storage leverages Shared Access Signatures (SAS) to enhance data security and access control in the cloud. Learn to generate SAS tokens for your storage account securely.
  • Azure Cognitive Services For Language 9/13/2023 4:33:44 AM. Azure Cognitive Services defined AI capabilities which could be consumed in different applications.
  • Safe{Wallet} Guide: Master Multi-Signature Account Creation9/8/2023 6:19:04 AM. In this article, we will learn how to create a multi-signature wallet using Safe Wallet.
  • MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI9/8/2023 5:09:22 AM. .NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, m
  • Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example9/4/2023 5:07:18 AM. Implementing localization and globalization in an ASP.NET Core Web API involves configuring the application to support multiple languages and cultures, and then using resource files to provide transla
  • Natural Data Formatting using Humanizer (NuGet) in .NET (C#) 9/4/2023 4:05:27 AM. Explore Humanizer, a free .NET library simplifies data formatting for developers. Learn to transform data into human-readable formats effortlessly with practical C# examples.
  • Azure Firewall Cloud-Native, Intelligent, and Scalable Network Security8/31/2023 5:32:18 AM. Discover the power of Azure Firewall in safeguarding cloud environments against modern threats. This cloud-native security service provides granular control over inbound and outbound traffic, leveragi
  • Alternative Simplified C# Property Syntax 8/29/2023 4:58:12 AM. When I first read about properties in C#, I was a bit excited and a bit confused. I was glad to see so many inventions, including properties, designed to help programmers be more productive.
  • Using Alert to Enhance User Interaction in React Native8/25/2023 9:33:34 AM. Enhance user interaction in React Native using alerts. Learn how React Native's Alert component facilitates displaying informative messages, confirming actions, and gathering input effectively for
  • Creating Effective Pagination and Filtering Middleware for ASP.NET Core Web API8/25/2023 5:10:13 AM. By incorporating pagination and filtering with custom middleware, you've enhanced your ASP.NET Core Web API's performance and user experience. This methodology enables you to respond more effi
  • Efficient Application Monitoring with Dynatrace and Power Apps8/24/2023 7:11:02 AM. Synergizing Dynatrace and Power Apps for Effective Application Monitoring
  • Upcoming International Speaking Engagements8/23/2023 9:26:19 AM. In this article, you will learn about upcoming International Speaking Engagements.
  • Are The DBAs Paranoid By Nature8/22/2023 6:41:53 AM. With respect to the job functions of Database Administrators, the term “paranoid” does not necessarily imply that they are under an extreme state of paranoia; however, perhaps in their zealous effort
  • Performance Optimization in ASP.NET Core: Strategies and Code Explanation8/21/2023 6:06:31 AM. Performance Optimization in ASP.NET Core involves employing various strategies to enhance the speed, responsiveness, and efficiency of web applications. This article provides insights into essential o
  • Understanding Numeric IntPtr and UIntPtr in C#8/18/2023 11:07:34 AM. Discover the importance of IntPtr and UIntPtr in C# programming. Learn how these types facilitate memory management, pointer arithmetic, and interop with native libraries, ensuring efficient and safe
  • Control access to private data using Azure storage shared access signatures8/17/2023 12:19:38 PM. Learn how an architecture shift using a middleware service and short-duration Azure Storage Shared Access Signatures (SAS) improves data protection and access control. Understand the significance of A