Related resources for 2.0
  • Learn About AJAX Security4/26/2024 11:59:11 AM. Explore the swift and interactive technology of AJAX in web development, its implementation using JavaScript, XML, and HTML, and its security vulnerabilities such as session management flaws, CSRF, an
  • Assembly in .NET 2.04/24/2024 1:22:55 PM. In .NET 2.0, assemblies play a crucial role, containing code and metadata for applications. They support versioning, security, and deployment, with features like strong naming and the Global Assembly
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#4/9/2024 5:54:03 PM. Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
  • ASPX View Engine VS Razor View Engine4/1/2024 8:27:59 AM. View engines render HTML to the browser. ASP.Net MVC supports ASPX and Razor View Engines by default, with options for third-party engines. ASPX syntax mirrors ASP.Net web forms, while Razor offers a
  • New Features Of Entity Framework Core 2.03/7/2024 8:53:53 AM. Entity Framework Core is a lightweight and extensible version of Entity Framework. It is based on an ORM (Object-Relational Mapper) which enables us to work with databases using .NET objects. This art
  • SharePoint CSOM For .NET Standard3/6/2024 9:04:06 AM. This article provides a comprehensive guide on leveraging the newly introduced Client-side Object Model (CSOM) for .NET Standard to connect with SharePoint from .NET Core applications. It outlines the
  • How To Check If Your System Is Ready For Windows 112/22/2024 11:32:18 AM. This content provides an introduction to Windows 11, highlighting its key features, minimum system requirements, compatibility testing process, availability details, and useful links for further infor
  • How To Write Simple Todo CRUD ASP.NET MVC Application2/21/2024 10:53:51 AM. This article includes a lab exercise for you to demonstrate what have you learned from this training material to create your own Employee CRUD operation using EmployeeRepository
  • ASP.NET Core - Expense Manager Using EF Core And Highcharts2/20/2024 7:31:47 AM. We will create a personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach with the help of Highcharts to show the expense summary chart and a modal dialog to handl
  • Data Vault: Evolution from 1.0 to 2.0 in Business Intelligence2/19/2024 7:23:17 AM. This article introduces Data Vault, a methodology for designing and developing data warehouse architectures with a focus on flexibility, scalability, and availability. It discusses the core components
  • Understanding Workflow Of OAuth2.0 Authorization Grant Types2/16/2024 6:28:57 AM. In this article, you will learn about the workflow Of OAuth 2.0 Authorization Grant Types and define the workflow for obtaining access tokens, crucial for securing API access.
  • Understanding Google OAuth (Open Authorization)1/5/2024 10:04:11 AM. Google OAuth, an Open Authorization protocol ensuring secure third-party access to user data without exposing credentials. Follow a step-by-step guide to configure OAuth 2.0 credentials via the Google
  • ASP.NET MVC - OAuth 2.0 REST Web API Authorization Using Database First Approach10/25/2023 10:29:33 AM. This article is about OAuth 2.0 authorization scheme integration with ASP.NET MVC REST Web API.
  • C# 2.0 Features: Property Accessor Accessibility Modifiers 10/20/2023 5:20:11 AM. One of the new features added to C# version 2.0 is accessibility modifier support for property accessor. In this article, I will show you the advantages and coolness of using this feature.
  • Checking Previous Instance (Single Instance) Of An C# Windows Application, Also Setting MDI Child Form To A MDI Parent10/18/2023 4:42:04 AM. In this article I will describe how to check previous instance (single instance) of an C# windows application and also whether a MDI child is set to a MDI parent
  • New Dataset Features In ADO.Net 2.010/12/2023 4:58:43 AM. ADO.NET class libraries are used for accessing data from a wide range of data sources. One of the best features in ADO.Net is DataSet.Even though it was an exciting feature, performance was a concern
  • C# Using The Proxy Pattern To Define Relationships9/22/2023 10:27:49 AM. I was recently working on a 2.0 Framework project where we had many types of related objects. However, we needed to ensure that there were not multiple instances of the same object in memory. Usuall
  • Iterator In C# 2.09/20/2023 5:33:57 AM. Iterator is one of the new feature in C# 2.0. I am trying to explain it with Employees and Department classses.
  • Generics in C#9/5/2023 8:59:02 AM. Generics are the most useful C# 2.0 language extensions, beside Anonymous methods, Iterators, Partial types And Nullable types.
  • The Future of Blockchain with Polygon 2.0 and Polygon CDK9/4/2023 3:28:00 PM. Polygon CDK: Your key to simplified blockchain development with modularity, interoperability, shared liquidity, and ZK tech.
  • Getting Started With Apache Cassandra8/22/2023 6:38:54 AM. Apache Cassandra is a highly scalable and distributed NoSQL database designed for handling massive amounts of data across multiple servers while maintaining high availability and fault tolerance. It&#
  • Anonymous Methods in C# 2.08/20/2023 2:37:07 PM. In this article, we will explore the anonymous method feature introduced in C# 2.0.
  • Entering the Next Phase with Polygon 2.0 7/27/2023 9:45:57 AM. Polygon 2.0: Game-changing blockchain platform offering scalable dApps. Enhanced protocol architecture, POL tokenomics, and decentralized governance.
  • Google OAuth 2.0 Authorization In Azure API7/27/2023 8:35:17 AM. Here, I am going to demonstrate how can we use Google OAuth 2.0 in Azure API. App Service Authentication/Authorization is exposed in the Azure Preview Management Portal.
  • What is WebView2 and How it is Linked to Microsoft Teams 2.0?7/14/2023 7:07:46 AM. Now everywhere in the market the latest buzz word is the new version of Microsoft Teams 2.0 release. But as a tech enthusiast we would like to know what is the change and why we need that change for t
  • Enhancing Blockchain Efficiency with Polygon 2.07/2/2023 5:48:25 PM. Explore the transformative potential of Polygon 2.0, a Layer 2 scaling solution on Ethereum, enhancing speed, scalability, and interoperability.
  • Depth Comparison of Web 1.0, Web 2.0, and Web 3.0 The Evolution of the World Wide Web4/21/2023 9:05:22 AM. This blog is related to the Evolution of the World Wide Web
  • How To Create Custom Hook Using React 18.2.0 (UseReducer)3/28/2023 12:06:52 AM. In this article, you will learn how to create custom hook, using React 18.2.0 (UseReducer).
  • SharePoint app-only principal to acess SharePoint Online10/6/2022 5:07:52 AM. This article, describes what token based authentication is and the steps required to achieve this.
  • JSON Web Token (JWT) In Layman Terms9/26/2022 7:15:00 AM. This article describes general definition of JWT aka Access Token in general terms.
  • Admin Consent Flow For Microsoft Graph PowerShell Module9/26/2022 5:03:43 AM. In this article, let’s try to understand basic identity flows involved in Graph PowerShell module and admin consent to interact with Graph PowerShell.
  • Introduction to .Net Framework 2.0 Nullable Types8/24/2022 8:59:41 AM. Sometimes you work with a value type that does not have a defined value in certain circumstances. For example, a field in a database might need to distinguish between having been assigned a meaningful
  • Creating Your Own Validation Attribute In MVC And Web API 2.06/22/2022 7:13:53 AM. In this article, we will learn how to create your own validation attribute in MVC and WebAPI 2.0.
  • What Are The Differences Between Web 2.0 And Web 3.06/1/2022 1:04:00 PM. In this article, you will learn what are the difference between web 2.0 and web 3.0.
  • ASP.Net 2.0: Export GridView to Excel 5/2/2022 10:53:08 AM. This article describes how to Export an ASP.Net 2.0 GridView to Excel.
  • ASP.Net 2.0: Export GridView to Excel - Part II5/2/2022 10:44:55 AM. In this version of the article, we will include the handling the Hyperlink columns in the GridView export to Excel and also re-factor our original logic to use more general features of Reflection.
  • Simple FTP Demo Application Using C# And .Net 2.01/31/2022 11:47:56 AM. An article to demonstrate common FTP functionalities using C# and .Net 2.0.
  • Resource Files in ASP.NET1/31/2022 11:15:49 AM. This article explains you the use of resource files in ASP.NET 2.0.
  • OAuth2.0 vs OpenID Connect (OIDC) - What? Why? How?1/17/2022 4:11:13 AM. In this article, you will learn about OAuth2.0 and OpenID Connect (OIDC) Core Concepts – What? Why? How?
  • Authentication And Authorization In ASP.NET Core 2.0 Using Azure Active Directory And OpenID Connect10/13/2021 12:24:57 AM. This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into asp.net core 2.0 web app for authentication and role base authorization.
  • Dynamics 365 Azure Service Account Creation for Azure DevOps & Dynamics 365(Single Tenant OAuth 2.0 Authentication)8/9/2021 6:56:48 AM. Dynamics 365 Azure Service Account Creation for Azure DevOps & Dynamics 365(Single Tenant OAuth 2.0 Authentication)
  • Best Features Of Flutter 2.0 That Boost Mobile App Development7/23/2021 5:48:10 AM. Flutter boost the mobile app development process. Here’s Everything You Need to Know About Flutter 2.0 | Find How its New Features are Helpful
  • Build A Low Code Chatbot Using Bot Framework Composer 2.07/15/2021 6:17:43 AM. If you'd like to build a chatbot but have no prior experience or expertise, look no further. The Bot Framework Composer is a visual tool from Microsoft that helps you get started with chatbot deve
  • Working With Google OAuth 2.0 in Visual Studio 2013 RC5/28/2021 7:23:03 AM. This article will help you to authenticate an ASP.NET MVC 5 web application with the Google OAuth2.0.
  • Working With MVC Using ASP.Net Identity 2.0.0-Beta15/24/2021 9:03:21 AM. This article describes how to work with the various approaches in MVC applications using ASP.NET Identity 2.9.9-Beta1.
  • OAuth 2.0 Overview4/27/2021 2:47:59 PM. This article only talks about Oauth protocol.
  • Introduction to ASP.Net Identity 2.04/12/2021 5:48:53 AM. ASP.NET Identity is the membership system for authentication and authorization of the users by building an ASP.NET application.
  • Access Google Data Using OAuth3/16/2021 7:59:43 AM. Here I would like to explain how to get a list of Google Drive Documents and prompt users for access to get the documents list (using OAuth2.0 for Login).
  • OAuth2.0 Framework In ASP.NET Web API3/1/2021 5:13:47 AM. This article describes the OAuth2.0 Framework used in the ASP. NET Web API for authorization.
  • Page Structure in ASP.Net2/11/2021 10:57:43 AM. Today I am going to discuss ASP.NET page structure.
  • Introduction To The ASP.Net Identity Preview2/8/2021 10:06:13 AM. This article describes the new release of ASP.NET Identity version, version 2.0.0-alpha1 and upgrading the existing app to the new identity.
  • Working With New ASP.Net Identity 2.0.0 in ASP.Net Application2/8/2021 8:05:13 AM. This article introduces the new ASP.NET Identity version and explains how to migrate to the new version from the old version of ASP.NET Identity.
  • Encrypting and Decrypting Cookies in ASP.NET 2.02/3/2021 9:18:44 AM. This article demonstrate how to encode and decode cookies in ASP.NET 2.0
  • Update and Delete in GridView2/3/2021 7:18:20 AM. In this article, we will look at how to update or delete a record in a database table using a GridView control.
  • Asynchronous Video Live Streaming with ASP.NET Web APIs 2.012/3/2020 12:54:31 AM. In this article, you will learn about asynchronous videos live streaming with ASP.NET Web APIs 2.0.
  • DataAccess11/26/2020 12:01:55 AM. Simple DataAccess in DataGrid Identifying Reference Concepts.
  • Installing And Using .NET 4.7.x, .NET Core 2.0, And C# 7.x With VS 201711/23/2020 10:27:47 PM. This article explains how to install and use .NET Framework 4.7, .NET Framework 4.7.1 & .NET Core 2.0 and troubleshooting if you are getting an exception while installing these latest components.
  • ASP.NET Core 2.0 Middleware11/23/2020 4:58:17 AM. Create a Hello World app using ASP.NET Core Middleware. Middleware components are called in the order they appear in Configure() method; i.e., the order in which they're added to the pipeline. The
  • ASP.NET Core 2.0 Empty Project11/23/2020 4:56:42 AM. In this article, we will create an empty ASP.NET Core project that doesn’t include default features, i.e., an empty shell.
  • ASP.NET Core 2.0 Dependency Injection11/23/2020 4:52:49 AM. Here e will learn how to use ASP.NET Core service container for dependency injection.
  • ASP.NET Core 2.0 Configuration11/23/2020 4:46:12 AM. ASP.NET Core has a simple mechanism to read application settings from various sources like JSON files, Environment variables or even custom data sources. It is also simple to use the settings, thanks
  • ASP.NET Core 2.0 Environments11/23/2020 4:40:18 AM. Starting from an empty project, discussed in a previous post, modify the Configure() method to use the IHostingEnvironment to call different middleware based on current environment.
  • Azure NoSQL In ASP.NET Core 2.011/23/2020 4:36:51 AM. The sample code will require you to set up an Azure account, NoSQL database and collection.
  • ASP.NET Core 2.0 Error Pages11/23/2020 4:27:39 AM. Starting from an empty project, created in a previous post, amend the Configure() method of Startup class to use middleware needed for error handling. Below I’ve used a custom middleware (defined as l
  • ASP.NET Core 2.0 Structured Logging11/23/2020 4:22:56 AM. This article is about how to work with structured logging in ASP.NET Core and Serilog
  • Azure Blob Storage In ASP.NET Core 2.011/23/2020 4:20:07 AM. In this article you will learn how to use Azure Blob storage in ASP.NET Core.
  • ASP.NET Core 2.0 Session State11/23/2020 4:17:49 AM. Using an empty project from a previous post, amend Startup class ConfigureServicee() method, and add services for session and its backing store.
  • ASP.NET Core 2.0 File Providers11/23/2020 4:15:55 AM. ASP.NET Core provides an encapsulation of System.IO.File type in order to limit the access to file systems via PhysicalFileProvider type, which is an implementation of IFileProvider.
  • ASP.NET Core 2.0 Response Compression11/23/2020 4:08:51 AM. When you’re unable to use the compression features of web servers (IIS, Apache, Nginx), ASP.NET Core provides an alternate option, Response Compression middleware. It’s performance won’t match server
  • ASP.NET Core 2.0 MVC Routing11/23/2020 4:05:21 AM. Routing in ASP.NET Core MVC is the mechanism through which incoming requests are mapped to controllers and their actions. This is achieved by adding Routing middleware to the pipeline and using IRoute
  • Emailing Via Azure In .NET Core 2.011/23/2020 4:01:37 AM. In this article, you will learn about emailing Via Azure in .NET Core 2.0.
  • ASP.NET Core 2.0 MVC Model Binding11/23/2020 3:58:38 AM. In a previous post on Routing, I showed how MVC maps URLs to Controller and actions to execute. We touched on the topic of the model binding mechanism through which MVC binds routing template tokens t
  • ASP.NET Core 2.0 MVC Razor11/23/2020 3:25:47 AM. ASP.NET Core MVC middleware will find and execute the Razor template (.cshtml file) when the Controller returns ViewResult. Razor templates use syntax that combine C# and HTML to produce the final HTM
  • ASP.NET Core 2.0 MVC Layout Pages11/23/2020 3:10:53 AM. Layout page is added to the Views/Shared folder and is named (as a convention) _Layout.cshtml. There can be more than one layout pages in your application too.
  • ASP.NET Core 2.0 MVC Partial Views11/23/2020 3:08:35 AM. Partial views are special type of views that are rendered inside other views. They are useful for reusing parts of a view or splitting a large view into smaller components.
  • ASP.NET Core 2.0 MVC View Components11/23/2020 3:03:34 AM. View Components are special types of views that are rendered inside other views. They are useful for reusing parts of a view or splitting a large view into smaller components.
  • ASP.NET Core 2.0 MVC Areas11/23/2020 2:59:29 AM. Razor pages inside Areas folder can use the Layout page located outside it (e.g. in /Views/Shared folder). You can define a separate Layout page for each Area too. Yet another approach is to define a
  • ASP.NET Core 2.0 MVC Tag Helpers11/23/2020 2:51:51 AM. Tag Helpers help generate HTML by attaching attributes to existing HTML elements or by creating new elements. Although they look like HTML elements and attributes, Tag Helpers are processed by Razor (
  • ASP.NET Core 2.0 MVC Custom Tag Helpers11/23/2020 2:49:23 AM. As discussed in the previous post, Tag Helpers help generate HTML by attaching attributes to existing HTML elements or by creating new elements. In this post we’ve created a new tag to display employe
  • ASP.NET Core 2.0 MVC Distributed Cache Tag Helper11/23/2020 2:45:12 AM. Cache and Distributed Cache Tag Helper help improve performance of your application by caching view’s content, either in-memory or in a distributed cache (e.g. Redis). Distributed Cache Tag Helper use
  • ASP.NET Core 2.0 MVC Filters11/20/2020 3:54:39 AM. Filter runs after an action method has been selected to execute. MVC provides built-in filters for things like authorization and caching. Custom filters are very useful to encapsulate reusable code th
  • Passing Parameters To Middleware In ASP.NET Core 2.011/20/2020 3:49:33 AM. I discussed in an earlier post that it is good practice to define middleware in a separate class and add to the pipeline using extension methods. We may also need to pass information to our middleware
  • ASP.NET Core 2.0 Razor Pages11/20/2020 3:45:05 AM. Razor Pages are introduced in ASP.NET Core 2.0 to make building simple web applications quicker and is a good way to play with various ASP.NET Core concepts like Razor, Layout Pages and Tag Helpers et
  • Creating CRUD API In ASP.NET Core 2.011/20/2020 3:38:49 AM. ASP.NET Core gives a unified mechanism for creating MVC and Web API application. The key difference is that Web API will return JSON (or XML) and HTTP status codes instead of views, in order to commun
  • ASP.NET Core 2.0 Secret Manager11/20/2020 3:28:43 AM. I discussed in the previous post how configuration settings can be stored in configuration files. However, these files are checked in the source control and not suitable to store confidential settings
  • Filtering In ASP.NET Core 2.0 Web API11/20/2020 3:23:48 AM. Filtering information is usually received via query parameters. The POCO FilteringParamssimply hold this information and passes to service (or repository).
  • Paging In ASP.NET Core 2.0 Web API11/20/2020 3:18:54 AM. Paging information; i.e., page number and page size, is usually received via query parameters. The POCO PagingParams simply holds this information and passes it to service (or repository).
  • Sorting In ASP.NET Core 2.0 Web API11/20/2020 3:10:52 AM. Sorting information is usually received via query parameters. The POCO SortingParams simply hold this information and passes to service (or repository).
  • Versioning ASP.NET Core 2.0 Web API11/20/2020 12:21:27 AM. As your Web API changes, you would need to add versioning support in order for clients to continue working correctly. Adding versioning support in ASP.NET Core involves first configuring services in S
  • ASP.NET Core 2.0 Web API AND HATEOAS11/20/2020 12:16:32 AM. The idea behind HATEOAS (Hypermedia As The Engine Of Application State) is to transfer links in the resource representations. The sample demonstrates how links can be provided for a collection and ind
  • Handling Concurrency In ASP.NET Core 2.0 Web API11/19/2020 11:50:09 PM. We add a magic value to the response based on data we hold at the time. Usually ETag header is added for this purpose containing hashed value based on data/body of response.
  • ASP.NET Core 2.0 Tag Helper Component11/19/2020 11:45:29 PM. In case you’re wondering if the solution above is missing a Tag Helper for head HTML element, it’s not. ASP.NET Core team has provided us with two built-in Tag Helpers, one targets head and the other
  • Formatters In ASP.NET Core 2.0 Web API11/19/2020 11:33:04 PM. Let us learn about formatters used in ASP.NET Core 2.0 Web API.
  • Documenting ASP.NET Core 2.0 Web API11/19/2020 11:26:12 PM. Documents generated by Swagger can include XML documentation.
  • Consuming ASP.NET Core 2.0 Web API Using HttpClient11/19/2020 11:21:57 PM. We’ll create a library to wrap the functionality of HttpClient. I’ll use builder pattern for this purpose. Add a class with methods for storing parts of HttpClient.
  • Asynchronous Messaging Using ASP.NET Core 2.0 Web API11/19/2020 11:15:45 PM. How to implement asynchronous messaging using ASP.NET Core Web API. Create an empty project and update the Startup class to add services and middleware for MVC.
  • ASP.NET Core 2.0 Identity11/11/2020 12:21:33 AM. In a previous post, I showed how to use cookie authentication middleware to protect your web application. ASP.NET Core also provides a richer set of services, called Identity, to work with user authen
  • ASP.NET Core 2.0 Bearer Authentication11/5/2020 4:54:17 AM. Bearer Tokens (or just Tokens) are commonly used to authenticate Web APIs because they are framework independent, unlike something like Cookie Authentication that is tightly coupled with ASP.NET Core
  • C#.NET - Access OAuth REST Web API Method11/2/2020 6:07:37 AM. This article is about consumption of OAuth token-based authorization for REST Web API methods using C#.NET Console Application.
  • Dynamic Data Grouping using MS Reporting Services11/1/2020 7:58:06 AM. This article shows to generate multiple outputs from a single physical report template using dynamic data grouping.