Resources  
  • WebMethod and ScriptMethod Attributes in .NET WebfromsMar 15, 2025. ?In ASP.NET Web Forms, client-side scripts like JavaScript and jQuery can call server-side methods using the [WebMethod] and [ScriptMethod] attributes. These methods must be declared as static (C#) or Shared (VB.NET). This approach enables AJAX functionality, allowing asynchronous data exchange without full page reloads.
  • Azure Bicep Understanding Export and Import Attributes for ReusabilityFeb 13, 2025. This article covers how to efficiently pass values between modules, reuse resources, and optimize your Infrastructure as Code (IaC) deployments.
  • Using Attributes and Metadata in C# 12Oct 20, 2024. Ziggy Rafiq demonstrates how to use attributes and metadata in C# 12 including improvements in parameter types, reflection capabilities, and best practices for maintaining self-documenting code.
  • How to Conditionally Apply Class Attributes in ReactJSMay 24, 2024. In this article, we will learn how to conditionally apply class attributes in ReactJS using the classnames utility. This guide demonstrates how to dynamically assign CSS classes based on component state or props, enhancing the flexibility and readability of your React components.
  • What Are Data Attributes in HTML, and How Are They Used?Mar 28, 2024. Know the data attributes in HTML. Data attributes are commonly used in conjunction with JavaScript and CSS to enhance the functionality and styling of web pages.
  • Fallthrough Attributes in Vue.js Feb 29, 2024. 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 enhances code readability and simplifies the parent component by avoiding the need to declare every attribute as a prop.
  • External Data - Attributes - Profiling Data AccessJan 06, 2024. 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. Usually, this data kind is managed using file and stream concepts. To save/read working data using streams, we need serialization/deserialization operations between streaming and object-oriented data.
  • How to Use Custom Attributes in C#Oct 10, 2023. Custom attributes in C# allow developers to annotate code elements with metadata for improved runtime behavior and information retrieval. This practical guide explores the creation, implementation, and usage of custom attributes in C#. Learn how to define custom attributes, apply them to code entities, and leverage reflection to access attribute information dynamically. Discover the versatility of custom attributes for enhancing code readability, facilitating debugging, and enabling a more efficient software development process. Gain insights into best practices and real-world scenarios for effectively utilizing custom attributes within your C# projects.
  • Handling Attributes Dropdowns in CypressJun 19, 2023.
  • Creating Custom Attributes In .NETAug 08, 2022. In this article, you will learn how to create custom attributes in .NET.
  • 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?
  • Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes Jul 22, 2021. In this article, you will learn about Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes.
  • Use Of Session Attributes In A Custom Alexa SkillNov 02, 2020. In this article I am going to demonstrate how to use a session attribute in a custom Alexa skill
  • Dataframe Attributes In PANDASSep 14, 2020. In this article, we would learn about various dataframe attributes and how these attributes are used and implemented in Pandas.
  • Managing Attributes in Alexa Skill KitNov 06, 2019. In this article, we will learn about the Alexa Skill Kit. The Alexa Skills Kit is a software development kit (SDK) that enables a developer to build skills.
  • Learn DataFrame Attributes In PythonAug 26, 2019. In this article, you will learn about various attributes of DataFrame in Python and how we can access different information about dataframes.
  • How To Custom Sync OnPremises Directory Attributes Using AAConnect To Azure Active DirectoryOct 16, 2018. When sync the On-Premises AD Environment Attributes, it will elevate the Azure AD and extend the Azure AD Schema with On-Premises Attributes. Example, If the Attribute name in On-Premises EmployeeID, it will be added as extension_tenantGUID_EmployeeID.
  • Using Caller Information Attributes In C#Aug 31, 2018. Caller Information attributes are newly introduced in Framework 4.0. There are three attributes which are more helpful in tracing, debugging and diagnosis the application.
  • Difference Between Spring Transaction Propagation Attributes In Java DevelopmentDec 06, 2016. In this article, you will learn about the difference between Spring Transaction Propagation attributes in Java Development.
  • Retrieving Face Attributes Using Cognitive Service Face API In UWP With Azure, XAML And C#Oct 21, 2016. In this article, you will learn about retrieving face attributes using cognitive service face API in UWP, with Azure, XAML, and C#.
  • Get Image Attributes using Cognitive Services face API in WPFOct 04, 2016. In this article you will learn how to get the image attributes like Age, Gender using Cognitive Services face API in WPF.
  • All About API: HTTP Verb Attributes - Part FourMay 09, 2016. In this article, you will learn about HTTP Verb Attributes on Web API method.
  • Applying Conditional Attributes in ASP.NET MVC ViewsNov 13, 2015. In this article you will learn applying Conditional Attributes in ASP.NET MVC Views.
  • Understanding Attributes In C#Oct 16, 2015. In this article we will learn about attributes in C#. Attribute is a class used to give additional declarative information for the class, method, property, indexer, etc.
  • Get Attributes of Element in AngularJS Just Like jQueryJul 22, 2015. This article shows how to get the attributes of an element in AngularJS just as in jQuery.
  • jQuery Attributes BasicsJul 05, 2015. This article explains the basics of jQuery attributes.
  • Custom MVC Attributes #wdwdnetApr 21, 2015. The ASP.Net Membership provider has MVC attributes that we can use to decorate Actions and set permissions. This article will describe how to extend that.
  • Useful Attributes of MVC: Part 1Mar 17, 2015. In this article we will learn about some useful attributes that can be used in MVC applications.
  • Understand WCF: Part 10: Attributes of DataContract and DataMemberNov 03, 2013. In this article, we will see how to add attributes to a Data Contract and Data Member.
  • Servlet Attributes in JavaSep 25, 2013. In this article we discuss servlet attributes in java. NetBeans IDE is used for sample example.
  • Custom Data Annotations or Custom Validation Attributes in MVCJul 15, 2013. In this post you will learn how to create custom data annotation in MVC. MVC framework has great extensibility feature and because of this we can create our own customized data annotation attributes.
  • Using Attributes With C# .NETJul 07, 2013. Attributes are like adjectives, which are used for metadata annotation that can be applied to a given type, assembly, module, method and so on. The .NET framework stipulates two types of attribute implementations, which are Predefined Attributes and Custom Attributes.
  • Custom Attributes in .NETMar 31, 2013. In this article we will see how to attach metadata to a class using custom attributes and access it at runtime using reflection.
  • Reading Assembly attributes in VB.NETNov 10, 2012. This article allows you to read the assembly attributes information using .NET. The information store in AssemblyInfo files like Title, Description, copyright, Trade mark can be read using reflection and assembly namespace.
  • Delete All XML Elements and Attributes NodesOct 17, 2012. Today, in this article let’s play around with one of the interesting and most useful concepts in XML in C#.
  • Let's Play Around With Different Attributes and Input Types in HTML 5Feb 25, 2012. Today, in this article let’s dig out by learning another new concept in HTML 5. Once implemented, this concept offers a better look & feel for the application and development becomes more light-weight.
  • Create a File Attributes Changer / Locker in a C# Windows ApplicationJan 28, 2012. In this project I have created not a file locker but a user friendly file attributes changer.
  • Working with Attributes and Resources of XAML in Windows Phone 7 Nov 30, 2010. Many classes that you use in XAML have something called a ContentProperty attribute. This word “attribute” has different meanings in .NET and XML; here I’m talking about the .NET attribute, which refers to some additional information that is associated with a class or a member of that class.
  • Reading XML Attributes using LINQ to XML in Silverlight Nov 29, 2010. This code snippet demonstrates how to load an XML file and reads its nodes and their attributes in a Silverlight application using LINQ to XML.
  • Reflection and Attributes in C#Sep 03, 2010. Reflection in C# allows examining and manipulating types, methods, and other members at runtime. Attributes provide metadata to annotate code elements, aiding in customization and dynamic behavior. Together, they enable powerful and flexible programming paradigms.
  • LevelFinal and Exclusive Attributes in C# Mar 16, 2010. In this article I will explain you about LevelFinal and Exclusive Attributes in C# .
  • Image Attributes and the ImageAttributes Class in GDI+ Mar 11, 2010. In this article I will explain about Image Attributes and the ImageAttributes Class in GDI+.
  • Generate SQL Statements With Objects, Attributes and ReflectionJun 12, 2007. Create a SQL Command with SQL Statement and Parameters dynamically.
  • Comparing Conditional Attributes In C/C++ versus C#Apr 09, 2005. Conditional attributes are used in programming languages like C, C++, and C# to control whether or not specific code elements should be included in the compiled output. These attributes allow developers to conditionally include or exclude certain parts of the code based on preprocessor directives or compilation symbols. In C and C++, conditional compilation is primarily achieved using preprocessor directives like #ifdef, #else, #endif, etc. In C#, the [Conditional] attribute provides a similar functionality but at a more granular level, allowing methods to be conditionally compiled based on specified symbols.
  • Using Attributes in C#Sep 14, 2001. This article shows how to create custom attribute classes, use them in code, and query them.
  • Creating And Using Custom Attributes In C#Feb 27, 2000. Attributes are classes that allow you to add additional information to elements of your class structure.
  • Unveiling HTML's Secret Sauce: The Power of AttributesJun 08, 2024. Explore essential HTML attributes like accept, alt, autocomplete, contenteditable, download, hidden, srcset, readonly, loading, and poster, crucial for enhancing user experiences, accessibility, and performance in web development. Learn their functionalities and practical applications with examples.
  • Creating Contact Record in Dynamics 365 with PowerShell AttributesMar 20, 2024. Learn to efficiently create Contact records in Dynamics 365 using PowerShell, covering all attribute types. Utilize Microsoft.Xrm.Data.PowerShell module for seamless CRMOnline connection and managing various data types like lookup, option set, money, boolean, and date.
  • Creating Custom Metadata in C# AttributesSep 14, 2023. C# attributes are metadata markers, enhancing code with additional information. They can be applied to classes, methods, and more. Custom attributes empower developers to create metadata tailored to their needs, accessed via reflection. This article explores the world of custom attributes in C#, including their creation, application, and benefits.
  • Data Validation with Annotations, Custom Attributes, and Fluent ValidationAug 30, 2023. Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your model classes.
  • ASP.NET Core Routing AttributesJul 30, 2023. Routing in ASP.NET Core is the process of mapping incoming requests to application logic that resides in controllers and methods. In this article, we will cover ASP.NET Core Routing Attributes.
  • Understanding HTML Tags and AttributesJun 22, 2023. Understanding HTML Tags and Attributes, HTML allows web developers to structure content, add images and videos, create links, and more. One of the key features of HTML is the use of tags. Tags are used to identify different elements of a web page and tell the browser how to display them. In this article, we will look at the different types of tags in HTML and provide examples of how they are used.
  • Attributes In Practice - Building A Payment TerminalFeb 02, 2023. In this article, you will learn about Attributes In Practice.
  • TestNG Basics And TestNG AttributesNov 11, 2022. This article explains the what is testNG,its uses and concepts used in testNG.
  • Learn About Vulnerability AttributesNov 02, 2020. In this article, you will learn about Vulnerability Attributes.
  • A Walkthrough of C# AttributesAug 21, 2020. In this article, we’re going to explore the basics of attributes, what are the common ones, how to create and read attributes
  • Attributes In ASP.NET MVCMay 24, 2019. In this article, you will learn about attributes in ASP.NET MVC.
  • Knowing When To Reflect With Caller Info AttributesDec 10, 2017. If you've been around C# long enough, you've probably had a need at one time or another to figure out some information about code that's being executed. It might be a method name, the file being executed, or even more specific details like the line number.
  • Overview Of C# AttributesJun 10, 2017. Overview Of C# Attributes. Attributes have been in C# for quite some time, and are used for adding metadata in programming elements like assemblies, types, classes, methods, and properties.
  • Attributes Of Induction Motor By Cloud ComputingAug 25, 2016. In this article you, will learn, how to turn Induction Motor on or off by Cloud Computing, using Internet of Things.
  • Attributes In C#Oct 16, 2015. In this article we will learn about attributes in C#. Attributes are used to associate some important instruction or information regarding methods, properties or types.
  • Attributes in C#Aug 20, 2015. In this article you will learn about Attributes in the C# language.
  • Methods/Attributes in Backbone Model: Part 4Jan 01, 2015. In this article we will be dealing with the terms related to the Backbone Model.
  • Some HTML5 Global AttributesFeb 19, 2014. In this article we will learn some HTML5 global attributes.
  • Enum Operations For Name Value AttributesJun 10, 2013. We'll see in this article how to manipulate the values, names and attributes using Reflection at run time.
  • HTML5 Canvas Composition and Its AttributesMar 21, 2013. This article describes the implementation and use of Composition and its Attributes in HTML5.
  • HTML5 New Form Attributes-Part 6Feb 28, 2013. In this article I am going to describes the implementation and use of some more new form attributes in HTML5.
  • HTML5 New Form Attributes-Part 5Feb 28, 2013. In this article I describe the implementation and use of some more form attributes in HTML5.
  • HTML5 New Form Attributes-Part 3Feb 27, 2013. In this article I describe the implementation and use of some more form attributes of HTML5.
  • New HTML5 Form Attributes-Part 2Feb 27, 2013. In this article I describe the implementation and use of the Form Attribute, Formaction Attribute and Formenctype Attribute of HTML5.
  • HTML5 New Form Attributes-Part 4Feb 27, 2013. In this article I describe the implementation and use of some new form attributes in HTML5.
  • HTML5 Form Attributes: Part 1Feb 26, 2013. In this article I describe the implementation and use of HTML5 Form Attributes.
  • Attributes Programming in VB.NETNov 08, 2012. An attribute is a new code level language construct in all major .NET languages. It provides integration of declarative information to assemblies, classes, interfaces, members, etc. at the code level. The information can then be used to change the runtime behavior or collect organizational information.
  • MVC Bind AttributesOct 16, 2012. When we have an ASP.NET MVC View that accepts user input and posts those inputs to a server we have the option to use the built-in Model-binding features to provide more control and security, We can restrict the properties that are allowed to be bound automatically.
  • Attributes in jQueryNov 14, 2011. Here we will discuss about the attributes used in the jQuery, In jQuery API there are attributes which contains many methods we will explain them.
  • Attributes in JQueryNov 13, 2011. Here we will discuss about the attributes used in JQuery, In the JQuery API there are attributes which contains many methods.
  • Attributes in C#Jun 08, 2011. In this series we will see the usage of “Attribute” with the help of some examples and creation of our own custom attributes to be used in a sample use case.
  • Using reflection and attributesDec 12, 2010. Reflection provides objects (of type Type) that encapsulate assemblies, modules and types. You can use reflection to dynamically create an instance of a type, bind the type to an existing object, or get the type from an existing object and invoke its methods or access its fields and properties.
  • Attributes in C#Nov 24, 2009. In this article I will explain about attributes in C#.
  • Attributes in C#Feb 20, 2006. In this artilcle, we will see what the attributes are and why should we use the attributes in our applications?
  • Overload Resolution Priority in .NET 9Feb 07, 2025. The .NET9 framework introduced a new feature named overload_resolution_priority, which plays a crucial role in resolving method groups. This priority is represented as a 32-bit integer. By default, all methods have an overload_resolution_priority of 0.
  • Advanced Logging with Proxies in C#Dec 24, 2024. This article presents a lightweight, dependency-free logging mechanism in C# using the DispatchProxy class. It enables efficient method interception, conditional logging, performance optimization, and error handling without external dependencies.
  • Customized Authentication Filters in ASP.MVC Core 6Dec 04, 2024. Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user access based on roles, claims, or tokens.
  • Angular Directives 101Oct 21, 2024. Directives are a core feature in Angular that extends and customizes HTML elements. They simplify modifying styles, managing user inputs, and manipulating the DOM, providing flexible support in user interface development.
  • Add rel="nofollow noopener noreferrer" to External Links in SitecoreSep 20, 2024. This guide explains how to enhance your Sitecore website's SEO and security by adding the attributes rel="nofollow", rel="noopener", and rel="noreferrer" to external links.
  • Response Cache Attribute in .NET Core 8: Usage, and ExamplesSep 09, 2024. This guide covers its usage, configuration, and examples, explaining how to implement response caching in ASP.NET Core for faster load times and reduced server overhead in your web applications.
  • Types of components selectors in Angular with examplesSep 06, 2024. Angular offers various component selectors: Type Selector (e.g., app-root), Attribute Selector (e.g., [app-attribute-selector]), Attribute Selector with Value (e.g., [app-attribute-selector-with-value="test"]), Multiple Attribute Selector (e.g., [app-multiple-attribute-selector="test"][is-active]), and CSS Class Selector (e.g., .app-css-class-selector).
  • Cross-Origin Resource Sharing (CORS) in .NET 8Aug 06, 2024. Learn how to configure Cross-Origin Resource Sharing (CORS) in .NET 8 to control access to your APIs from different domains. Understand key concepts like Same-Origin Policy, preflight requests, and CORS headers.
  • Ultimate Guide to Using Console in CRM D365 for ProductivityJul 04, 2024. Boost your productivity in CRM D365 with this comprehensive guide to using the console effectively. Learn essential commands like retrieving form context, setting attribute values, and debugging with console logs.
  • Using String-Based Enums in C#Jun 10, 2024. In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other data formats where string representations are more meaningful or required.
  • Experimental Attribute in .NET & C#Apr 15, 2024. The Experimental attribute is a new C# 12 feature that allows you to add the Experimental attribute to your types, methods, or assemblies to indicate that they are experimental features. When someone tries to use the method or the type, the compiler will issue an error.
  • The Experimental Attribute in .NET 8 and C# 12Apr 03, 2024. In this article, we will discuss Experimental Attributes in .NET 8 and C# 12. The ExperimentalAttribute in C# .NET 8 marks APIs as experimental, signaling potential changes. It's crucial for libraries or APIs to foster controlled innovation.
  • Routing to Controller Actions in ASP.NET CoreMar 30, 2024. In ASP.NET Core, routing plays a pivotal role in directing incoming HTTP requests to the appropriate controller actions, enabling developers to build powerful and structured web applications.
  • What is the Directive in Angular?Mar 28, 2024. During development, many user Interfaces are often created. The directives will provide flexible support to modify the styles, manage the user Inputs, and manipulate the DOM much more easily.
  • Creating Global Option Sets & Using Them Effectively in CRMMar 18, 2024. 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 data entry and easier management across the CRM system.
  • Creating Contact Record in D365 with PowerShell Script & Image AttributeMar 15, 2024. 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 module for efficient and seamless integration, enhancing your CRM automation capabilities.
  • Autonumber Attribute Generation: Programmatically or Non-ProgrammaticallyMar 08, 2024. In this article, we will discover techniques for auto-incrementing identifiers, managing data, and implementing automation, potentially utilizing frameworks like Entity Framework.
  • Creating Custom Attribute Directives in AngularMar 07, 2024. 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 extend HTML with new attributes and behaviors. The process of creating a custom attribute directive in Angular.
  • Boosting Web Page Performance with the Defer AttributeMar 06, 2024. 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 a website. In this article, we'll delve into the defer attribute in JavaScript.
  • Automate Email Generation with Power Automate Email SignaturesMar 04, 2024. 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 dynamically from the "Get_Email_Signature" action's output.