Related resources for Design
  • Composite Design Pattern Using Java4/24/2024 7:45:07 AM. The composite design pattern facilitates creating nested objects of the same type, forming a hierarchical system. Components define a base contract, composites implement it, and clients build system
  • .NET 4.5 Read-Only Interfaces4/23/2024 8:58:19 AM. .NET Framework 4.5 introduced read-only interfaces, facilitating immutability in C#. These interfaces enforce that implementing classes cannot modify properties, enhancing code predictability and safe
  • ConcurrentBag<T> in C#: Thread-Safe Collection for Concurrency4/23/2024 5:39:26 AM. Concurrent programming in C# often involves managing shared data among multiple threads. In this article, we&#39;ll delve into what ConcurrentBag&lt;T&gt; is, how it works, and when to use it.
  • Logging Database Operations in Entity Framework4/22/2024 8:53:24 AM. Discover Entity Framework 6&#39;s new feature: logging database operations. Easily debug and troubleshoot performance issues by logging SQL commands, parameters, timestamps, and more. Customize loggin
  • Things to Consider When Designing .NET Applications4/22/2024 8:21:02 AM. Explore efficient .NET application design for scalability and performance. Learn about proper resource management, application boundaries, assembly strategies, code refactoring, and optimal thread usa
  • REST APIs: Principles, Components, and Advantages4/19/2024 4:48:44 AM. In today&#39;s interconnected digital world, the need for efficient communication between software systems has never been greater. In this article, we&#39;ll delve into the world of REST APIs, explori
  • Customizing Navbar In MVC 5 With Bootstrap4/18/2024 1:24:12 PM. Learn how to enhance the appearance and functionality of your MVC 5 web application&#39;s navigation bar using Bootstrap. Customize the navbar with CSS and Bootstrap classes for a modern, responsive u
  • Make Your Debugging Easier With 'Login As' Design Pattern4/18/2024 1:16:39 PM. Streamline debugging with the &#39;Login As&#39; design pattern, enabling authorized users to temporarily access accounts for testing purposes. Enhance development efficiency and ensure thorough testi
  • Create Item View Using K2 Designer In SharePoint Online4/18/2024 8:17:43 AM. Learn to craft dynamic item views in SharePoint 2013 Online using K2 Designer. Enhance data presentation, customize forms, and integrate workflows for efficient business processes. Unlock the power of
  • Singleton vs. Static Class in C# - Choosing the Right Approach4/17/2024 4:54:57 AM. Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between th
  • Singleton Vs Static Classes in C#4/17/2024 4:49:59 AM. Why do you use a Singleton class if a Static class serves the purpose What is the difference between Singleton and Static classes and when do you use each one in your program?
  • Best Practices for Handling Exceptions in C# 4/16/2024 10:49:46 AM. Learn effective exception handling techniques in C# with Ziggy Rafiq&#39;s comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
  • SOLID Principles In Flutter Development4/16/2024 5:05:02 AM. Explore how SOLID principles can enhance your Flutter development process. Learn how to apply these principles to create more understandable, flexible, and maintainable software designs.
  • CastleDoodle Game In HTML 5 Platform using GDevelop4/15/2024 11:04:34 AM. In this article, you will learn about Embark on an adventure with CastleDoodle, a captivating game crafted in HTML5 using the GDevelop platform. Dive into the realm of imaginative gameplay, where crea
  • Create a Slideshow Image Gallery Using HTML54/12/2024 8:19:32 AM. Create stunning image galleries with HTML5! Utilize &lt;img&gt; tags, CSS for styling, and JavaScript for interactivity. Employ transitions, animations, and event handling for a dynamic user experienc
  • Generic Repository Pattern With MVC4/12/2024 7:21:48 AM. The Generic Repository Pattern with MVC is a design approach where a generic interface is used to define CRUD operations, providing a flexible way to interact with data in an MVC application. It promo
  • Canvas Rotating Rectangles Animation Using HTML 54/12/2024 5:55:01 AM. Create captivating Canvas Rotating Rectangles Animation using HTML5, JavaScript, and CSS. Engage users with dynamic graphic motion, transforming rectangles in a visually appealing manner.
  • How to Create A Table Report Using Visual Studio Report Designer4/12/2024 5:54:12 AM. Learn how to efficiently create table reports using Visual Studio&#39;s intuitive Report Designer tool. Explore step-by-step instructions for designing and presenting tabular data, leveraging the powe
  • Create A Form Using HTML Tables4/11/2024 10:31:39 AM. In this article we will see how to create a form using HTML Tables. First we learn how to create controls like TextBox and DropDownList, then we use them together in our table to create a form where u
  • SOLID Principles in C# for Employee Management Example Mastering4/11/2024 4:56:36 AM. SOLID principles are a set of design principles that help developers create maintainable, scalable, and flexible software. In this article, we&#39;ll explore each of the SOLID principles: Single Respo
  • Mastering SOLID Design Principles in C#4/11/2024 3:58:49 AM. SOLID design principles provide guidelines for creating maintainable, flexible, and scalable software. They enhance code readability, reduce duplication, and promote effective testing. Principles like
  • Creating Some Impressive Buttons Using CSS4/10/2024 11:55:03 AM. In this article, you&#39;ll learn to craft eye-catching buttons with CSS! Elevate your web design skills by mastering CSS techniques to create impressive, interactive buttons. Enhance user experience
  • Move Controls With The Mouse On A Form At Runtime4/10/2024 9:42:29 AM. Enable dynamic control movement on a WinForms application at runtime by incorporating mouse interaction. Empower users to drag and drop UI elements for personalized layouts, enhancing user experience
  • Best Practices for Creating ASP.NET Core REST API using OpenAPI4/9/2024 5:44:39 PM. Learn best practices for developing ASP.NET Core REST APIs using OpenAPI. Follow Ziggy Rafiq&#39;s expert guidance to streamline your API development process and ensure optimal performance and scalabi
  • Core Concept Of ERD (Entity Relationship Diagram)4/9/2024 8:43:47 AM. In this article, we will learn The core concept of Entity Relationship Diagram (ERD) lies in visually representing the relationships between entities in a database system. It illustrates how different
  • How to Create Nested Grid using Angular 84/8/2024 11:20:13 AM. Learn to implement nested grids in Angular 8 using Angular Material Grid or Angular Flex Layout. Explore grid layout techniques, nesting components, and building complex grid structures for efficient
  • Singleton Design Pattern With C# Sample4/8/2024 9:13:27 AM. In this article, we will Explore the Singleton Design Pattern in C# with a concise sample code demonstrating its implementation. Learn how to ensure a class has only one instance, providing global acc
  • Create a Search Bar in SwiftUI4/6/2024 5:43:10 AM. Learn how to implement a dynamic search bar in SwiftUI for iOS apps. Discover the SwiftUI TextField component to capture user input, integrate it with SwiftUI navigation, and utilize the Combine frame
  • Implementing API Gateway Pattern in Node.js Microservices 4/5/2024 8:35:44 AM. Implementing the API Gateway pattern in Node.js for microservices architecture simplifies client interaction by centralizing access and providing essential functionalities like routing and load balanc
  • Design Whatsapp Page With Grid Layout In Xamarin.Forms4/4/2024 8:57:03 AM. Explore Xamarin.Forms, a cross-platform mobile framework, facilitating UI development with XAML. Utilize Visual Studio 2017/2019 for C# coding. Design WhatsApp-like layouts using Grid Layout, Labels,
  • How to Apply Theme in Power Apps4/4/2024 7:24:43 AM. Learn how to enhance your Power Apps with a theme application, allowing for user interface customization. Explore design aesthetics to ensure visual consistency and incorporate branding elements.
  • All-in-One Architecture/Monolithic Architecture in .NET4/4/2024 4:37:26 AM. The &quot;All-in-One&quot; architecture, also known as the Monolithic architecture, is a traditional software design approach where all components of an application are tightly integrated into a singl
  • What is Public Methods or Public Keyword in C#?4/2/2024 6:41:24 AM. Access modifiers play a crucial role in object-oriented programming languages like C#. They dictate the accessibility of classes, methods, properties, and other members within a program. In this artic
  • Dependency Inversion Principle (DIP)4/2/2024 5:43:52 AM. The Dependency Inversion Principle (DIP) advocates that high-level modules shouldn&#39;t rely on low-level modules. Instead, both should depend on abstractions, reducing coupling and facilitating futu
  • Learn Open/Closed Principle (OCP)4/2/2024 5:16:26 AM. The Open/Closed Principle (OCP) emphasizes that software entities should be open for extension but closed for modification. It enables adding new functionalities without altering existing code structu
  • Learn Interface Segregation Principle (ISP)4/2/2024 4:11:52 AM. Learn about the Interface Segregation Principle (ISP) for cleaner and more maintainable code. Discover how segregating interfaces based on functionality improves system clarity and prevents unnecessar
  • Learn Liskov Substitution Principle (LSP)4/1/2024 11:49:58 AM. Explore the Liskov Substitution Principle (LSP) for robust software design. Learn how to ensure derived classes can seamlessly substitute base classes, avoiding unexpected behaviors and maintaining co
  • Database First Approach With ASP.NET MVC Step By Step Part 14/1/2024 9:47:43 AM. In this article, I will demonstrate you about Database First Approach in Entity Framework and will also show how to implement it with ASP.NET MVC.
  • Single Responsibility Principle (SRP)3/30/2024 8:40:56 AM. This article explores the Single Responsibility Principle (SRP), emphasizing the importance of class cohesion and minimizing reasons for modification. It provides examples of code violating and adheri
  • What is a Sealed Classes in C#?3/28/2024 6:49:58 AM. In C#, the concept of inheritance plays a vital role in object-oriented programming (OOP). Developers often design class hierarchies to create a relationship between different types of objects. Howeve
  • What Does This Little Check Box Do3/28/2024 6:31:10 AM. Ever wander around SQL Server properties and wonder what these little check boxes turn on? I do, and I get very tempted to check them. Here is one of those tempting little boxes that seems pretty hand
  • Best Practices for Designing APIs in .NET3/26/2024 11:55:39 AM. This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
  • Creating LocalLibrary Models for Admin Panel Design3/26/2024 11:51:33 AM. Discover Django model design with our tutorial, focusing on LocalLibrary admin site implementation. Learn to define, access, and manage models efficiently, enhancing web app scalability and functional
  • Building a Logging Proxy in C#3/26/2024 8:09:28 AM. In this article, we build a practical reusable Logging Proxy in C#. This article elucidates the creation of a Logging-Proxy, vital for logging calls and data transfers over specified interfaces, aidin
  • Learn about Spinners in Bootstrap3/22/2024 5:49:20 AM. In this article will we learn type of spinners in Bootstrap5
  • Singleton Design Pattern In Flutter3/21/2024 9:25:49 AM. Learn how and when to use Singletons, implement them effectively, and explore their advantages and limitations. This article also includes a sample implementation using the shared_preferences package
  • Abstract Factory Design Pattern In Flutter3/21/2024 9:25:33 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
  • Factory Method Design Pattern In Flutter3/21/2024 9:25:05 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
  • Introduction to Design Patterns in Flutter3/21/2024 9:12:16 AM. 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.
  • How to Customize Blogger Cursor3/21/2024 8:39:36 AM. Learn how to add a personal touch to your Blogger blog by customizing the cursor. Explore CSS techniques and HTML coding to create unique cursor effects that match your blog&#39;s theme and style.
  • Explain Floating Labels Animation in Bootstrap3/20/2024 10:32:11 AM. In this article, we will cover how we can implement Floating Labels Animation in Bootstrap 5. Bootstrap 5 introduces form-floating labels, enhancing form design by providing dynamic floating labels a
  • Mastering the Display Form Control in Power Apps3/20/2024 9:46:53 AM. Mastering the Display Form Control in Power Apps enables efficient data presentation and user interaction. Learn customization, validation, and integration for optimal user experience and streamlined
  • How to Use Modular Pattern in Javascript3/20/2024 9:43:37 AM. In this article, we will learn how to leverage the Modular pattern in JavaScript for better code organization and scalability. By encapsulating code into separate modules, you can achieve separation o
  • Domain-Driven Design with Records in C#3/19/2024 7:08:54 AM. C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enh
  • Media Queries in CSS3/19/2024 6:12:44 AM. This article elucidates the significance and functionalities of media queries, a prominent module of CSS3. It highlights how CSS3 introduces a plethora of built-in modules, including media queries, th
  • Media Queries For Mobile, Laptop, Desktop And iPad For Making Responsive Website Design3/19/2024 6:11:59 AM. Media queries enable responsive web design by adapting layouts based on device characteristics like screen size. Tailoring designs for mobile, laptop, desktop, and iPad ensures optimal user experience
  • Responsive Web Design Using Media Queries3/19/2024 6:11:25 AM. Responsive web design utilizes media queries to adapt layouts and styles based on the user&#39;s device characteristics, such as screen size and orientation. This ensures optimal viewing experience ac
  • Web API Design Principles Or Web API Design Guidelines3/19/2024 6:10:44 AM. This article delves into the best practices for implementing and designing web APIs. It emphasizes the importance of considering both the API implementation and consumer perspectives. Key points inclu
  • Designing a Quiz App with Django: From Concept to Completion3/19/2024 6:04:46 AM. Designing a quiz app with Django encompasses the full journey from conceptualization to realization. Utilizing Django&#39;s robust framework, Python developers craft interactive quiz platforms, integ
  • 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&#39;s recommended for large-scale apps, offering namespaces like System.Web
  • Building a Responsive Website Template: HTML5 & CSS3 Media Queries3/19/2024 5:20:40 AM. In this article, I&#39;ll explain the nuts and bolts of responsive web designing and media queries. What? When? Why? I&#39;ll explain these questions in this article.
  • How to Test Responsive Web Design Web Sites3/15/2024 11:08:02 AM. Test responsive web design sites by checking cross-browser compatibility, screen sizes, and device rendering. Utilize emulators and responsive design tools for comprehensive testing to ensure optimal
  • Best Practices To Make Responsive Website Design (RWD)3/15/2024 11:07:00 AM. Employ a mobile-first approach, utilizing flexible grids, media queries, and fluid layouts. Implement breakpoints, optimize images, and prioritize content for performance. Focus on enhancing user expe
  • Responsive Website Design Using Media Queries3/15/2024 11:06:26 AM. Create responsive website designs with media queries, adapting layouts and styles based on device characteristics like screen size and orientation. Optimize user experience across various devices thro
  • Common Approaches To Responsive Design3/15/2024 11:02:24 AM. This article, Explores various strategies for responsive design, including CSS media queries, flexible layouts, and mobile-first approaches. Adapt your website&#39;s design to different devices seamle
  • Animated Credit Card Design Using Angular3/15/2024 10:58:43 AM. To create an animated credit card form in Angular, adjust the app.module.ts file to include necessary modules and define component properties.
  • Creating An ASP.NET MVC 5 Site Using Bootstrap Custom Templates3/13/2024 8:34:59 AM. This tutorial guides you through the process of integrating Bootstrap into your MVC project, leveraging its responsive layout and pre-designed components to create visually appealing user interfaces.
  • Create First Canvas App from Template 3/12/2024 4:51:24 AM. This article provides an overview of Canvas Apps in Power Apps, guiding readers through the process of creating their first Canvas App using existing templates. Canvas Apps offer unparalleled customiz
  • Exploring Horizontal Gallery in Power Apps 3/11/2024 11:14:12 AM. In this article, we will learn to enhance user experience with intuitive UI design, perfect for mobile applications. Unleash the potential of Microsoft Power Platform for streamlined app development.
  • Implementing Common Audit Fields With EF Core’s Shadow Property3/11/2024 9:25:16 AM. Implement audit fields in EF Core using shadow properties for efficient tracking of entity modifications. Utilize Entity Framework&#39;s built-in functionality to automatically update created and modi
  • GraphQL In .NET Web API With Entity Framework Core - Part Two3/11/2024 9:23:26 AM. Explore advanced GraphQL integration in .NET Core Web API using Entity Framework Core. Learn efficient data modeling, schema design, and resolver implementation for seamless API development.
  • Code Only Design using ADO.NET Entity Framework 4.0 3/7/2024 8:43:43 AM. This code snippet implements Code Only Design in ADO.NET Entity Framework 4.0, connecting to a SQL Server database, configuring entities, and binding data to a GridView with exception handling.
  • Understanding Classic Page in SharePoint3/7/2024 8:30:36 AM. Classic pages in SharePoint refer to the traditional layout and design structure used for creating and managing content. These pages typically utilize web parts, customizable layouts, and the ribbon i
  • Understanding Site Design and Site Scipt in SharePoint3/6/2024 4:45:12 AM. In this edition, we understand SharePoint site Design and Site Script. Don&#39;t miss out on the SharePoint revolution! ????
  • Building Reports With Power BI Designer Using Excel Data3/5/2024 10:30:51 AM. Transform Excel data into insightful reports with Power BI Designer. Utilize its intuitive interface and powerful features for data modeling, visualization, and dashboard creation, enabling interactiv
  • Enhance SQL Server Stored Procedure Performance – Tuning Tips3/5/2024 9:26:01 AM. Covering indexes and filtered indexes in SQL optimize database performance by efficiently retrieving data for queries. Covering indexes include all needed columns, while filtered indexes target specif
  • What is Network Tool Whois in C#?3/1/2024 10:26:06 AM. WHO is query tool in C# with a user-friendly interface using various components such as Combo Box, Text Box, Button, Label, and Progress Bar. It covers the design aspect of the user interface, backgro
  • 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
  • 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
  • Loosely Coupling in Software Design2/28/2024 5:16:40 AM. Let&#39;s learn loosely coupling in software design together! We talked about different forms of loosely coupling using C# as an example, but the topic itself is a language agnostic.
  • Windows 8 Start Menu Replacement Start8 Get Design Overhaul2/27/2024 10:38:05 AM. This article provides a tutorial on using Start8, a Windows 8 start menu replacement that offers a design overhaul reminiscent of the Windows 7 start menu.
  • Programming in Practice Discipline2/27/2024 10:10:08 AM. Programming in Practice is a discipline that systematically applies engineering principles to the program design, development, and implementation of algorithms, program text editions, and testing. It
  • What is Vuetify in Vue.js?2/27/2024 9:01:36 AM. Vuetify, a Material Design component framework for Vue.js, streamlines UI development. Explore its Material Design components, responsive design, Vue.js integration, customization, theming, accessibil
  • Java Applet Design: File, Edit, and Search Options with ActionPerformed Functions2/26/2024 6:00:39 AM. Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Cl
  • 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
  • Auto Detect Responsive Screen Sizes Using Angular and Bootstrap2/22/2024 4:57:24 AM. This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator fo
  • How To Create Custom Task Outcomes In SharePoint 2013 Designer Workflow And How To Use It2/21/2024 8:28:08 AM. In a SharePoint 2013 designer workflow, we possibly have only two outcomes by default viz. “Approve” and “Reject”. Here we will see how to create any no of custom outcomes in a workflow. Creating cust
  • Tips to Launch Your SQL Mission2/20/2024 11:34:01 AM. This article consists of roadmap to embark on an exhilarating journey to master SQL which is the universal language of data management and analysis. In this comprehensive guide, we&#39;ll delve deep i
  • 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&#39;s phone number validation pattern. It guides us through s
  • Working with WPF Label using XAML and C#2/18/2024 5:22:07 AM. WPF Label class represents a Label control in C#. The &lt;Label&gt; element in XAML represents a Label control at design-time. The code examples in this article demonstrate how to use Label in WPF and
  • Android Responsive Login Screen Design using Constraint Layout2/16/2024 3:24:08 AM. In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
  • 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
  • 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
  • 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
  • How to Add Highlighted Image Slider in Blogger2/13/2024 8:39:22 AM. Enhance your Blogger blog with a highlighted image slider. Learn how to customize your blog layout by adding an interactive image carousel using widgets or plugins for a visually appealing browsing ex
  • PowerApps Dropdown / ComboBox with Image2/9/2024 9:26:27 AM. Create visually enriched PowerApps Dropdown/ComboBox with images. Enhance the user experience by incorporating thumbnails or icons alongside selectable options, leveraging data binding and custom temp