TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Local
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jeeva Subburaj (2)
Shilpa Tanwar (2)
Maniteja Vegi (2)
Sarathlal Saseendran (2)
Rohatash Kumar (2)
Mark Pelf (2)
Sanwar Ranwa (2)
Md Sarfaraj (2)
Kisorjan Jakathiswaran (2)
Sarthak Varshney (2)
Anupam Maiti (2)
Gunasekaran Palani (1)
Vinoth Xavier (1)
Sangeetha S (1)
Aman Gupta (1)
Kaviya Balasubramanian (1)
Scott Lysle (1)
Satheesh Elumalai (1)
Lakshmanan Sethu Sankaranarayan (1)
Mithilesh Kumar (1)
Vishal Nayan (1)
Allam Purushotham (1)
Uday Dodiya (1)
Sandeep Singh Shekhawat (1)
Vijay Yadav (1)
Vijai Anand Ramalingam (1)
Sandeep Mishra (1)
Gajendra Jangid (1)
Manoj Kulkarni (1)
Aayushi B (1)
Shubhankar Banerjee (1)
Ahmad Mozaffar (1)
Rohol Amin (1)
Pankaj Kumar Choudhary (1)
Allani Saikumar (1)
Sachin Kalia (1)
Vulpes (1)
Suraj Vishwakarma (1)
Abhishek Chadha (1)
Srihari Chinna (1)
Siddharth Gajbhiye (1)
Nishi Kumari (1)
Ankur Mistry (1)
Ramprakash Duraisamy (1)
Abhishek (1)
Rikam Palkar (1)
Abhishek Kumar Ravi (1)
Muhammad Asif (1)
Nigel Fernandes (1)
Sanjay Kumar (1)
Onkar Sharma (1)
Alpesh Maniya (1)
Ankit Rai (1)
Dr Gomathi (1)
Saksham Gupta (1)
Tuhin Paul (1)
Rohit Gupta (1)
Ajay Kumar (1)
George (1)
Keyur (1)
Abhishek Singhal (1)
Tahir Ansari (1)
Harshal Limaye (1)
Jeetendra Gund (1)
Raj Kumar (1)
Umair Hassan (1)
Roshan Patil (1)
Manikandan P (1)
Richa Garg (1)
Omar Maher (1)
Sardar Mudassar Ali Khan (1)
Abhishek Saini (1)
Mahesh Chand (1)
Mahipal Reddy (1)
Mushtaq M A (1)
Amit Mohanty (1)
Slim Hammami (1)
Shriram Pophali (1)
Vijay Pratap Singh (1)
Chris Love (1)
Jay Krishnareddy (1)
Satya Karki (1)
C# Curator (1)
Sudhir Choudhary (1)
S.Ravi Kumar (1)
Yogeshkumar Hadiya (1)
Ishika Tiwari (1)
Ankush Agnihotri (1)
Pushpendra Shukla (1)
Related resources for Local
No resource found
Build an Azure Blob Trigger Function to Compress Images with Sharp
11/12/2024 5:17:35 AM.
This guide walks through creating an Azure Blob Trigger Function that compresses images uploaded to Azure Storage using the Sharp image processing library. It covers setting up Azure Blob Storage, co
Dev Tunnel in Visual Studio Simplifies Local Development
11/5/2024 3:40:41 AM.
Explore the Dev Tunnel feature in Visual Studio 2022, designed to streamline local development and debugging. This powerful tool allows developers to create a secure connection to their remote environ
Learn SharedPreferences in Android
10/22/2024 7:19:52 AM.
SharedPreferences is an Android feature used to store small amounts of data in key-value pairs. It allows apps to save user preferences, settings, and simple data across sessions.
Setting Up Kafka In Local using Docker
9/28/2024 5:01:04 AM.
Apache Kafka is a distributed streaming platform used to build real-time data pipelines and applications. It relies on Zookeeper for managing metadata and broker health.
Change Your Profile's Local Language In SharePoint Online
9/24/2024 9:05:12 AM.
Discover step-by-step instructions for accessing language settings, customizing your profile, and enhancing your user experience. Whether you're looking to improve communication or simply prefer a
Getting an External IP Address Locally using VB.Net
9/20/2024 9:22:02 AM.
This guide covers the essential steps and code snippets for accessing your public IP address from within your VB.Net application, helping you manage network configurations and enhance your programming
Angular Content Localization Using ngx-translate
9/18/2024 4:39:17 AM.
This guide covers setting up ngx-translate, managing translation files, and integrating multilingual support seamlessly into your Angular project to enhance user experience across different languages.
Machine Translation Services: Synchronous and Asynchronous Translation in SharePoint 2013
9/17/2024 10:40:32 AM.
Learn how these approaches can enhance your SharePoint environment, streamline multilingual communication, and improve overall efficiency in document and content management.
Entity Framework In MVC - Part Three
9/12/2024 12:12:57 PM.
This article explains the Code First approach in MVC using Entity Framework. It covers creating a new database from domain classes, reverse engineering an existing database to generate POCO classes, a
Build a Smart Private Chatbot with Semantic Kernel and APIs
9/12/2024 4:23:50 AM.
This guide covers integrating advanced NLP techniques and machine learning to create a secure, efficient, and customizable AI chatbot with robust data privacy.
What are Temporary Tables in SQL Server?
9/5/2024 7:19:46 AM.
Temporary tables in SQL Server, stored in tempdb, assist with short-term data management. They come in Local (scope limited to current connection, prefixed with "#") and Global (accessible t
Change Date Time Field Behavior in Dynamics 365 to User Local
8/29/2024 8:52:09 AM.
This guide covers step-by-step instructions for configuring date and time settings to align with user-specific time zones, ensuring accurate and relevant time data for your CRM.
Learn LocalStorage In JavaScript
8/28/2024 9:17:13 AM.
LocalStorage is a JavaScript feature that allows developers to store key-value pairs in a user's browser, persisting data even after the browser is closed. It's ideal for saving user preferenc
Harnessing the Power of Function Calling with Local LLMs using Ollama
8/25/2024 11:45:29 AM.
Function calling with Local LLM (Ollama) using C# Semantic Kernel.
Func, Action And Local Function In C# 7
8/9/2024 12:03:08 PM.
This article covers using Func, Action, and local functions in C# 7. It explains how Func returns a value, Action does not, and how local functions can be defined within other methods. Examples includ
How to Implement Localization in Next.js?
8/5/2024 4:00:36 AM.
. This guide covers the basics of internationalization (i18n), setting up Next.js for multiple languages, managing translations, and dynamically rendering content based on the user's language pref
Understanding ngrok: Secure Tunneling to Localhost
7/25/2024 7:07:49 AM.
Learn how ngrok creates a secure, public URL for your local server, facilitating remote access and testing. Ideal for web development and debugging, ngrok bridges the gap between local and public envi
What is Incremental Static Regeneration (ISR) in Next Js.?
7/22/2024 6:13:17 AM.
"Incremental Static Regeneration (ISR) in Next.js combines static site generation with server-side rendering, allowing pages to be updated after the initial build. It uses getStaticProps with a r
How to connect to MongoDB locally using .NET console application
7/10/2024 11:04:23 AM.
Learn how to establish a local connection to MongoDB using a .NET console application. This tutorial guides you through setting up MongoDB, configuring your .NET environment, writing code to connect t
Global Reach with Localization of Microsoft Copilot
7/3/2024 11:04:07 AM.
Discover its impact on multilingual AI adoption, enhancing user experience across diverse languages and cultures. Learn about Microsoft's approach to internationalization and the seamless integrat
Internationalization (i18n) and Localization in Angular with .NET Core
6/27/2024 9:52:47 AM.
Explore the process of implementing Internationalization (i18n) and Localization in Angular applications integrated with the .NET Core backend. Learn to support multiple languages, manage translations
Exposing Local Web Server To Internet Using Ngrok
6/21/2024 10:05:05 AM.
Learn how to expose a local web server to the internet using Ngrok. Ngrok allows seamless testing and debugging by creating tunnels that support HTTPS for local applications. This tool is invaluable f
Local And Global Variables In Power Apps
6/20/2024 6:44:06 AM.
Local variables are temporary and screen-specific, declared using the UpdateContext function (e.g., UpdateContext({LocalVariableName: Value})). Global variables, declared with the Set function (e.g.,
How to Deploy an Avalanche Subnet Locally with Avalanche CLI
6/14/2024 10:04:41 AM.
Learn how to build and deploy a subnet on a local network using Avalanche CLI and GitHub Codespaces. This guide covers setup, configuration, and connecting your wallet easily.
Localize Your Blazor Applications and Build UIs to Support Multiple Langauges Without JS
6/7/2024 10:36:26 AM.
In this article, learn how to develop Blazor applications that support more than 69 languages with a Nuget package and online translator tool for your content.
How to Create and Use Local NuGet Package in Dot Net
5/20/2024 11:02:15 AM.
NuGet is the package manager for dot net. Developers can create, share, and consume essential dot net libraries. NuGet client tools provide the ability to produce and consume these libraries as packag
Implicitly Typed Local Variable In .NET
5/16/2024 9:30:48 AM.
Implicitly Typed Local Variables in .NET allow declaration without specifying the variable's data type explicitly, enhancing code readability and reducing verbosity, improving developer productivi
Azurite emulator for Local Azure Storage Development
5/7/2024 4:19:16 AM.
Docker simplifies running applications locally with a vast image library. Utilize the Azure Storage emulator image to set up services effortlessly via Docker Compose and YAML configurations, ensuring
Local and Global Temporary Tables in SQL Server
5/6/2024 11:21:50 AM.
Learn about temporary tables in SQL Server. Explore the differences between local and global temporary tables, their scope, and usage. Understand how temporary tables provide session-specific data sto
Thread- Local Storage of Data in .NET
5/1/2024 11:07:55 AM.
Suppose you're writing a multi-threaded application and you want each thread to have its own copy of some data. You also want this data to persist throughout the lifetime of the thread.
Learn Local and Global Temporary Tables in SQL Server
5/1/2024 7:11:09 AM.
Temporary tables in SQL Server provide a way to store and process intermediate results within a session. There are two types of temporary tables: local temporary tables and global temporary tables.
Azure Logic App Standard Development in Visual Studio Code
4/25/2024 9:59:58 AM.
Learn how to set up a local environment for Azure Standard Logic App Development using Visual Studio Code. Follow steps to install required extensions, create a new project, add workflows, configure
Client-Side Data Storage: Local & Session Storage in JavaScript
4/24/2024 6:10:08 AM.
This Article describes how to store data on the client side and the difference between local storage and session storage and their methods.
HTML5 and ASP.Net Client-Side Caching Techniques
4/11/2024 6:07:17 AM.
HTML5 and ASP.Net Client-Side Caching Techniques refer to strategies employed in web development to enhance performance and user experience by storing resources locally on the client-side.
Localization In Blazor Server With .NET Core 3.1
4/10/2024 10:40:11 AM.
In this post, we will see how to implement localization in a Blazor server app. We will create an Employee app with all CRUD actions and create localization resource files for English and Malayalam cu
How To Get Localized Number Format Based On Country Using Angular 8
4/8/2024 9:17:00 AM.
I have seen many users get confused about how different countries use different formats to display number format according to their country code. Most of the countries use "dot notation" as
Creating Various Types of Tables in SQL Server
4/3/2024 9:42:53 AM.
Learn about SQL Server tables like User, Temporary, Global; understand creation methods, differences between temporary and regular tables, storage locations, and utilization of table variables. Exampl
Multilingual Application with single Resx file - Forms Validation Strings
4/1/2024 9:37:01 AM.
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring sea
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
4/1/2024 7:24:18 AM.
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
How to Implement DateTime Localization in Vue.js
3/29/2024 6:53:35 AM.
DateTime localization in Vue.js customizes date and time displays to users' language and region preferences. Utilizing Intl.DateTimeFormat API, developers format dates dynamically for personalized
How Do You Implement Number Localization in Vue.js
3/28/2024 6:16:08 AM.
In Vue.js applications, number localization ensures numerical data aligns with users' language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format number
Application Insights In MVC Core, Web API Core And Entity Framework Core
3/27/2024 9:33:36 AM.
Learn to set up Application Insights SDK in Visual Studio 2019 for local diagnostics. Configure telemetry collection, view dashboard, apply filters, analyze logs, and monitor performance. Enhance deb
Creating LocalLibrary Models for Admin Panel Design
3/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
How To Clone An Existing Git Repo In Azure Repos
3/26/2024 6:40:22 AM.
Learn how to clone an existing Git repository in Azure DevOps for collaborative work. Follow step-by-step instructions to create a local copy, make changes, and sync with the team. Enhance your under
How to Use Multilingual Language in Canvas PowerApps
3/20/2024 12:03:27 PM.
Discover how to implement multilingual language support in Canvas PowerApps effortlessly. Utilize language resource files and dynamic text switching for seamless localization. Enhance user experience
Local Authentication Using Node.js
3/11/2024 9:26:51 AM.
Authentication means validating your credentials like username and password to confirm your identity. The system or application confirms that you are the true user for accessing the private or confide
How to use Local Storage in Blazor
3/6/2024 6:53:42 AM.
Local storage provides a convenient way to store data locally in the browser, offering persistence data across sessions and page refreshes. Lets explore how to effectively utilise local storage in you
Create Local FTP on Your Computer
3/1/2024 11:08:54 AM.
Setting up a local FTP server on your computer involves configuring file transfer protocol for efficient data exchange within your network. Through server setup and network configuration, users can se
Azure DevOps: Integrate Key Vault Secrets with Local Self-Hosted Agent
2/29/2024 10:29:13 AM.
Learn how to integrate Azure Key Vault secrets into Azure Pipelines for secure CI/CD processes using Self-hosted Local Agents. The comprehensive guide covers Azure DevOps setup, Key Vault management,
Access Website Hosted In IIS On Windows 10 From Any PC On LAN
2/27/2024 10:46:46 AM.
In this article, Learn how to access a website hosted on IIS in Windows 10 from any PC on your LAN. Configure network settings, ensure proper IIS setup and access the site seamlessly across your local
Localization In Blazor App Using Microsoft.JSInterop
2/25/2024 8:23:25 AM.
We will see how to achieve localization in Blazor app using Microsoft.JSInterop API. In this article we will see how to achieve localization in Blazor app using Microsoft.JSInterop API.
How to Install WAMP Server on Windows 8.1
2/23/2024 9:10:02 AM.
This article provides a step-by-step guide on how to install WAMP Server on Windows 8.1, addressing common issues such as the 403 forbidden error.
How To Install WAMP Server On Windows 10
2/22/2024 11:55:16 AM.
Installing WAMP Server on Windows 10 provides a local development environment for web projects. It integrates Apache, MySQL, and PHP, enabling seamless testing and deployment. Once installed, you can
Adding Multi-Language Support to Flutter Apps
2/22/2024 10:48:13 AM.
In this article, you will learn how to add multi-language support to your Flutter app. You will explore the steps for setting up language assets, creating language files, and implementing the necessar
Local Temp Tables, Global Temp Tables, Table Variables, and CTEs Comparison
2/12/2024 9:53:11 AM.
In SQL database management, optimizing data storage is vital for efficient query execution. Local and global temporary tables, table variables, and CTEs are versatile options for temporary data storag
Local Storage System In the Angular
2/2/2024 6:51:03 AM.
Learn how to use Locostorage in Angular for efficient data storage. Create components, add a dropdown or button, and manage data in the localStorage with step-by-step instructions.
Get Data from Comma Separated Value (CSV) Files
1/29/2024 10:43:40 AM.
Comma separated value files, often known as a CSV, are simple text files with rows of data where each value is separated by a comma. We will see how to import CSV data in Power BI.
Run Azure Pipelines using Local Server
1/22/2024 5:38:29 AM.
This article describes the process to run Azure Pipelines from local machine and followed by a small demo using Power Platform Task.
TypeScript Odyssey Through Global, Local, and Block Scopes
1/20/2024 11:06:49 AM.
JavaScript scope is a fundamental concept that defines the region of execution where variables, expressions, and values can be referenced. There are two main scopes in JavaScript: global and local.
Setting Up Python Locally
1/8/2024 7:16:43 AM.
Throughout this article, we will delve into the process of acquiring a suitable Python installer and subsequently executing the installation on your local machine using said installer.
How to Remove Unwanted Branches from Local Using Git Bash
1/5/2024 5:43:02 AM.
In this article, I will explain how you can remove all the unwanted branches from your local, which do not exist remotely.
Localization in .NET Core Web API
1/2/2024 6:23:52 AM.
This article on Localization in .NET Core Web API. Learn why it matters, set up localization, create resource files, and implement practices for inclusive user experiences worldwide.
Source Control (7), GitLab Access (Setup Connection And Clone To Local)
12/8/2023 4:48:38 AM.
This article will discuss GitLab access: setup connection and clone to local.
Dealing with Date and Time in Humanizer in C#
12/1/2023 10:57:45 AM.
Learn how to handle date and time in a user-friendly way in C# projects using Humanizer. Covering DateTime and TimeSpan humanization with customization options and real-world use cases for improved us
Preferences DataStore In Android
11/12/2023 10:52:11 AM.
In this article, you will learn about Preferences DataStore in android. Your article provides a clear and detailed explanation of using Preferences DataStore in Android, along with a practical example
Cookie vs. Session vs. Local Storage
11/6/2023 6:07:18 AM.
cookies are small pieces of data stored in a user's browser, often used for limited-size, temporary information like session tokens and user preferences. Session storage, on the other hand, serves
How to Delete a Git Branch - Locally and Remotely
11/2/2023 8:15:17 AM.
In this article, we'll explore the steps to delete a branch in Git, both locally and remotely.
New Features of Rust 1.73
11/2/2023 7:18:05 AM.
Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make R
C# 8.0 New Feature - Using Declarations And Static Local Functions
10/23/2023 9:37:25 AM.
In this article, we are going to learn a new feature of C# 8.0 - Using declarations and Static local functions with examples.
How To Enable SSL In Visual Studio
10/11/2023 6:24:51 AM.
In this article, you will learn how to enable SSL in Visual Studio.
How To Create Windows Local User Account Using C#
9/17/2023 10:26:19 PM.
Here, we are going to learn to make a Windows local user account using C#. Here we are going to make a c-sharp console application and write code in it to make user accounts via C#.
Types Of Classes And Their Characteristics
9/15/2023 6:38:29 AM.
In this article, you will learn about the types of classes and their characteristics.
How to Publish Web Applications in Internet Information Services(IIS)
9/8/2023 6:00:28 AM.
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 wit
Get All Time Zones On Local System In C#
9/6/2023 5:52:53 AM.
In this article, I will explain how to get all time zones and their details on a local machine using C#.
Local Functions In C# 7.0
9/6/2023 4:50:38 AM.
Local Functions were introduced in C# 7.0 as a feature to define functions within the body of another method or function, typically within a containing method or a lambda expression. These local funct
Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example
9/4/2023 5:07:18 AM.
Implementing localization and globalization in an ASP.NET Core Web API involves configuring the application to support multiple languages and cultures, and then using resource files to provide transla
Utilizing Browser Cache and Cookies in React.js Applications
9/2/2023 7:31:40 AM.
Here in this article we will learn how to implement browser cache and cookies for react js application.
C# Ref Returns
8/17/2023 11:48:03 AM.
Ref returns were introduced in C# 7.0. Learn how to use ref returns in C#.
How To Use Indexed DB To Improve Page Load Performance
8/9/2023 10:59:49 AM.
Indexed DB is a local storage system, which will store data in client-side on browser. This is useful for applications that require us to store large amounts of data. These applications can run more e
What Is Local Disk Storage?
8/1/2023 7:00:11 AM.
Local disk storage refers to the process of storing data on physical storage devices directly attached to a computer or server. These devices are typically referred to as hard disk drives (HDDs) or so
React Native AsyncStorage: A Guide to Storing and Managing Local Data
7/28/2023 6:31:42 AM.
When we are building a mobile application, we often need to store data locally for easy access. In React Native, AsyncStorage is a dependency that allows us to store data on our device.
How to run a PHP code using XAMPP Server
6/19/2023 5:55:23 AM.
The most commonly used web-backend programming language is PHP. A PHP script can be executed through a web server module. Installing a web server like Apache and a database server like MySQL is requir
Localization in .NET MAUI
6/15/2023 8:18:48 AM.
Localization in .NET MAUI
Types of Temporary Tables in SQL Server
6/9/2023 10:00:56 AM.
The concept of temporary tables in SQL Server, their advantages, and types.
Localize your .NET MAUI application
6/1/2023 7:11:10 AM.
Power Pages - Dynamic execution of long FetchXML without $batch
5/17/2023 9:52:33 AM.
Dynamic execution of long FetchXML without $batch
Copy Azure Database To Local Server In SSMS 19
4/11/2023 9:18:22 AM.
In this article, I will explain how you can copy your azure cloud database into your local server using SQL Server Management Studio 19. SSMS provides us export data tier option to copy the database.
The Developer's Toolkit: Using localhost and a CDN for Staging and Testing
3/24/2023 12:27:44 PM.
Boost your web development game with HTTPS, localhost, and a unique CDN domain! Learn the best practices for securing your APIs, simplifying your development process, and optimizing your website's
Using Localstorage To Cache Data In Blazor Applications
3/19/2023 10:22:36 PM.
In this article, we are going to learn how to implement local storage in Blazor
How to Create and Test NuGet Package Locally in Visual Studio 2022
3/17/2023 10:24:21 AM.
This article describes how we can create a NuGet package using Visual Studio and configure the NuGet manager for local testing before publishing it to nuget.org. Additionally guides for developers to
What is the difference between local and global variables in javascript?
3/15/2023 12:54:08 AM.
Learn about the difference between local and global variables in javascript and when to use one over the other.
Global and Local Variable in JavaScript
3/15/2023 12:44:53 AM.
In this article, learn about global and local variables in JavaScript.
Localizing Xamarin.Forms With Hindi Language
2/17/2023 1:02:09 PM.
In this article, you will learn about Localizing Xamarin.Forms with the Hindi Language.
Simple Todo App In Angular With Local Storage
2/17/2023 10:38:49 AM.
In this article, we are going to create a simple Todo application in angular using local storage. In this app, we will give functionality like adding Tasks, Mark Task Complete, and Deleting single or
How To Install Ghost CMS Locally On Windows
2/10/2023 10:41:11 AM.
In this article, we will learn how to install Ghost CMS in the local windows system.
How To Setup And Install PostgreSQL Database Locally
1/25/2023 6:57:38 AM.
This article demonstrates step by step approach on how to install and setup PostgreSQL db locally on windows machine.
Globalization And Localization In .NET Core
1/17/2023 11:28:50 AM.
In this article, you will learn about Globalization and localization (Multilingual Applications) in ASP.NET Core.
Setup And Run Angular 15 App Locally From VS Code
1/10/2023 7:33:03 AM.
In this article, you will learn how to setup and running Angular 15 App Locally from VS Code.
State Management In Blazor
1/7/2023 3:31:28 PM.
We will talk about the state management features that Blazor offers in this article. .NET 6 will be the target platform for this application's design, and Visual Studio 2022 will be used to write
Temporary Tables in SQL Server
12/30/2022 1:14:26 AM.
In this article, I am going to give a quick overview of temporary tables in SQL Server. local temporary table, global temporary table, drop temporary table.