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 Zone
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anubhav Chaudhary (18)
Mahesh Chand (10)
Jean Paul (3)
Richa Garg (2)
Moses Soliman (2)
Allam Purushotham (1)
Gurpreet Arora (1)
Shanuka Maheshwaran (1)
Vignesh Kumar (1)
Prashanth Chindam (1)
Jithu Thomas (1)
Navneet Cheema (1)
Ziggy Rafiq (1)
Sifad Hussain (1)
Lokesh Varman (1)
Najath Risni (1)
Lakshmi V (1)
Chethan N (1)
Mohomed Shihan (1)
Simran Verma (1)
Shivam Payasi (1)
Pavankumar (1)
Koshila Senadhira (1)
Viknaraj Manogararajah (1)
Sarthak Varshney (1)
Jay Pankhaniya (1)
CSharp TV (1)
Rajendran S (1)
Sanjay Makwana (1)
Habibur Rony (1)
Kunj Sangani (1)
Sandhya Shinde (1)
Ram Prasad M (1)
Prashant Kumbhar (1)
Kartik Kumar (1)
Venkatesan Jayakantham (1)
Onkar Sharma (1)
Prabhakar Maurya (1)
Shubham Srivastava (1)
Sanwar Ranwa (1)
Praveen Alwar (1)
Mahender Pal (1)
Gowtham K (1)
Saravanan Ponnusamy (1)
Manpreet Singh (1)
Prasanna Murali (1)
Debendra Dash (1)
Sibeesh Venu (1)
Kuppurasu Nagaraj (1)
Sivaraman Dhamodaran (1)
Ragunath V (1)
Gagan Sharma (1)
Ranjan Dailata (1)
Ajith Mohan (1)
Jignesh Trivedi (1)
Chandradev Sah (1)
Vinod Kumar (1)
Destin Joy (1)
Munir Shaikh (1)
Amit Anajwala (1)
Muralidharan Deenathayalan (1)
Amit Choudhary (1)
John Charles Olamendy (1)
K S Ganesh (1)
Related resources for Zone
No resource found
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.
Shifting to Zoneless in Angular 18
7/25/2024 12:09:34 PM.
In this article, we will discover how to optimize your Angular applications for better efficiency and streamlined asynchronous operations, leveraging the latest framework advancements.
How to Deploy and Configure Azure Public DNS Zones
7/9/2024 12:36:26 AM.
Learn step-by-step how to effectively deploy and configure Azure Public DNS Zones in this comprehensive guide. Explore Azure Portal navigation, DNS zone creation, record management, integration with A
Getting Particular Timezones Current Date Time in SQL Server
6/12/2024 5:53:14 AM.
To retrieve the current date and time for specific time zones in SQL Server, use the query SELECT * FROM sys.time_zone_info. This query returns information about supported time zones, including their
Web Parts in ASP.Net
5/30/2024 11:37:28 AM.
Develop ASP.NET web application using WebParts for dynamic content management. Design form with controls like DropDownList, WebPartZone, CatalogZone, EditorZone. Customize layout, appearance, properti
Web Access Failed Error
5/29/2024 7:29:30 AM.
Encounter HTTP Error 404 when creating a web application in Visual Studio .NET on Windows Server 2003 with IIS 6.0 due to .tmp file blockage. Resolve by adding a .tmp MIME type in IIS: Control Panel &
The Built-in Date Object in JavaScript
4/29/2024 5:11:25 AM.
JavaScript's Date object simplifies date and time handling in applications. Learn how to create, manipulate, format dates, handle timezones, and perform operations for dynamic web experiences.
What Is EFS And How To Mount EFS On AWS EC2 Instances
4/23/2024 10:03:01 AM.
Discover Amazon EFS, a versatile NFS file system for AWS services. Master the process of mounting EFS on EC2 instances across availability zones, ensuring seamless data access and scalability for dive
Best Practices for Working with DateTime, UTC, and Offset in C#
4/9/2024 5:50:01 PM.
Discover best practices for handling DateTime, UTC, and Offset in C# with expert insights from Ziggy Rafiq, ensuring efficient time management in your applications Learn best practices, tips, and cod
Creating DNS Zones and Changing Name Servers from Public DNS
4/8/2024 10:40:25 AM.
This comprehensive guide walks you through the fundamentals of DNS zones, setting up Azure DNS, and integrating it with popular domain registrars like GoDaddy. With Azure DNS Zones, you can optimize y
Understanding the Temporal Dead Zone (TDZ) in JavaScript
3/30/2024 8:07:35 AM.
The Temporal Dead Zone (TDZ) refers to a specific period during JavaScript code execution where variables declared with let and const keywords are inaccessible. This zone exists between the start of t
How to Do Zone Transfer in Windows Server
3/1/2024 9:40:24 AM.
Zone transfer is a crucial process for synchronizing DNS zone data across multiple servers, ensuring all DNS servers responsible for a domain remain updated with the latest information. By following
Difference Between UNION and UNION All (SQL Server)?
2/12/2024 11:55:50 AM.
UNION merges and filters out duplicates from various SELECT queries, whereas UNION ALL combines them without eliminating duplicates, providing quicker results but retaining all rows, including duplica
Getting Started With NodaTime
12/8/2023 10:09:56 AM.
Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
Azure Landing Zone Review Assessment
10/3/2023 8:38:11 AM.
Azure Landing Zone is a set of guidelines, best practices, and resources provided by Microsoft Azure to help organizations set up an environment for successful adoption of Azure services. It's ess
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#.
Dealing With Time Zones Using TimeZoneInfo In C#
9/6/2023 5:13:30 AM.
In this article, I will explain how to perform various time zone related operations using TimeZoneInfo class in C#.
How To Use TIME Functions In MySQL
5/3/2023 5:05:40 PM.
In this article, you will learn how to use TIME functions in MySQL.
Concept Of Hoisting And TDZ(Temporal Dead Zone)
4/20/2023 7:03:48 AM.
In this article, I'm going to Explain, how Hoisting and TDZ work in js
Azure Landing Zone
4/4/2023 6:31:09 AM.
In this article, you will learn about Azure Landing Zone.
Creating Public DNS Zone In Azure
10/27/2022 7:46:57 AM.
In this article, we will learn how to create an Azure DNS and how to register the Azure DNS name server to the external domain providers.
Deploying Auto Registration For Azure DNS
7/21/2022 8:09:05 PM.
In this article, you will learn how to deploy Auto Registration for Azure DNS.
About VMware Horizone, Virtual Desktops And Apps Enable
7/19/2022 8:54:37 PM.
In this article, you will learn about Virtual Desktops and Apps Enable Anywhere, Anytime Access.
C# DateTime Conversion With Specific TimeZone
1/20/2022 4:21:51 PM.
Here, in this article we have shared some functions which works with the dynamic time. in short the application will work as per your device timezone.
Angular Performance tuning with Zone-Flags - Angular Virtual Conference 2021
5/31/2021 4:26:07 PM.
This session in Angular Virtual Conference 2021 is about Angular Performance tuning with Zone-Flags.
How To Convert UTC Date To Any Given Timezone Name Date In SQL Server
5/16/2021 12:32:11 PM.
In this article, you will learn how to convert the UTC Datetime to any timezone using SQL.
How To Display Value Of Date Time Column In SPFx Web Part
2/1/2021 4:04:38 PM.
In this article, we will learn how we should display the value of the date-time column in SPFx web parts.
Integrating Vue.js V4 In ASP.NET Core 3.1 MVC And File Uploading Using Dropzone
1/6/2021 5:07:01 AM.
In this article, you will learn how to integrate Vue.js V4 in ASP.NET Core 3.1 MVC & File Uploading using Dropzone.
Working With Timezone In SPFx
9/21/2020 8:16:26 AM.
This article will help us develop a system with multiple timezones in SPFx.
Change Detection Technique And Directives In Angular
8/24/2020 7:20:22 AM.
In this article, we are going to explore how Angular detects the changes and updates it in the application at respective places. Also we are going to discuss about directives in angular.
Convert DateTime Field's UTC Value To The Correct Time Zone In An SPFx Webpart
8/4/2020 9:24:50 AM.
This Article explains how the DateTime field values are displayed in the correct time zone based on the User's and Site's regional settings. And provides the code snippet to easily convert the
Microsoft Azure Availability Set And Availability Zone 🧐
3/16/2020 9:30:30 AM.
In this article you will learn what is Microsoft Azure Availability Set and Availability Zone
How To Change Your Timezone In Windows 10
1/13/2020 5:44:11 AM.
In this article, you will learn how to change your timezone in Windows 10.
Add Clock To The Existing Clock In Windows 10
1/9/2020 5:45:57 AM.
In this article you will learn how to add clock to the existing clock in Windows 10.
How To Add Multiiple Time Zone Clocks In Windows 10
1/2/2020 10:06:50 AM.
In this tutorial, I have discussed how to set-up and see multiple time zone clocks in Windows 10.
How to Change Time Zone in Windows 8
12/20/2019 3:26:13 AM.
In this article we are explaining how to change date and time zone in Windows 8.
Multi-Time Zone Clock in Windows 8
12/3/2019 11:58:03 PM.
The Windows 8 operating system has the ability to show multiple clocks with two different time zones.
System.Windows.Xps.Packaging Reference Missing
10/24/2019 4:04:51 AM.
If you need to use XpsDocument class in your WPF project, you must add reference to System.Windows.Xps.Packaging namespace.
Get Current Time Zone In C#
8/21/2019 7:07:26 PM.
Here is code example of how to get current time zone using C# TimeZone class.
Integration of Dropzone In Angular 7 Application
5/8/2019 11:02:49 AM.
In this article, we will explore the process of integration of the Dropzone library in an Angular application.
Understanding WEBPARTS in ASP.NET 2.0: Part I
1/17/2019 4:31:34 AM.
In this article I am going to discuss about WEB PARTS in ASP.NET 2.0, and the most exciting feature of ASP.NET 2.0.
Datetime Zone Issue In Liquid - Dynamics 365 Portal
11/30/2018 2:44:55 PM.
This article is about the date time format and zone issue in Dynamics 365 Portal. Dynamics 365 CE store date time in UTC format in CRM DB and when you will display date field on Dynamics 365 Portals i
Adding Domain Name To Azure VM Using DNS Zone
6/2/2018 1:37:48 PM.
This article tells you how to set up a custom domain name for the Azure VM using DNS Zone. DNS zone in azure is basically used to host the DNS record, to host our domain name in Azure DNS, we need to
To Overcome "HTTP Error 404.3 Not Found" Error While Playing Videos In ASP.NET
8/18/2017 1:28:16 AM.
To Overcome “HTTP Error 404.3 - Not Found THE PAGE YOU ARE REQUESTING CANNOT BE SERVED BECAUSE OF THE EXTENSION CONFIGURATION. IF THE PAGE IS A SCRIPT, ADD A HANDLER. IF THE FILE SHOULD BE DOWNLOADED,
Configure Cross Firewall Access Zone In SharePoint 2013 Central Administration
2/16/2017 10:52:03 AM.
In this article, we will see how to configure cross Firewall access zone in SharePoint 2013 Central Admin.
Working On DNS Zone Using Azure
9/19/2016 3:11:00 PM.
In this article, you will learn how to create DNS Zone using Azure.
ASP.NET MVC Drag and Drop Multiple Image Upload Using DropZone
7/21/2016 12:58:05 PM.
In this article, you will learn how to upload multiple images to the Server by dragging and dropping.
Creating Time Zone Calculator Using jQuery & Google API
7/5/2016 12:39:15 PM.
In this article, you will learn about Time Zone Calculator.
How To Create A DNS Zone In Azure
4/11/2016 10:46:51 AM.
In this article you will create a DNS zone using the Azure portal.
Code access security - Security zones
1/11/2016 9:41:48 AM.
This video shows how you can examine security permission sets for given security zone
Ajax Calender With Timezone
11/25/2015 1:44:08 AM.
In this article, i will explain how to use ajaxControlToolkit:CalendarExtender with specific TimeZone and to override local Timezone.
Convert Local Time From Other Time Zones In SQL Server
11/23/2015 6:15:46 AM.
This article consists of examples to resolve issues related to find out time as per different time zones and basic time related functions.
Android Wear Watch Face Design And Development
10/17/2015 3:16:00 PM.
In this article, I will be walking you through android wear watch face design and development.
Create Your Own DROPZONE (Drag and Drop File Uploads)
9/11/2015 12:10:50 AM.
Here you can learn how to upload a file to a server by just drag and drop in ASP.NET.
Dealing With Timezones in SSRS Reports
4/9/2015 9:58:23 PM.
In this article you will learn how to deal with timezones in SSRS Reports.
How to Add URL to Trusted Zone in IE
11/20/2014 8:30:23 PM.
In this article you will learn how to add an URL to a Trusted Zone in IE.
Configure App Catalog in Sharepoint 2013
8/7/2014 11:22:22 AM.
An App Catalog is the page from where users can choose new apps; there are paid and free apps available. But, the App Catalog does not come pre-configured. We need to do 10-30 minutes of activities to configure it, depending on the farm complexity.
How to View When a Zone Can Start Scavenging of Stale Resource Records
6/15/2013 3:10:22 PM.
In this article you will learn how to view when a Zone can start Scavenging of Stale Resource Records.
How to Enable Automatic Scavenging of Stale Records
6/14/2013 5:16:13 PM.
In this article you will learn how to enable Automatic Scavenging of Stale Records.
How to Apply Only Secure Dynamic Updates to the Forward Lookup Zone
6/13/2013 4:00:13 PM.
In this Article you will learn about How to Apply Only Secure Dynamic Updates to the Forward Lookup Zone.
How to Modify Security For the Active Directory-Integrated Zone
6/12/2013 8:28:35 PM.
In this article you will learn how to modify security for the Active Directory-Integrated Zone.
How to Add an Alias (CNAME) Resource Record to a Zone
6/11/2013 10:31:07 PM.
In this article you will learn how to add an Alias (CNAME) Resource Record to a Zone.
How to Add Mail Exchanger Resource Record to a Zone
6/10/2013 6:13:53 PM.
In this Article you will learn about How to Add Mail Exchanger Resource Record to a Zone.
How to Create and Manage Notify List For a Zone
6/8/2013 8:19:42 PM.
In this article you will learn how to create and manage a Notify List for a Zone.
How to Create a Zone Delegation in Forward Lookup Zone
6/8/2013 7:13:49 PM.
In this Article you will learn about How to Create a Zone Delegation in Forward Lookup Zone.
Providing Refresh, Retry and Expire Interval For a Zone
6/7/2013 11:41:35 AM.
In this Article you will learn about How to Provide Refresh, Retry and Expire Interval for a Zone.
How to Modify Zone Transfer Settings Using Windows Interface
6/6/2013 3:16:58 PM.
In this article you will learn how to modify the Zone Transfer Settings using the Windows interface.
How to Specify Other DNS Server as Authoritative For a Zone
6/6/2013 3:04:20 PM.
In this Article you will learn about How to Specify other DNS Server as Authoritative for a Zone.
How to Add a Resource Record to a Zone Using Windows Interface
6/4/2013 4:34:03 PM.
In this article you will learn how to add a Resource Record to a Zone using the Windows interface in Windows Server 2012.
How to Change the Zone Type Using Windows Interface in Windows Server 2012
6/4/2013 4:28:25 PM.
In this article you will learn how to change the Zone Type using the Windows interface in Windows Server 2012.
How to Create a Stub Zone in Windows Server 2012
6/3/2013 6:46:13 PM.
In this article you will learn how to create a Stub Zone in Windows Server 2012.
How to Create Secondary Zone in Windows Server 2012
6/3/2013 6:35:20 PM.
In this article you will learn how to create a Secondary Zone in Windows Server 2012.
Time Zone Function in PHP
5/31/2013 4:48:51 PM.
In this article I will explain two important time zone function date default timezone get and date default timezone set in PHP.
How to Configure the DNS Reverse Lookup Zone
5/16/2013 4:47:07 PM.
In this Article you will learn about How to Configure the DNS Reverse Lookup Zone.
Using DNS Server to Add New Zone and New Host in Windows Server 2012:Part 2
3/2/2013 1:29:07 PM.
In this article you will learn what changes are required for your browser so that it can support the New Zones and New Host made in Forward and Backward Lookup Zones.
Using DNS Server to Add New Host and New Zones in Windows Server 2012.
3/1/2013 5:34:18 PM.
In today's article you will learn how to use DNS Server to add New Zones and New Host in Windows Server 2012.
Configure Office Web Apps For SharePoint 2013: Part II
2/14/2013 5:26:34 PM.
This article is a continuation of the deployment procedures that are described in my previous article Configure Office Web apps for SharePoint 2013 Part I.
WebParts Communication: How WebParts on a page communicate with each other
11/10/2012 9:59:54 AM.
In this tutorial we will describe how to make WebParts on a WebParts Page communicate with each other. So will see how to use ConnectionsZone and how to enable WebParts to talk to each other by connecting them.
ASP.Net User Control as Web Parts
10/13/2012 4:24:54 AM.
In this article I would like to give answers to some of the terms and also given some steps to deploy the web part.
Building WebParts in ASP .Net 2.0
10/13/2012 2:02:07 AM.
Web Parts is a framework built into ASP.NET 2.0 for building highly customizable portal-style pages. End users can customize Web Parts pages by changing the page layout, adding and removing Web Parts, editing Web Parts properties, establishing connections between Web Parts, and more. I would like to share how to build web parts in ASP .Net 2.0. I am providing the source code of application as well.
Working with WebParts Page, WebPart Zones & WebParts
10/4/2012 10:01:59 AM.
This tutorial considered to be the second part of the first tutorial "Creating a Simple WebPart Page and use WebServer controls as WebParts". Here we will see how can we remove and add WebParts during run time, adding personalizable properties to your WebParts and modifying there values also in run time.
HTTP:/1.1 500 Internal Server Error
9/30/2012 4:13:56 AM.
If you are running two versions of ASP.NET, you may get HTTP:/1.1 500 Internal Server Error when creating a new Web project or opening an existing Web project in Visual Studio.
Aspnet_wp.exe was recycled error
9/30/2012 4:06:57 AM.
Occasionally, slow writes to a client cause Aspnet_wp to recycle on false deadlocks, which generates this error in event log.
Concurrency violation: the UpdateCommand affected 0 records.
9/30/2012 4:06:02 AM.
When you use a DataAdapter object to write changes back to a database by means of a stored procedure, you may receive the following error message: Additional information: Concurrency violation: the UpdateCommand affected 0 records.
Invalid FORMATETC structure Error
9/30/2012 3:52:27 AM.
This tip shows how to fix Invalid FORMATETC structure error when you drag and drop a control from Toolbox to a XAML file.
The "SplashScreen" parameter is not supported by the "MarkupCompilePass1" Error
9/30/2012 3:51:15 AM.
You get the "SplashScreen" parameter is not supported by the "MarkupCompilePass1" error message when create and run WPF applications in Visual Studio 2008 SP1.
One or more rows contain values violating non-null, unique, or foreign-key constraints
9/30/2012 3:48:28 AM.
You may get this error when using a typed DataSet. This tip shows how to fix it.
No connection could be made because the target machine actively refused it
9/30/2012 3:39:44 AM.
Fix for error no connection could be made because the target machine actively refused it.
SharePoint 2010 - Web Parts Programming
5/24/2012 8:00:27 PM.
In this article we can explore Web Parts one of the important extensible tool inside SharePoint. Using Visual Studio we can create Web Parts.
How To Do with SharePoint Web Part
6/1/2011 6:25:24 PM.
A SharePoint Web Part is a server side control that can be added into Webpart zones in Webpart pages in a SharePoint environment.
Importance of TimeZoneInfo class in ASP.NET
2/4/2011 1:32:09 AM.
The TimeZoneInfo class represents any time zone in the world. It contains a set of static methods/properties that allows us to get the current time zone information, convert datetime values between time zones etc.
Setting your website DateTime according to Time Zone Offset of the client
5/5/2010 12:09:49 AM.
We have seen situations where we have to use the GMT time and get the time zone of client to show every user his own Date Time. In this article we will see how to implement this.
Date type in RDBMS.
4/29/2008 3:52:39 AM.
In this article I want to show you how to manipulate date data type in Microsoft SQL Server and Oracle database.
ASP.NET Whidbey Features
2/23/2006 12:11:56 AM.
ASP.NET 2.0, the latest version of ASP.NET has many improvements that greatly increase developer productivity. This article gives you a peek into many of these new features available in ASP.NET Whidbey.