Related resources for CA
  • Road To AZ-204 - Developing Event Based Solutions5/7/2024 11:30:16 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Azure Event Grid, Azure Notification Hub, and Azure Event hub are the main components
  • Road To AZ-204 - Developing An App Service Logic App5/7/2024 11:29:14 AM. Embark on the AZ-204 journey by mastering App Service Logic Apps. Learn Azure development, workflow automation, integration, and deployment for scalable, efficient app solutions.
  • Learn About SOLID Principles5/7/2024 11:24:48 AM. SOLID principles are fundamental to object-oriented design, ensuring code is clean, maintainable, and scalable. Learn SRP, OCP, LSP, ISP, and DIP for robust, flexible software architecture.
  • Populating DropDown With AJAX Call5/7/2024 11:24:02 AM. There are other ways to populate dropdown in ASP.NET MVC. But using jQuery ajax in populating a dropdown is easy and fast. So in this article I will show you how to populate a dropdown from database u
  • How To Enable HTTPS In ASP.NET Web API5/7/2024 11:23:49 AM. In this article, you will see How we can enable https in ASP.Net Web API. We will start by discussing all the steps required to enable https in asp.net web API. And then we will discuss all the steps
  • Publishing React on IIS - Part II5/7/2024 10:36:57 AM. Part II of React on IIS covers advanced deployment techniques: optimization, caching, and server-side rendering for high-performance web applications on Internet Information Services.
  • The Use Of Medical Augmented Reality In Our Daily Lives5/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
  • The Role Of Low-Code No-Code In The App Development Industry5/7/2024 10:32:00 AM. In this article, you will Discover how Low-Code and No-Code platforms are revolutionizing app development. Explore their impact on efficiency, scalability, and user experience. Learn how they empower
  • Trick To Save User License For Integration In Dynamics CRM5/7/2024 10:27:45 AM. Discover effective strategies for managing user licenses in Dynamics CRM integration. Optimize costs, ensure security, and streamline user access while complying with licensing requirements for seamle
  • Containerize .NET Core Application And Push It To Azure Container Registry Using Visual Studio5/7/2024 10:21:00 AM. In this article, we will use Visual Studio to containerize a .NET Core application and then use the Visual Studio Publish functionality to push the containerized image to Azure Container Registry.
  • Wrangling Outliers and Noise in Your Data 5/7/2024 9:04:21 AM. This comprehensive guide explores the nuances between outliers and noise in data analysis. It delves into identification techniques and handling strategies, showcasing practical examples for effective
  • Advanced JWT Authentication in .NET C# for Enhanced Security5/7/2024 7:29:54 AM. In this article, we delve deeper into JWT authentication, exploring its inner workings, best practices, security considerations, and strategies for enhancing scalability using C#.
  • Spotting and Fixing Inconsistencies and Duplicates5/7/2024 6:21:16 AM. This article delves into the critical task of data cleaning for AI models. It covers identifying and handling inconsistent data through techniques like formatting, encoding, and imputation, alongside
  • Count UPPERCASE and lowercase Letter in Word or Sentense5/7/2024 6:14:29 AM. This Java program efficiently counts the occurrence of uppercase and lowercase letters in a given word or sentence. It utilizes a Scanner to take user input and iterates through each character, increm
  • How Secure Sockets Layer (SSL) Protects Data Online?5/7/2024 5:53:30 AM. Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
  • Azurite emulator for Local Azure Storage Development5/7/2024 4:19:16 AM. Docker simplifies running applications locally with a vast image library. Utilize the Azure Storage emulator image to set up services effortlessly via Docker Compose and YAML configurations, ensuring
  • Enhance Your Digital Presence With The Best Digital Marketing Guide5/6/2024 11:57:07 AM. Unlock the secrets of digital marketing with our comprehensive guide. Learn proven strategies for SEO, SEM, social media, content, and more to elevate your online presence and drive impactful results
  • 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
  • Creating Shopping Cart Application From Scratch In MVC - Part Two5/6/2024 11:25:44 AM. Part two of creating a shopping cart app in MVC delves into backend functionalities like database management, session handling, and refining user interactions. It covers features such as adding/removi
  • Chat Server and Client in C# Using Remoting Technology5/6/2024 11:24:23 AM. This application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in Windows Forms.
  • Local and Global Temporary Tables in SQL Server5/6/2024 11:21:50 AM. Learn about temporary tables in SQL Server. Explore the differences between local and global temporary tables, their scope, and usage. Understand how temporary tables provide session-specific data sto
  • Implementing Policy-Based and Role-Based Authorization in .NET Core5/6/2024 11:19:28 AM. In this article, we’ll explore how to set up policy-based authorization and role-based authorization in a .NET Core application. We’ll cover key components such as authentication configuration, defaul
  • Mastering Resource Allocation in Azure5/6/2024 8:54:15 AM. This article provides a comprehensive guide on mastering resource allocation in Azure using the Allocation Success Recommender. The article concludes with tips on how to enhance your Azure experience
  • Building a .NET Blazor Web Application with Bootstrap Theme5/6/2024 8:40:44 AM. Create stunning web apps with .NET Blazor using Bootstrap themes. Combine the power of the .NET ecosystem with Bootstrap's sleek UI components for responsive, modern web experiences."
  • How To Deploy Angular 17 Application Freely5/6/2024 8:25:45 AM. In this post, we will see how to deploy angular 17 application freely with Google Firebase Console.
  • Encryption for Data Security: Creating Digital Certificates5/6/2024 6:15:44 AM. Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and use
  • Strategies for Handling Missing Values in Data Cleaning5/6/2024 5:40:52 AM. Handling missing values is crucial in data cleaning. By categorizing them as MCAR, MAR, or MNAR, we can apply appropriate techniques like replacing categorical values with the most common and numeric
  • 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.
  • .Net Architecture And .Net Framework Basics5/5/2024 8:25:53 AM. .NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
  • What is Verhoeff Algorithm5/5/2024 8:25:21 AM. In this article we will learn about verhoeff algorithm. The Verhoeff algorithm, devised by mathematician Jacobus Verhoeff, ensures numerical data accuracy by detecting digit transpositions. It employs
  • Getting Started With Authentication And Authorization Using Blazor Server Side5/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,
  • How to install Let's Encrypt Certificate on IIS?5/3/2024 11:17:40 AM. In this article, I will share the result of all the research I did to be able to install the LetsEnctrpt certificate to IIS
  • DDL and DML Operations in Sharepoint5/3/2024 9:02:41 AM. DDL operations in SharePoint involve creating or modifying the structure of sites, lists, and columns. This includes tasks like site creation, list creation, and defining columns or content types.
  • Password Protection Using Code in Windows Forms5/3/2024 9:01:09 AM. Learn how to implement robust password protection in Windows Forms using C# code. This tutorial covers creating a secure login form in Visual Studio, handling user authentication, and validating passw
  • Using Ng-init and Ng-repeat Directive of AngularJS in ASP.Net Application5/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
  • Enable Output Cache Settings In SharePoint Online5/3/2024 5:38:59 AM. In this article, I would like to share the steps to configure the Output cache in SharePoint online. Output cache settings is available on the SharePoint publishing sites.
  • 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
  • Mapping Output Cache Profile In SharePoint Page Layout5/2/2024 10:46:30 AM. Optimize SharePoint page performance by mapping output cache profiles to page layouts. Utilize caching options in site settings for efficient content delivery, enhancing user experience and performanc
  • Dynamics 365 Customer Insights Part 1 - Microsoft Business Application Live Show Ep. 195/2/2024 9:54:06 AM. In this episode of Microsoft Business Application Live Show, you will learn about Dynamics 365 Customer Insights.
  • Create Secure Store Application In SharePoint O3655/2/2024 9:51:15 AM. Learn how to enhance security in SharePoint Online (O365) by creating a secure store application. Explore secure credential management, authentication, and integration with Azure Active Directory for
  • Exception Handling in MVC5/2/2024 9:50:23 AM. Learn effective exception-handling techniques in MVC (Model-View-Controller) for robust web applications. Explore try-catch blocks, global exception filters, custom error pages, and logging strategies
  • Road To AZ-204 - Implementing API Management 5/2/2024 8:32:37 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. API Management, APIM authentication, and APIM policies are the main components that w
  • Creating Calendar in SQL Server5/2/2024 5:48:05 AM. In the below example I have created a simple calendar using sql server and its predefined functions. This SQL script demonstrates creating a simple calendar using SQL Server's temporary tables and
  • How To Create A Function In R5/1/2024 11:53:37 AM. Learn how to create and use functions in R with this comprehensive guide. Understand the syntax for defining functions, specifying arguments, and defining default values. Explore examples demonstrati
  • JSON Web Auth Using Angular 8 And NodeJS5/1/2024 11:41:39 AM. Learn to implement JSON Web Token (JWT) authentication in Angular 8 with Node.js backend. JWT provides a secure way to transmit data between parties. This tutorial covers token generation, intercepto
  • COM in .NET5/1/2024 11:39:57 AM. COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM componen
  • ASP.NET State Management Techniques5/1/2024 11:18:17 AM. In this article, we will learn essential ASP.NET state management techniques including session state, view state, application state, cookies, query strings, caching, and more.
  • Validating Mobile IMEI Number5/1/2024 11:10:15 AM. Validating Mobile IMEI Numbers ensures device authenticity and legality. IMEI, or International Mobile Equipment Identity, serves as a unique identifier for mobile devices. Verification confirms devic
  • Microsoft Small Basic: Painting Tool Using Graphics Window5/1/2024 11:09:00 AM. Learn to create a Painting Tool using Small Basic's GraphicsWindow, including animation and graphical output. Explore step-by-step code explanations and tutorials for beginners, covering drawing s
  • Thread- Local Storage of Data in .NET5/1/2024 11:07:55 AM. Suppose you're writing a multi-threaded application and you want each thread to have its own copy of some data. You also want this data to persist throughout the lifetime of the thread.
  • Why Strings Are Immutable in .Net5/1/2024 11:05:35 AM. Explore the concept of immutable strings in .NET, understanding how strings are allocated in memory, and why they are immutable. Learn how immutability enhances memory management, prevents race condit
  • Anti-Reverse Engineering (Assembly Obfuscation)5/1/2024 11:02:29 AM. Learn how to protect your .NET source code from reverse engineering using obfuscation techniques with Dotfuscator. Explore the process step-by-step, including obfuscated code analysis and MSIL code ex
  • Implementing Azure Blob Storage in Your Application5/1/2024 8:46:57 AM. Are you looking to leverage the power of cloud storage for your applications? In this detailed guide, we take you through the process of implementing Azure Blob Storage in your application, step by s
  • .NET Core Performance: Caching, Lazy Loading, indexing & profiling5/1/2024 7:30:48 AM. This article explores the world of performance optimization in .NET Core applications and SQL queries. Discover the science behind ensuring your software runs smoothly and efficiently through techniqu
  • Learn Local and Global Temporary Tables in SQL Server5/1/2024 7:11:09 AM. Temporary tables in SQL Server provide a way to store and process intermediate results within a session. There are two types of temporary tables: local temporary tables and global temporary tables.
  • How To Dynamically Upload And Play Video File Using ASP.NET MVC 55/1/2024 5:43:40 AM. This article demonstrates how to upload a video file of up to 100MB and play dynamically using ASP.NET MVC 5. I will upload the video file to my project folder name (VideoFileUpload) and add its path
  • Session Management In ASP.NET Web API5/1/2024 5:42:33 AM. Session Management in ASP.NET Web API involves handling user sessions, state, and security. It encompasses implementing authentication, authorization, and token-based security to manage user sessions
  • Visual Studio and .NET's Unit Test Framework4/30/2024 10:46:30 AM. This article outlines the process of automating tests using Microsoft Visual Studio's Unit Testing Framework. It covers the fundamentals of test automation, explains the structure of test cases, a
  • Filter WebGrid With Cascading Dropdownlist Along With Paging in MVC4/30/2024 9:54:32 AM. This tutorial provides a comprehensive guide for developers new to MVC, offering step-by-step instructions for creating a basic MVC application using Visual Studio 2012 and integrating features like P
  • OpenID Connect Availability in OWIN Security Components4/30/2024 9:51:18 AM. Discover the integration of OpenID Connect with OWIN security components for robust authentication and authorization in .NET applications. Enhance identity management and security with seamless integr
  • Palindrome in C# GUI4/30/2024 9:49:48 AM. Create a C# GUI application to check if a user-entered string is a palindrome. Implement a Windows Forms interface with a textbox for input and a button to trigger palindrome verification.
  • Automated UI Test With WatiN and Specflow in .Net: Part 14/30/2024 9:43:24 AM. Explore automated UI testing with WatiN in .NET for web applications. Set up a test project, install WatiN, and create test methods to verify UI elements and interactions. Ensure robust code through c
  • Introducing Various Authentication Options in Visual Studio4/30/2024 9:38:28 AM. Introducing Various Authentication Options in Visual Studio 2013" explores the range of authentication methods available in the IDE. Discover how to implement secure user identity with OAuth, Ope
  • Real-Time Text Display in Power Apps 4/30/2024 9:16:05 AM. Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement.
  • 💠 Clean Architecture End To End In .NET 54/30/2024 9:06:48 AM. Explore the implementation of Clean Architecture in ASP.NET 5.0, covering aspects like Entity Framework Code First Approach, Dependency Injection, AutoMapper for object-object mapping, JWT Authenticat
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 2]4/30/2024 8:25:53 AM. Absolutely, choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.Understandin
  • How Can We Calculate the CRC Checksum?4/30/2024 6:21:38 AM. CRC (Cyclic Redundancy Check) is a vital method for maintaining data integrity, commonly used in digital networks and storage devices to quickly detect unintentional modifications in data transmission
  • 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.
  • Azure Key Vault : Implementing Azure Key Vault in C#4/30/2024 3:40:37 AM. Azure Key Vault provides a secure and centralized storage solution for managing application secrets. In this guide, we'll walk through the process of implementing Azure Key Vault in a C# applicati
  • .NET Core : Implementing Authentication & Authorization in .NET Core Apps4/30/2024 3:40:13 AM. This article provides a structured guide with code snippets and references for implementing authentication and authorization in .NET Core applications. It covers mechanisms such as Identity framework,
  • Implement Global Exception Handling In ASP.NET Core Application4/29/2024 11:47:51 AM. Explore ASP.NET Core's robust exception handling mechanisms, including global handlers and custom middleware. Learn to implement middleware for comprehensive error management, ensuring smooth appl
  • Dynamically Show/Hide Label Text on Dropdown Change in Power Apps 4/29/2024 11:42:40 AM. Learn how to dynamically display or hide label text based on dropdown selection changes in Power Apps. Use formulas and event handling to control the visibility of labels based on user interactions, e
  • How to Integrate Instant Plugins in the Canvas App?4/29/2024 11:25:59 AM. Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse envir
  • Using Message Queues In C#4/29/2024 11:21:23 AM. In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
  • Dereferencing Pointers and Void Pointers in C4/29/2024 11:18:18 AM. Dereferencing pointers involves accessing the value stored at the memory address pointed to by a pointer. Void pointers in C are generic pointers that can point to any data type but require explicit t
  • Assemblies In .NET Application4/29/2024 11:13:26 AM. Understand Assemblies in .NET, including Private and Shared types, managing in Global Assembly Cache, generating Public Key with Sn.exe, versioning with AssemblyInfo.cs, and installing with Gacutil. L
  • Entity Framework Core: Features, Real-time Implementation, Best Practices4/29/2024 10:27:09 AM. Entity Framework Core (EF Core) stands as a powerful toolset for .NET developers, streamlining the interaction between applications and databases through object-relational mapping (ORM). Whether adopt
  • Enterprise Library New Version 64/29/2024 10:15:21 AM. Enterprise Library Version 6 is a Microsoft .NET Framework library offering application blocks for logging, caching, data access, security, and more. It provides configurable components for common ent
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]4/29/2024 10:01:35 AM. Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
  • Dynamically Generate Multiple TextBoxes in ASP.Net4/29/2024 9:57:35 AM. Learn how to dynamically generate multiple TextBox controls in ASP.NET using C# (or VB.NET). This tutorial covers server-side control creation, event handling, and UI manipulation.
  • Client Script - OnLoad with Realtime Scenarios and Use Cases4/29/2024 5:22:43 AM. In his article, let's explore the nuances of OnLoad client scripts in the ServiceNow environment and provide developers and administrators with an extensive how-to guide for making the most of thi
  • Building a DevOps Pipeline from Scratch4/27/2024 4:10:55 AM. In today's fast-paced software development landscape, DevOps has become an essential practice for teams to deliver high-quality software quickly and efficiently. In this article, we'll build a
  • What is Global Traffic Manager (GTM) in Alibaba Cloud ?4/27/2024 4:01:52 AM. Unleash global application reach & peak performance with Alibaba Cloud GTM! Explore intelligent traffic routing, geo-redundancy & disaster recovery for seamless user experience & business
  • 4 Real Time Use of Partial Classes and Partial Method4/26/2024 12:17:26 PM. Learn how to leverage partial classes and partial methods in real-time applications with C#. Explore their use for modular design, event-driven programming, and code organization. Discover how they en
  • TreeView Explorer Control For Windows Applications4/26/2024 12:14:55 PM. The TreeView Explorer Control is a graphical user interface element primarily used in Windows applications. It provides a hierarchical view of data, typically resembling a folder structure, enabling u
  • Introduction To gRPC And its Implementation In .NET Core 3.14/26/2024 12:04:24 PM. Learn the fundamentals of gRPC and its integration with .NET Core 3.1 in this introductory guide. Discover how gRPC facilitates efficient, cross-platform communication using protocol buffers. Explore
  • Implementing Angular In Dynamics CRM4/26/2024 12:03:50 PM. Implementing Angular in Dynamics CRM involves integrating the Angular framework for frontend development within the Dynamics CRM platform. This enables the creation of dynamic and interactive user int
  • Lobe - A Free & No-Code Machine Learning Application4/26/2024 12:03:18 PM. Discover Lobe, a free machine learning application by Microsoft that simplifies model training with its intuitive GUI. Train models effortlessly, play with predictions, and export them for cross-platf
  • Getting Started Wth MongoDb Atlas4/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
  • Application Deployment On Azure Kubernetes Service4/26/2024 11:56:18 AM. Deploying applications on Azure Kubernetes Service (AKS) involves containerizing apps with Docker, orchestrating with Kubernetes, and managing scalability, availability, and load balancing. Utilize YA
  • How to Publish ASP.Net MVC 5.0 Application on Windows Azure: Part 44/26/2024 10:47:03 AM. Learn step-by-step instructions to deploy an ASP.NET MVC 5.0 application on Windows Azure in this comprehensive guide. Part 4 covers advanced deployment strategies, including Azure Web Apps, continuou
  • Binding XML Data to a WebForm Control in ASP.Net4/26/2024 10:30:13 AM. Create a Web Application in Visual Studio 2010 to store product details in XML format. Display product details in a GridView and add an advertisement banner using AdRotator control. Bind XML data to t
  • Introduction To Enterprise Library 6.0 And Unity 3.04/26/2024 10:28:28 AM. Explore Enterprise Library 6.0 and Unity 3.0, essential tools in Microsoft's .NET ecosystem. Learn how to leverage Enterprise Library for robust application development and Unity 3.0 for effective
  • Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing4/26/2024 10:23:44 AM. In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
  • Hands-Free Security Scanning Within .NET Applications4/26/2024 9:59:18 AM. I'm sure if you follow any news sources at all, you see countless hacks, breaches, and leaks from various big-name companies which you might assume would be better at protecting your information.
  • Searching Records by DropDownList in ASP.NET4/26/2024 9:54:25 AM. This tutorial guides the creation of a web app to search records via DropDownList. It includes SQL commands to create a database, insert records, and configuring data sources. The process involves set
  • .NET Website Security: Practical Steps & Examples4/26/2024 4:14:37 AM. Securing .NET websites is paramount in today's digital landscape. Regular updates, strong authentication, HTTPS enforcement, input sanitization, CSP implementation, CSRF protection, defense-in-dep
  • Azure Logic App Standard Development in Visual Studio Code4/25/2024 9:59:58 AM. Learn how to set up a local environment for Azure Standard Logic App Development using Visual Studio Code. Follow steps to install required extensions, create a new project, add workflows, configure
  • Application Deployment On Azure Kubernetes Service - Part Three4/25/2024 9:48:19 AM. In Part Three of deploying applications on Azure Kubernetes Service (AKS), explore advanced topics like Helm chart usage, CI/CD pipelines with Azure DevOps, and YAML configuration for fine-tuning depl