Shekhar Tarare

Shekhar Tarare @shekhartarare

About: Passionate .NET Developer | Software Engineer | Sharing insights, tips, and tutorials.

Location:
Pune. India
Joined:
Jul 14, 2023

Shekhar Tarare
articles - 39 total

A Simple Guide to Destructuring in JavaScript: Learn with Easy Examples

Introduction JavaScript has a feature called destructuring that allows you to easily...

Learn More 0 0Oct 15 '24

Understanding the Spread Operator in JavaScript: A Simple Guide for Beginners

Introduction JavaScript is a fun programming language, and one of its most exciting...

Learn More 0 0Oct 15 '24

Integrating Stripe Checkout in an ASP.NET Core 8 Application: A Step-by-Step Guide

Introduction In this tutorial, we will walk through the process of integrating Stripe...

Learn More 5 0Jul 6 '24

Creating an Umbraco Backoffice Accessor for Conditional Page Rendering

Introduction Umbraco is a popular CMS that offers extensive customization and security...

Learn More 1 0Jul 6 '24

Securing Your Hangfire Dashboard in ASP.NET Core 8: Adding an Authorization Filter

Introduction In our previous blog post, we explored a step-by-step guide to scheduling API...

Learn More 26 0Jul 6 '24

Step-by-Step Guide to Scheduling API Calls with Hangfire in ASP.NET Core

Introduction In the last blog post, we created a test API in ASP.NET Core NET Core. If you...

Learn More 2 0Jul 6 '24

Creating a Simple ASP.NET Core Web API for Testing Purposes

Introduction ASP.NET Core NET Core is a powerful framework for building web APIs. In this...

Learn More 8 0Jul 5 '24

Create an API in Umbraco in 5 Minutes: A Quick Guide for Developers

Why Create an API in Umbraco? APIs (Application Programming Interfaces) allow different...

Learn More 2 0Jul 5 '24

How to Create a New Umbraco Project: A Step-by-Step Guide

Introduction to Umbraco Umbraco is a highly versatile and user-friendly CMS that allows...

Learn More 5 0Jul 5 '24

Step-by-Step Guide to Reading CSV Files in ASP.NET Core

Introduction Reading and displaying data from a CSV file is a common requirement in web...

Learn More 1 0Jul 5 '24

Resolving the "Length of LOB Data (78862) to be Replicated Exceeds Configured Maximum 65536" Error

Understanding the Error The error indicates that the LOB data size (78862 bytes) exceeds...

Learn More 2 0Jun 7 '24

Troubleshooting “The File Does Not Have an App Associated with It” Error in Visual Studio

Introduction: Visual Studio is a powerful integrated development environment (IDE) used by...

Learn More 2 0May 22 '24

How to Create a Simple Tab Navigation UI with HTML, CSS, and JavaScript

1. Introduction Tab navigation helps organize content on a webpage efficiently, allowing...

Learn More 0 0May 21 '24

Configuring Security Settings in Umbraco: A Comprehensive Guide

Introduction: In today’s digital landscape, ensuring the security of your content...

Learn More 0 0May 17 '24

Streamlining Node Property Data Retrieval in Umbraco: A Quick Guide

Introduction: In Umbraco development, the ability to swiftly retrieve property data is...

Learn More 0 0May 8 '24

How to Print to Browser Console from Razor View Page in ASP.NET MVC

Introduction In an ASP.NET MVC project, communicating with the browser’s console can be...

Learn More 7 0Apr 27 '24

Understanding the Difference Between ref and out Keywords in C#

Introduction In C#, the keywords ref and out are used to pass arguments to methods by...

Learn More 2 2Mar 19 '24

Passing Parameters to Partial Views in ASP.NET MVC

Introduction: Partial views are a powerful feature in ASP.NET MVC that allows you to...

Learn More 4 0Oct 31 '23

Deploying Code from GitLab to IIS via Azure DevOps: A Step-by-Step Guide

Introduction: Welcome back to our Azure DevOps journey! In this blog, we will go through...

Learn More 0 0Oct 29 '23

Fixing “Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)”

Introduction: Encountering the “Login failed for user ‘sa’. (Microsoft SQL Server, Error...

Learn More 8 0Aug 6 '23

How to Trigger Azure DevOps Pipelines from another Pipeline

Introduction: In modern software development, Continuous Integration and Continuous...

Learn More 3 0Jul 28 '23

Simplifying Your HTML Table with an Autocomplete Feature

Introduction: In today’s fast-paced digital world, users expect quick and intuitive...

Learn More 0 0Jul 15 '23

Elevate Your GitHub Profile with a Stunning README

Introduction: In the world of software development, showcasing your skills and projects is...

Learn More 0 0Jul 15 '23

Strengthening Security with Two-Factor Authentication using Google Authenticator in ASP.NET MVC

Introduction: In today’s interconnected digital world, securing user data and...

Learn More 0 0Jul 15 '23

Unleashing the Power of Forms Authentication: Step-by-Step Guide to Securely Implementing it in .NET!

Introduction: In today’s interconnected digital world, securing user data and...

Learn More 0 0Jul 15 '23

10 Outrageously Effective Productivity Hacks to Turn You into a Time Lord!

Introduction: Welcome, fellow warriors of productivity! In this fast-paced,...

Learn More 0 0Jul 15 '23

Implement CAPTCHA on ASP.Net web application

In this article, we are going to discuss about the implementation of CAPTCHA in ASP.Net web...

Learn More 0 0Jul 15 '23

Optimizing Performance in .NET Applications: Best Practices and Techniques

Introduction: In today’s fast-paced digital landscape, application performance plays a...

Learn More 1 0Jul 14 '23

A Step-by-Step Guide to Setting up IIS in Windows

Introduction: Welcome to the digital era, where websites have become an integral part of...

Learn More 11 2Jul 14 '23

Building a Classic ASP File Uploader

Introduction: Uploading files to a server is a common requirement in web development...

Learn More 2 1Jul 14 '23