Related resources for AT&T
  • Getting Started With ASP.Net MVC3/19/2024 6:00:31 AM. ASP.NET MVC is a pattern dividing apps into Model, View, and Controller, offering advantages like modularity and control. It's recommended for large-scale apps, offering namespaces like System.Web
  • 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.
  • Creating Global Option Sets & Using Them Effectively in CRM3/18/2024 6:57:37 AM. To create a Global Option Set in Dynamics 365, define a set of standardized values applicable across multiple entities. Then, reference this set when creating option set fields, ensuring consistent da
  • Alert on Saving Email Attachment to Blob Storage Account3/17/2024 9:38:44 AM. How to notify when Saving specific Email attachments to blob storage accounts using Azure Logic App to the user. Azure Logic App automates workflows, notifying users when specific email attachments ar
  • Creating Contact Record in D365 with PowerShell Script & Image Attribute3/15/2024 8:31:22 AM. Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell modul
  • Exploring the Data Table Control in Power Apps3/12/2024 10:15:27 AM. Discover the intricacies of the Data Table Control in Power Apps with our comprehensive guide. Learn to harness its power for seamless data manipulation, visualization, and user interaction.
  • Exploring the Power of Rich Text Editor in Power Apps3/12/2024 7:07:40 AM. Unlock the potential of Power Apps with this in-depth exploration of the Rich Text Editor feature. Our comprehensive guide provides step-by-step tutorials, tips, and insights into leveraging this powe
  • Autonumber Attribute Generation: Programmatically or Non-Programmatically3/12/2024 7:02:14 AM. In this article, we will discover techniques for auto-incrementing identifiers, managing data, and implementing automation, potentially utilizing frameworks like Entity Framework.
  • Abstract Factory Design Pattern In Flutter3/12/2024 4:57:52 AM. Learn about the Abstract Factory design pattern in Flutter for creating platform-specific widgets. This pattern centralizes the creation of related objects, making it easier to manage and work with m
  • Save Email Attachment to Blob Storage using Azure Logic App3/11/2024 9:09:42 AM. In this article, we are going to learn about how to Save specific Email attachment to blob storage using Azure Logic App
  • Exploring Various Triggers and Their Applications in WPF3/11/2024 8:27:29 AM. Triggers play a crucial role in defining interactions and behaviors within the WPF user interface. This article explores the various types of triggers in WPF and their implementation within the MVVM p
  • Creating Custom Attribute Directives in Angular3/7/2024 5:38:16 AM. Angular is a powerful framework for building dynamic web applications with JavaScript, HTML, and CSS. One of its key features is the ability to create custom directives, which allow developers to exte
  • How To Create Industry Standard .NET Core CRUD API Quickly3/6/2024 9:50:04 AM. To swiftly develop an industry-standard .NET Core CRUD API, utilize ASP.NET Core's MVC framework with Entity Framework Core for data access. Employ dependency injection, repository pattern, and Au
  • Factory Method Design Pattern In Flutter3/6/2024 9:22:43 AM. Factory Method design pattern! Learn how to create objects dynamically, improve code flexibility, and build platform-specific UIs (like buttons) with ease. Explore a practical payment gateway example
  • Boosting Web Page Performance with the Defer Attribute3/6/2024 5:59:51 AM. JavaScript plays a vital role in enhancing the interactivity and functionality of web pages. However, the way scripts are loaded can significantly impact the user experience and overall performance of
  • Fundamentals of Unit Testing: Understand AAA in Unit Testing3/5/2024 10:32:19 AM. Master the fundamentals of unit testing with a focus on AAA. Arrange, Act, and Assert. Dive into test methods, understand the AAA pattern, and leverage testing frameworks like Microsoft's Unit Tes
  • 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
  • Introduction to Design Patterns in Flutter3/2/2024 12:29:26 PM. Explore the importance of design patterns in software development. Learn about different types of patterns, their benefits, and how they can improve code efficiency, readability, and maintainability.
  • Save Email Attachment From Outlook To Dropbox With Microsoft Azure Logic App3/1/2024 10:22:03 AM. Learn to streamline your workflow with this comprehensive guide on saving email attachments from Outlook directly to Dropbox using Microsoft Azure Logic App. Discover seamless integration, automation,
  • Repository Pattern with Multiple Databases in C# and .NET3/1/2024 4:10:35 AM. Implementing the Repository Pattern with multiple databases in C# and .NET requires strategic abstraction, database-specific implementations, entity mapping, and transaction management. Explore challe
  • Fallthrough Attributes in Vue.js 2/29/2024 6:20:54 AM. Vue.js provides a powerful feature known as fallthrough attributes, which allows attributes not declared as props to seamlessly pass through to the root element in a component. This feature enhan
  • Send Email with Multiple Attachments from SharePoint Library Docs2/29/2024 4:48:12 AM. Sending an email with attachments using Power Automate, specifically focusing on scenarios where files with their metadata are created in a SharePoint Library
  • Mastering Pattern Matching in C#2/28/2024 5:30:16 AM. Mastering Pattern Matching in C# provides comprehensive insights into leveraging pattern matching techniques to enhance code readability and efficiency. From type patterns to constant patterns, proper
  • Better Implementation Of Singleton Pattern in .NET2/28/2024 4:09:40 AM. This article explains the mistakes made in writing Singleton Pattern in the multithreaded environment create a bug and how to bring a solution to it.
  • Add Attachment in Windows 8 Mail App2/26/2024 9:27:05 AM. This article provides a step-by-step guide on how to send an email with an attachment file using the Windows 8 Mail app.
  • .NET Delegates in Event-Based Asynchronous Pattern for Seniors2/26/2024 5:06:24 AM. This article dives into the practical learning of delegates, emphasizing real-world examples. It explores the Event-Based Asynchronous Pattern (EAP) in C# and its advantages, using delegates to implem
  • Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive Forms2/26/2024 4:26:28 AM. Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will on
  • An in-depth look at C# 10 and performance improvements2/25/2024 2:25:50 AM. Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memo
  • Async Patterns in MVC Controllers for Efficiency or Adding Unnecessary Complexity?2/22/2024 8:08:10 AM. Explore the necessity of async patterns in MVC controllers—unveiling the intricacies of conventional and alternative coding styles
  • Sending an Email with Multiple Attachments from SharePoint List2/22/2024 5:26:42 AM. Explore the efficient process of automating email sending with attachments using Power Automate, focusing on scenarios like SharePoint list item creation. Optimize your Power Automate skills for enhan
  • Enable Enhanced Experience for Email Attachments2/21/2024 4:15:39 AM. Enable a seamless email attachment experience in CRM by configuring the enhanced email attachment control. Follow simple steps to add attachments, preview files, export data, and efficiently manage at
  • Mobile Number Validation Using Angular and Bootstrap2/19/2024 9:48:49 AM. This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through s
  • Dependency Inversion Principle2/15/2024 6:57:31 AM. In this article, you will learn about the Dependency Inversion Principle. The Dependency Inversion Principle (DIP) in SOLID, outlined by Robert C. Martin, advocates that high-level modules should depe
  • Open Closed Principle in SOLID2/15/2024 6:51:23 AM. In this article, we will learn about the Open Closed Principle. The Open Closed Principle (OCP) in SOLID, coined by Robert C. Martin, asserts that software entities should be open for extension but cl
  • Interface Segregation Principle2/15/2024 6:51:21 AM. In this article, you will learn about the Interface Segregation Principle. The Interface Segregation Principle (ISP) in SOLID, by Robert C. Martin, emphasizes coding according to specific interfaces r
  • Liskov Substitution Principle2/15/2024 6:41:43 AM. This article explains the Liskov Substitution Principle. The Liskov Substitution Principle (LSP), a key SOLID principle by Barbara Liskov, advocates seamless substitution of base class objects with de
  • Mastering SOLID Design Principles in C#2/14/2024 11:33:40 AM. The SOLID design principles offer a comprehensive set of guidelines and best practices for object-oriented software development. Adhering to these principles can result in software that is more mainta
  • React Design Pattern Series: Container/Presentational Pattern2/14/2024 7:17:48 AM. Learn how to master the Container/Presentational Pattern in React with our comprehensive guide. This design pattern separates view and application logic, promoting improved code organization, reusabil
  • Learn about ToolTip in WPF2/14/2024 7:11:29 AM. The ToolTip element in XAML adds a tooltip to a WPF control. The ToolTip class represents a tooltip in C#. The ToolTip property of a control represents the tool tip of the control. Code examples in th
  • React Design Pattern Series: Mastering Render Props Pattern2/13/2024 10:41:52 AM. The article delves into the power and flexibility of React render props as a fundamental design pattern in React development. Exploring the concept, benefits, and real-world use cases, the article dem
  • React Design Pattern Series: Mastering HOC Pattern2/13/2024 10:25:52 AM. This React Design Pattern Series introduces the Higher Order Component (HOC) pattern, a powerful tool in React development. Exploring its definition, benefits, and a real-world example of an authentic
  • SharePoint Online List JSON View Formatting - Video Thumbnail2/13/2024 9:38:59 AM. Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails alon
  • Mastering Middleware in .NET2/13/2024 6:28:06 AM. Discover the role and importance of middleware in .NET development. Explore its implementation, patterns, and integration within the ASP.NET request processing pipeline for enhanced application functi
  • Attending Tech Conferences: Speak to the Speakers2/13/2024 5:20:13 AM. Attending conferences offers valuable opportunities to engage with speakers and fellow attendees, enhancing your career. Learn tips for effective networking and building connections at conferences for
  • 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
  • Key Design Patterns in Software Engineering2/8/2024 6:48:50 AM. Discover essential design patterns such as Singleton, Factory, Abstract Factory, Unit of Work, Repository, and Command Query Responsibility Segregation (CQRS). Learn their applications and implementat
  • Common Implementation Mistakes of Work Pattern in C#2/7/2024 9:15:44 AM. Exploring common mistakes in implementing the Unit of Work pattern in C# development. Examples include overcomplicating the class, incorrect transaction management, and lacking exception handling.
  • Understanding the Factory Pattern in .NET Core2/6/2024 6:54:59 AM. Explore the power of the Factory Pattern in software design, a creational pattern enhancing flexibility. Delve into a real-world example using .NET Core for a car manufacturing system.
  • React Design Pattern Series: Mastering Hooks Pattern2/5/2024 8:25:20 AM. This article delves into the transformative impact of React Hooks on state and side-effect management within functional components. The piece explores the "what" and "why" behind R
  • Understanding and Implementing the Builder Pattern in C# .NET2/1/2024 7:38:36 AM. The Builder Pattern in C# .NET empowers developers to construct complex objects step by step, enhancing configurability and code maintainability. Learn its components, implementation, and benefits for
  • Record and Pattern Matching in C# 91/30/2024 6:54:02 AM. Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
  • Understanding Event Sourcing Pattern in .NET1/29/2024 6:03:02 AM. Event Sourcing, a potent architectural pattern in .NET, captures state changes through events, promoting auditability, time travel, and scalability. Learn its implementation and best practices for res
  • What is Command Pattern in C#? 1/25/2024 9:44:59 AM. The Command Pattern, a behavioral design pattern in C#, transforms requests into stand-alone objects, promoting decoupling between sender and receiver. It enhances flexibility, undo/redo capabilities,
  • Bar Chart and Scatter Plot with Altair1/24/2024 6:03:55 AM. Altair simplifies the process of turning data into beautiful, interactive charts.. In this article, we're going to show you how to make cool charts using car data.
  • 🖥️ Incident Handling: Common Malware Attacks1/23/2024 9:57:06 AM. Explore the realm of malware attacks, unveiling the intricacies of threats like ransomware, computer viruses, worms, Trojan horses, and adware. Delve into their types, characteristics, and potential i
  • What is Adapter Pattern in C#?1/23/2024 6:10:54 AM. Explore the Adapter Pattern in C#, a crucial design pattern for integrating incompatible interfaces. Learn its components, implementation, and benefits, making code reusability and interoperability se
  • 🖥️ Incident Handling: Common Domain Attack Types1/22/2024 7:18:18 AM. In this article, we will go through different types of Domain Attacks. Domain attacks, including Typosquatting, Domain Hijacking, Pass the Hash, Pass the Ticket, LDAP Reconnaissance, and Brute Force,
  • Implementing IP Rate Limiting in ASP.NET Core MVC1/18/2024 5:53:42 AM. IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through th
  • 🖥️ A Guide to Web Attack Incident Handling1/17/2024 9:02:52 AM. In this article, we will explore various types of web attacks, including Denial of Service (DoS) and Distributed Denial of Service (DDoS), SQL Injection, Cross-Site Scripting (XSS), Command Injection,
  • Brand New GroupBy Function with Subtotals Conditional Formatting in Excel1/15/2024 6:35:17 AM. This video shows how to use the brand new GroupBy Function with Subtotals Conditionally Formatted in Excel.
  • Protecting Your Web Application From Session Replay Attacks In Azure Cloud1/15/2024 4:41:58 AM. In today's world of increasing digital interconnectedness, online security threats are continuously increasing, and cybercriminals are finding new and innovative ways to exploit system vulnerabili
  • What is Dispose Pattern in .NET?1/10/2024 8:22:50 AM. Learn the indispensable Dispose pattern in .NET development for effective resource management. Understand IDisposable, implement the pattern, and follow best practices for reliable and efficient appli
  • How to Use CQRS Pattern in .NET: A Dash of .NET - Ep. 31/10/2024 6:23:26 AM. In this session, we'll unravel the mysteries of CQRS and compare it with the traditional service layer model.
  • External Data - Attributes - Profiling Data Access1/6/2024 6:20:56 AM. 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. Usual
  • Introduction to the IDisposable Pattern1/2/2024 6:46:59 AM. Article on the IDisposable pattern in C#, covering introduction, details, code examples, and best practices. This article will explore the IDisposable pattern, its significance, and how to implement i
  • Understanding and Managing Class Explosion in Software Design12/31/2023 5:03:54 AM. Understanding and Managing Class Explosion in Software Design
  • Microservices Development with 3-Tier Architecture and Circuit Breaker Design Pattern Using Microsoft ASP.NET Core Web API12/30/2023 12:49:54 PM. The Circuit Breaker pattern, analogous to its electrical counterpart, monitors for failures and helps prevent cascading failures in distributed systems. It acts as a barrier between a potentially fail
  • Object Creation in C# with the Factory Pattern12/29/2023 6:06:40 AM. The power of software design with the Factory Pattern in C#. This comprehensive guide explores its role, benefits, and step-by-step implementation, empowering developers to craft modular and scalable
  • Microservices Development Using CQRS Architectural Design Pattern in Microsoft Asp.net Core Web API 12/28/2023 5:02:27 AM. The Command Query Responsibility Segregation (CQRS) pattern is an architectural principle that separates the responsibility for handling commands (write operations that change state) from queries (rea
  • Is it Possible to Deploy a Smart Contract from Another Contract?12/27/2023 9:28:29 AM. Explore techniques to deploy smart contracts from other contracts. Learn key methods and security practices for seamless blockchain development.
  • Design Patterns in C#12/27/2023 7:42:38 AM. Design Patterns in the object-oriented world are a reusable solution to common software design problems that repeatedly occur in real-world application development. It is a template or description of
  • Adapter Pattern in C#12/26/2023 2:26:23 PM. Adapter Pattern in C#—a structural design pattern facilitating collaboration between incompatible interfaces. Learn its components and implementation, fostering code reusability and system integration
  • MVP Design Pattern in C#12/26/2023 6:48:56 AM. Explore the Model-View-Presenter (MVP) design pattern in C#. Uncover its principles, including Model for data, View for UI, and Presenter as an intermediary. Learn its advantages and witness a practic
  • Understanding the Observer Pattern in C#12/22/2023 10:52:08 AM. The power of the Observer Pattern in C# for efficient communication between objects. Learn the components, implementation, and benefits, fostering a flexible, scalable, and maintainable software desig
  • Working With Numeric Format Specifiers in C# 1012/17/2023 8:36:28 AM. In this article, we will see how to use numeric format specifiers with Console.WriteLine in C# 10.
  • Advanced Conditional Formatting: Turn On & Off Cell Color with CHECKBOXES in Excel12/12/2023 6:20:25 AM. This article shows how to create advanced conditional formatting in Excel and using the new checkboxes to turn on and off the applied cell colors.
  • Why do We Use Dependency Injection?12/11/2023 7:27:32 AM. What is a dependency injection and why to embrace it as a better programming practice.
  • Node.js API Design with the Power of Design Patterns12/11/2023 5:56:40 AM. This article explores essential design patterns for robust Node.js API development. Covering Singleton, Factory, Middleware, Observer, and Repository patterns with code snippets, it emphasizes scalabl
  • Aligning And Formatting The C# And ASPX/CSHTML Code Using Visual Studio12/7/2023 9:06:13 AM. Aligning code in the code-behind as well as in front-end makes the code more professional look. The Visual Studio Code Editor gives you the ability to format your code with options such as hiding text
  • Understanding LIKE vs ILIKE in PostgreSQL12/5/2023 5:14:46 AM. In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
  • The Importance of Attending Conferences12/5/2023 4:49:47 AM. The author underscores the importance of in-person conferences for professional growth, particularly for engineers. They outline the personal and general benefits of conferences, such as learning new
  • TODO application with CQRS Design Pattern within Nest JS12/3/2023 10:41:23 AM. In this article, we will discover the process of incorporating the CQRS design pattern into a Nest JS application. A detailed, step-by-step guide to its implementation.
  • 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
  • Circuit Breaker Pattern in C#12/1/2023 9:21:34 AM. Guard your software's stability with the Circuit Breaker Pattern, a resilient protector inspired by electrical engineering. This pattern, now a software ally, prevents cascading failures and ensur
  • String Constants in PostgreSQL12/1/2023 4:49:37 AM. Delve into PostgreSQL's handling of string constants, which is essential for managing text data. Explore their syntax, handling of special characters, and their versatile use in variable assignmen
  • Understanding Window Functions in PostgreSQL11/30/2023 11:06:19 AM. In this article, we will learn how to use window functions in PostgreSQL, what are the different types of window functions, and how to write window function queries with examples.
  • How to Use Inheritance in PostgreSQL?11/29/2023 5:14:32 AM. PostgreSQL, a robust database system, introduces the concept of inheritance, enriching data organization. This article delves into utilizing PostgreSQL's inheritance for modeling hierarchical data
  • How to Convert a Month Number to Month Name in PostgreSQL11/28/2023 7:10:54 AM. Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
  • Date and Time Formatting in C#11/27/2023 11:51:38 PM. This guide provides a concise overview of working with DateTime in C#. It covers the basics of the DateTime structure, including obtaining the current date and time, representing specific dates, and m
  • Getting Started with Humanizer in C#11/27/2023 7:59:57 AM. In this article, we'll explore how to install and use Humanizer in C#, unveiling both its basic and advanced capabilities. By the end, you'll be equipped to elevate the user experience in you
  • Use JSON Formatting To Create Button And Trigger Power Automate Flow11/24/2023 5:17:17 AM. In this article, I will show you how to add button in the SharePoint list to trigger flow. Learn how to create a button in a SharePoint list to trigger a Power Automate flow. This step-by-step guide i
  • Implementing The Saga Pattern with Rebus and RabbitMQ11/22/2023 8:44:22 AM. Delve into the Saga pattern for consistent operations in distributed systems. This article guides you through implementing the Saga pattern with Rebus and RabbitMQ, managing transactions, and ensuring
  • 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
  • Working with OleDb Data Adapters11/20/2023 2:55:24 PM. This step by step article guides you to create your database applications using OleDb Data Adapters in VS.NET.
  • 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
  • How To Define Variables And Constants In R11/17/2023 6:28:57 AM. In this article, I am going to explain about variables and constants in R.
  • Routing In ASP.NET And ASP.NET MVC With Example11/17/2023 5:54:40 AM. In this article we will learn Routing (url Rewrite) in ASP.NET and ASP.NET MVC with example. Also learn how to enable Attribute Routing.
  • Bulkhead Pattern for Robust Software Systems in C#11/17/2023 5:15:45 AM. The Bulkhead Pattern in software architecture, inspired by ship bulkheads, involves segregating resources to contain failures and enhance system stability. In C#, it can be implemented for scenarios l
  • Sending an E-Mail With Attachment Using ASP.Net11/15/2023 8:45:11 AM. In daily development we need to add some mail functionality to our project, in this article I am going to show you, how you can do this.
  • Design Pattern with .NET Delegates11/15/2023 6:13:19 AM. Your article is detailed and well-structured, providing a clear explanation of implementing design patterns using generic delegates.