Resources  
  • Explain about Vue.js TemplateMar 28, 2024. Vue.js templates offer a declarative approach to building user interfaces, extending HTML with Vue-specific directives for data binding, conditional rendering, looping, event handling, and creating reusable components.
  • Power Apps: Combo Box Control & Dynamic SharePoint Data BindingMar 28, 2024. Learn to harness the power of Combo box Control in Power Apps to dynamically bind data from SharePoint. Elevate your app development skills with seamless integration and efficient data management, enhancing user experience and productivity.
  • Get List Control Dynamic value from SharePoint List in Power AppsMar 27, 2024. The List Box control in Power Apps coupled with SharePoint integration enhances data visualization and interactivity. Customize appearance and behavior, bind to SharePoint lists, implement filtering/sorting. However, limitations include data connectivity dependency and performance issues with large datasets.
  • Organizing AWS Lambda dependencies with layersMar 27, 2024. Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utilization in your cloud architecture.
  • Dropdown Options Dynamically from SharePoint List in Power AppsMar 23, 2024. How to bind dropdown option dynamically from SharePoint List in Power Apps. Power Apps enables custom app creation without extensive coding. Learn to dynamically populate dropdowns from SharePoint lists for efficient, consistent, and scalable applications with this step-by-step guide.
  • Data Binding in AngularMar 23, 2024. Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
  • Exploring .NET 6's MinBy() and MaxBy() Extension MethodsMar 22, 2024. In this article, I will demonstrate the exciting new additions to LINQ extension methods introduced in.NET 6: MinBy() and MaxBy(). Let's explore how these powerful methods simplify code, providing efficient solutions for selecting extreme values within a generic sequence.
  • What is Dynamic CSS Binding in Vue.js Mar 21, 2024. Vue.js allows dynamic CSS binding using directives like v-bind:class or :class for class binding, and v-bind:style or :style for inline style binding. Code examples demonstrate these techniques effectively.
  • Mastering the Display Form Control in Power AppsMar 20, 2024. 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 data management.
  • Leveraging Compiled Queries for Enhanced Performance in LINQMar 09, 2024. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution plan, compiled queries improve the performance of frequently executed or complex queries in C# applications.
  • Misconceptions About the Four LINQ methodsMar 09, 2024. Misconceptions about the four LINQ methods. Single(), SingleOrDefault(), First(), and FirstOrDefault(). This article addresses misconceptions surrounding four LINQ methods—Single(), SingleOrDefault(), First(), and FirstOrDefault(). Clarifying differences and potential pitfalls helps prevent null references and invalid operator exceptions in code.
  • What is New in .NET 9Mar 04, 2024. .NET 9, succeeding .NET 8, places particular emphasis on cloud-native applications and enhancing performance. It will receive standard-term support (STS) for 18 months.
  • What is Reactive Interface in Vue.jsFeb 29, 2024. Vue.js boasts a powerful reactive interface, automating UI updates in response to underlying data changes. Through data binding, reactivity, computed properties, and watchers, Vue ensures efficient and automatic UI synchronization.
  • Why we should learn C#?Feb 26, 2024. This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability for modern development needs.
  • Dynamic Model Binding in ASP.NET Core Web API Feb 22, 2024. Dynamic model binding in ASP.NET Core Web API allows flexible data binding for HTTP requests with varying structures. Follow these steps to implement dynamic model binding in your ASP.NET Core project.
  • How to Pass a Parameter to Event Handler or Callback in React.jsFeb 22, 2024. In React, passing parameters to event handlers can be done using arrow functions or the bind method. Choose the approach that suits your project for optimal performance and readability.
  • How Do You Implement Two-Way Binding in Vue.jsFeb 21, 2024. Vue.js simplifies two-way data binding using the v-model directive. This feature effortlessly links form input elements and custom components, ensuring changes in one are instantly reflected in the other.
  • Polymorphism Concept in Object-Oriented ProgrammingFeb 12, 2024. What do you mean by polymorphism? Polymorphism is explained with C# examples, Polymorphism, a concept extending beyond programming, is illustrated in everyday scenarios. Electrical outlets serve as an analogy, supporting diverse devices—an example of polymorphism manifesting in real life.
  • PowerApps Dropdown / ComboBox with ImageFeb 09, 2024. 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 templates for seamless integration.
  • call(), apply(), and bind() in JavaScriptFeb 09, 2024. The article describes the call(), apply(), and bind() commonly used in JavaScript. In JavaScript, call(), apply(), and bind() methods enable manipulation of function invocation by setting the context and passing arguments. Call() and apply() allow immediate invocation, while bind() creates a callable function for later use.
  • Apache Kafka with Dapr Bindings in .NETFeb 07, 2024. This content provides an in-depth overview of integrating Apache Kafka with Dapr Bindings for building distributed event-driven applications. It explains the key concepts of Apache Kafka, Dapr, and Dapr Bindings, along with step-by-step
  • Parameter Binding in Minimal API in ASP.NET CoreFeb 06, 2024. When building web applications using ASP.NET Core, developers often need to handle incoming data from HTTP requests. One crucial concept that helps achieve this is called parameter binding. Let's break down this fundamental idea in the context of Minimal API in ASP.NET Core.
  • Implementation of Collection View in .NET MAUIFeb 02, 2024. In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Collection View should be used for presenting lists of data that require scrolling or selection.
  • Dynamic Styling in Vue.js with v-bind DirectiveJan 22, 2024. Vue.js, a progressive JavaScript framework, empowers developers to build interactive and dynamic user interfaces effortlessly. One of its key features is the v-bind directive, a powerful tool that enables the dynamic binding of HTML attributes to data in the Vue instance.
  • Undertanding Medallion Architecture in Microsoft Fabric LakehouseJan 22, 2024. As MicrosoftFabric is still at an early stage, it is important to understand key terminologies in various workloads. This article unwraps the Medallion Architecture layers peculiar to Lakehouse.
  • Understanding Concurrency in C#Jan 03, 2024. This article is an introduction to Concurrency in C# that is going to explain the concept of CPU-bound and I/O-bound operations to understand the world of Concurrency better
  • Sorting Arrays in C#Nov 24, 2023. This article guides us through sorting arrays in C# using the Array.Sort() method and LINQ queries. It covers both ascending and descending orders, providing code snippets for clarity.
  • 15 Features Every SwiftUI Developer Should KnowNov 16, 2023. Discover the power of SwiftUI with our in-depth article that covers 15 essential features every Swift developer should master. From the elegance of declarative syntax to the real-time magic of live preview in Xcode, this guide takes you through the fundamentals and advanced capabilities of SwiftUI.
  • ASP.NET Core Web API Development with Template Method Pattern and 3-Tier ArchitectureNov 13, 2023. This design pattern allows for a structured, modular, and easily maintainable architecture by separating concerns into distinct layers and leveraging the Template Method Pattern to provide a common structure for CRUD operations while allowing flexibility for additional logic in concrete implementations.
  • API Development Using Strategy Design Pattern with 3-Tier Architecture Nov 12, 2023. In today's fast-paced software development landscape, creating well-structured and maintainable applications is crucial. One popular design pattern that can greatly enhance the organization and flexibility of your ASP.NET Core Web API projects is the Strategy Design Pattern. This pattern allows you to encapsulate and swap out algorithms or behaviors at runtime, making it an ideal choice for handling various CRUD (Create, Read, Update, Delete) operations on your data models. In this article, we'll explore how to implement the Strategy Design Pattern within a 3-Tier Architecture in an ASP.NET Core Web API. You'll learn how to create a robust business logic layer, define concrete strategies for each CRUD operation, and seamlessly integrate them into your API controllers. By the end of this guide, you'll have a comprehensive understanding of how to leverage this pattern for a more maintainable and scalable API.
  • Difference Between Concurrency and Parallelism in C#Nov 09, 2023. The article you provided gives a comprehensive overview of the concepts of concurrency and parallelism and their relevance in C# programming. It highlights the distinctions between the two concepts and provides clear examples and use cases for each. The discussion of best practices and considerations for managing concurrency and parallelism effectively is a valuable addition, as it helps developers avoid common pitfalls and make informed decisions when implementing these concepts in their applications.
  • ASP.NET Core Web API Development with Observer Design PatternNov 01, 2023. This project represents a robust ASP.NET Core Web API application that manages tickets using a 3-tier architecture. The system provides full CRUD (Create, Read, Update, Delete) functionality for tickets. What sets this system apart is its use of the Observer Design Pattern, which enables real-time notifications to subscribers whenever a ticket is created, updated, or deleted. The three primary architectural layers include the Presentation Layer (API), Business Logic Layer (Service), and Data Access Layer (Repository), providing a well-structured and maintainable solution for ticket management.
  • ASP.NET Core Web API Development with Memento PatternOct 20, 2023. The Mediator Pattern is a behavioral design pattern that promotes loose coupling among objects by centralizing their communication through a mediator object. In this pattern, multiple objects interact with each other indirectly through the mediator, rather than communicating directly.The primary goal of the Mediator Pattern is to reduce the dependencies between objects, making the system more maintainable and allowing for more flexible and scalable designs. It simplifies complex communication scenarios by having a single point of control, the mediator, which coordinates the interactions between different objects or components.
  • ASP.NET Core Web API with 3-Tier Architecture and Iterator PatternOct 19, 2023. The Iterator Pattern is a behavioral design pattern that provides a way to access elements of a collection sequentially without exposing its underlying representation. It defines an interface for accessing the elements of a collection and keeps track of the current position within that collection.
  • Performing Bound and Unbound Actions in Power AutomateOct 18, 2023. In Power Automate, you can execute bound or unbound actions using the Dataverse actions from the Microsoft Dataverse connector. There are two types of Dataverse actions available for use in flows: bound actions and unbound actions.
  • Dynamically Bind HTML Template to JSON Data Without using Loop in SQLOct 17, 2023. How we can dynamically bind html template to json data without using looping sql server
  • Model Binding in ASP.NET CoreOct 11, 2023. Model Binding in ASP.NET Core for Simplifying Data Interaction
  • Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier ArchitectureOct 04, 2023. This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based on your specific requirements and consider using dependency injection for better testability and maintainability.
  • Understanding LINQ in C#: Query Syntax and Method SyntaxOct 03, 2023. This article is an informative and in-depth exploration of LINQ (Language Integrated Query) within the context of C#, a widely used programming language in the software development industry. The guide delves into both the query syntax and method syntax aspects of LINQ, providing readers with a thorough understanding of how to effectively use LINQ to query and manipulate data in C# applications.
  • Model Binding In ASP.NET CoreSep 27, 2023. Model Binding in ASP.NET Core is a fundamental and powerful feature that simplifies the process of mapping HTTP request data to C# model objects. It plays a crucial role in the development of web applications by automating the extraction of data from incoming HTTP requests and populating C# objects, which can then be used to process and respond to those requests.
  • Software Architecture TypesSep 26, 2023. Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalability, and maintainability. This comprehensive guide delves into various software architecture types, offering insights into their strengths and weaknesses and guiding you on when to deploy them.
  • Simplify API Data Handling with ASP.NET Core Model BindingSep 21, 2023. In this article, we explore the versatile world of model binding in ASP.NET Core REST APIs. Model binding is a critical feature that simplifies data handling by automatically mapping HTTP request data to .NET objects. We'll delve into real-world use cases, including binding query parameters, route data, request bodies, and headers. Discover how model binding streamlines API development, improves code readability, and ensures data consistency. Whether you're a beginner or an experienced ASP.NET Core developer, understanding model binding is crucial for building efficient and maintainable RESTful APIs.
  • Understanding LINQ in .NETSep 11, 2023. LINQ, or Language Integrated Query, is a powerful feature in the .NET framework that simplifies data querying and manipulation in C# and VB.NET applications. It provides a uniform and SQL-like syntax for querying data from various sources, including in-memory collections, databases, XML, and more.
  • How to Publish Web Applications in Internet Information Services(IIS)Sep 08, 2023. Publishing a web application in Internet Information Services (IIS) involves several steps. First, ensure your web app is ready. Install IIS if not already done, configure it by creating a website with appropriate settings, and create an application pool. Test it locally. If using a custom domain, set up DNS records and configure firewalls. Optionally, secure with an SSL certificate. Ensure security and permissions, update application settings, and implement monitoring and backup procedures. Keep software up-to-date and be patient with DNS propagation. These steps ensure a successful deployment of your web application on IIS for public access.
  • The Future of Blockchain with Polygon 2.0 and Polygon CDKSep 04, 2023. Polygon CDK: Your key to simplified blockchain development with modularity, interoperability, shared liquidity, and ZK tech.
  • View-Model in Vue.js Sep 01, 2023. Explore Vue.js's View-Model architecture, central to building efficient interfaces. Learn what it is, its importance, and how to use it for separation of concerns, reactivity, and organized code.
  • Implementing Model Binding, Handling Binding Failures, and Utilizing a Custom Model Binder in ASP.NETAug 27, 2023. In ASP.NET, model binding simplifies the process of mapping incoming HTTP request data to the parameters of controller actions or methods. This process ensures that the data provided by the user is appropriately converted and validated before being used by the application. However, there are cases when the default model binding behavior may not be sufficient. In such scenarios, custom model binders can be created to handle specific data types or complex binding logic.
  • Exploring the Diverse Flavors of LINQ with ExamplesAug 22, 2023. LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and manipulate data without worrying about the underlying data source, whether it's an in-memory collection, a database, or XML
  • call(), apply() & bind() in JavaScriptAug 17, 2023. Explore JavaScript's key concepts: call(), apply(), and bind(). These methods manage function context and arguments. call() lets you invoke a function with specified values, apply() takes array-like arguments, and bind() creates new functions. Gain control over your code's execution and adaptability.
  • Using the OrderBy and OrderByDescending Operator in LINQAug 08, 2023. Using the OrderBy and OrderByDescending Operator in LINQ: Sorting Collections
  • Learn About Programming Logic And LINQJul 25, 2023. In this article, you will learn about the basics of programming logic.
  • EF Core in .NET 7 APIJul 13, 2023. Using EF Core in .NET 7 API
  • C# LINQ With Select and SelectMany OperatorJul 10, 2023. C# LINQ with select and select many operator
  • Including And Excluding Properties from Model Binding Using the Bind Attribute Jul 06, 2023. Using the 'Bind' feature in ASP.NET MVC, you can include and exclude properties from model binding. You can specify which attributes should be included or excluded during model binding using the 'Bind' feature. To include particular characteristics during model binding, utilize the 'Include' property of the 'Bind' attribute. Here is one instance.
  • Including And Excluding Properties from Model Binding Using InterfacesJul 06, 2023. You can specify distinct interfaces for various sets of characteristics and have your model implement those interfaces if you want to include or omit certain properties from model binding. After that, you can bind your model to that interface type to decide which properties are added when the model is bound.
  • Polymorphic Model Binding in .NetJun 28, 2023. Polymorphic Model Binding, C#, .Net 7
  • Paramiko Python Library Setup with AWS Lambda LayerJun 18, 2023. Paramiko SFTP Python Library Setup
  • LINQ MethodsJun 16, 2023. Linq Methods
  • Difference between IQueryable, IEnumerable, IList and ListJun 12, 2023. when to use what IQueryable, IEnumerable, IList and List
  • How to Bind C# Script in the Unity GameJun 12, 2023. This article explains how we can attach C# script to the scene object in the Unity project.
  • Power Platform Solution LayersMay 23, 2023. In this article we will see what solution layer is and how we can add and remove unmanaged layers/ customizations to managed solution in Power Platform solution. Before deployment of any new version of managed solution we need to remove unmanaged layers.
  • Angular @Output() DecoratorApr 27, 2023. In this article, we are going to discuss how to share data between the child component to parent component. In the previous article, we discussed how to pass data from the Parent component to the child component using the @input decorator.
  • Angular- @Input() decoratorApr 25, 2023. Angular: @Input() decorator
  • What Is The Difference Between Call, Apply, And Bind Methods In JavaScript?Mar 14, 2023. Learn about call, apply, and bind in JavaScript and how and when to use them in your web application.
  • LINQ (Language Integrated Query) Jan 31, 2023. In this article, you will learn about LINQ (Language Integrated Query).
  • Find Blank Column Using LINQ In UiPath Jan 03, 2023. In this article, you will learn how to find blank column Using LINQ in UiPath.
  • Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefaultNov 28, 2022. In this article, you will learn about the Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefault.
  • Blazor Data And Property BindingNov 23, 2022. I will explain how the data binding works in Blazor. We can bind data both one-way and two-way in Blazor.
  • Web API 3 Layers Architecture With .NET 6Nov 09, 2022. This article will explain one of the most used software architectural patterns, the 3 layers architecture. Besides the theoretical explanation of the 3 layers architecture, it will also be given a practical example using .NET 6 in a Web API Project.
  • Reverse Words In A String In C#Nov 07, 2022. Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
  • Binding Everything In BlazorOct 22, 2022. In this article, we explore One way binding, Two way binding, event binding in Blaxor.
  • How To Add Custom Add-Ins To MS WordOct 07, 2022. This article shows you how to add add-ins to word desktop.
  • How To Add Add-Ins In PowerPoint Sep 20, 2022. In this article, you will learn how to add custom add-ins.
  • LINQ Partitioning Operators - Take, TakeWhile, Skip & SkipWhileSep 13, 2022. Take, TakeWhile, Skip and SkipWhile are called Partitioning Operators and we’ll discuss and investigate them. Not only that we’ll also see an equivalent loop construct to appreciate where these operators derived.
  • Practical Exception Handling In N-Layered ArchitectureAug 15, 2022. In this article, you will learn about practical Exception Handling in N-Layered Architecture.
  • N-Layered Architecture With Azure FunctionsAug 15, 2022. In this article, you will learn about N-Layered Architecture with Azure Functions.
  • How To Deploy Excel Add-ins To Your OrganizationAug 12, 2022. This article show you how to deploy excel add-ins in your organization.
  • How To Add Custom Add-Ins To ExcelJul 05, 2022. In this article, you will learn how to add Excel add-ins.
  • How To Deploy PowerPoint Add-ins To Your OrganizationJun 15, 2022. This article shows you, how to deploy PowerPoint add-ins.
  • View Binding in AndoridJun 10, 2022. In this article, you will learn about View Binding in Android.
  • How To Deploy Word Add-Ins To Your OrganizationJun 03, 2022. This article show you how to deploy word add-ins to your organization.
  • Bind Multiple Attributes Using AttributeSplatting In BlazorMay 29, 2022. Learn what AttributeSplatting is? how to achieve it? and in what scenario you're gonna need it?
  • How To Create Excel Add-InsMay 10, 2022. in this article i will show you how to create Excel Add-ins
  • Symmetrical Repository Pattern - Data Access Made Easy In .NETMay 09, 2022. In this article, I will describe an interesting pattern that can be implemented to make it trivial to perform CRUD/RESTful data access across a full-stack .net system, with this technique that abstracts away the boilerplate.
  • ngModel In Angular With ExampleApr 27, 2022. In this guide, we'll explore ngModel in Angular through practical examples. We'll demonstrate how to use it to bind input fields, checkboxes, and other UI elements to properties in the component, showcasing how changes in the view instantly affect the model and how changes in the model automatically reflect in the view. Understanding and effectively utilizing ngModel is fundamental for interactive and responsive Angular applications.
  • How To Create PowerPoint Add-InsApr 04, 2022. in this article, I will show you how to create PowerPoint Add-ins
  • How To Bind KendoUI Grid In Angular With .NET Core API With Multilayer Architecture And Angular RoutingApr 01, 2022. In this article, you will learn how to bind kendoui grid in angular with .net core api with multilayer architecture and angular routing.
  • Understand UnBound Action In Power AutomateMar 28, 2022. During certain scenarios it is required to call Unbound action. To call a unbound action we can do it with javascript , plugins and power automate. In all the other methods except power automate you have to write explicit logic to call a unbound action. As an example, we call a generic unbound action from power automate.
  • Understand Bound Action In Power AutomateMar 25, 2022. During certain scenarios it is required to call bound action . To call a bound action we can do it with javascript , plugins and power automate. In all the other methods except power automate you have to write explicit logic to call an bound action. As an example, we call a sample bound action which was built for contact entity/table from power automate.
  • How To Deploy Outlook Add-ins To Your OrganizationMar 19, 2022. This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy access for users within the organization.
  • How To Publish Outlook Add-Ins Using Visual Studio CodeMar 17, 2022. In this article, you will learn how to publish outlook add-ins using visual studio code.
  • How To Create Word Add-InsMar 16, 2022. in this article I will show you how to create word add-ins.
  • Awesome LINQ Features In .Net 6Feb 21, 2022. In this article, you will learn about awesome LINQ features in .Net 6.
  • Awesome LINQ Impovements In .NET 6.0Jan 20, 2022. These are the articles for to show the LINQ improvements in .NET 6.
  • How to Convert an Array to a List in C#?Jan 13, 2022. Converting an array to a list in C# involves transforming the data structure from an array, which has a fixed size, into a list, which can dynamically adjust its size. This process is essential when flexibility in modifying the collection is needed. In C#, this can be achieved using the `ToList()` method provided by LINQ (Language Integrated Query) or by using the `List<T>` constructor, passing the array as an argument. Both approaches enable seamless conversion, allowing for easier manipulation and utilization of the collection's elements. This guide provides insights into the step-by-step process of converting an array to a list, emphasizing its utility and demonstrating practical use cases.
  • Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In MindJan 10, 2022. When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext with the development in mind for development purposes, you may sometimes decide to use an in-memory database for all environments including production, you may set up HealthChecks, below shows how to add health checks for the DbContext also for the development environment good to have set o.EnableDetailedErrors(); and o.EnableSensitiveDataLogging(); ?to manipulate with all these options you may consider adding configuration options
  • Building ASP.NET Core Web Application With Dependency Injection Passing Objects Between LayersDec 07, 2021. In this article, you will learn how to build ASP.NET core web application with dependency injection passing objects between layers.
  • Working With Temporal Tables In EF Core 6.0Dec 06, 2021. Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
  • Collection Performance - How Do You LINQ?Dec 04, 2021. In this article, you will learn how do you LINQ?
  • How To Create Outlook Add-insNov 24, 2021. In this article, you will learn how to create outlook Add-ins.

About Layer-binding-in-Linq

NA

OUR TRAINING