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 UTC
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nitin Bhardwaj (3)
Venkatasubbarao Polisetty (2)
Vithal Wadje (2)
Rajiv Singh (1)
Aiswarya E V (1)
George (1)
Abhishek Jaiswal (1)
Ziggy Rafiq (1)
Akash Kumhar (1)
Aakash Maurya (1)
Ankeet Dange (1)
Ishika Tiwari (1)
Richa Garg (1)
Levent Yildiz (1)
Uday Dodiya (1)
Jay Pankhaniya (1)
Sangeetha S (1)
Ashish Bhatnagar (1)
Rajendran S (1)
Ram Prasad M (1)
Farhan Ahmed (1)
Prasad Pathak (1)
Anoop Kumar Sharma (1)
Pradip Pandey (1)
Vinod Kumar (1)
Jignesh Trivedi (1)
Amit Patel (1)
Tony Tromp (1)
Related resources for UTC
No resource found
Explaining Dutch National Flag problem
11/19/2024 3:59:58 AM.
The problem involves sorting an array containing three distinct values, typically represented as 0s, 1s, and 2s, in a single pass.
Understanding List Column Data Types in SharePoint
10/15/2024 11:08:42 AM.
SharePoint allows users to create and manage lists with various column types, such as text, number, date, and lookup fields. These columns help organize and store data effectively, ensuring better rep
OutputCache (1), In ASP.NET MVC
8/29/2024 3:24:17 PM.
This article is to explain how you can improve the performance of an ASP.NET MVC application by taking advantage of the output cache.
Caching in ASP.Net
6/7/2024 10:40:57 AM.
Caching in ASP.NET enhances web application performance by storing page outputs, fragments, or data in memory. This guide covers the basics of caching, including page, fragment, and data caching techn
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
How To Create Custom Task Outcomes In SharePoint 2013 Designer Workflow And How To Use It
2/21/2024 8:28:08 AM.
In a SharePoint 2013 designer workflow, we possibly have only two outcomes by default viz. “Approve” and “Reject”. Here we will see how to create any no of custom outcomes in a workflow. Creating cust
Learn SharePoint In Series - Part Twenty Six - Task Outcome And External Data Column Type In SharePoint
2/15/2024 9:26:33 AM.
Part 26 of the SharePoint series delves into Task Outcome columns, crucial for customizing approval workflows. Learn their setup and functionalities. Additionally, discover External Data columns, faci
Date and Time Column Behavior in SharePoint List/Library
2/13/2024 6:45:33 AM.
In this article, we will learn how managing date and time column conversions in applications becomes challenging when your organization spans multiple offices across different time zones.
How to Create Stored Procedures for CRUD?
12/20/2023 11:13:05 AM.
In this article, we will learn how we can create Stored Procedures for CRUD operations in SQL Server.
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#.
Sending Email with C# using SMTP Servers
11/30/2022 9:30:37 AM.
This article will explain how we can send emails using SMTP servers.
Ref vs Out In C#
11/11/2022 9:02:01 AM.
In this article we learn about Ref vs Out in C#.
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.
Write And Append Data In JSON File Using PHP
12/3/2021 6:36:46 AM.
In this article will explain how to write and append a data in json file while on submitting a form. Here using few PHP function we are going to add a date in json format.
Usage Of UTCNow In Power Automate
9/9/2021 12:59:48 PM.
In Power Automate, common scenario is to get current date and time to do manipulations on current date.
Quick Conversion From UTC To IST
7/30/2021 2:21:53 PM.
Power Automate, functions place an important role for conversions, in order to quickly see how to Convert UTC Time to IST Time we use Instant Cloud flow.
Data Caching And Page Caching In ASP.NET
7/29/2021 7:00:39 AM.
In this article, you will learn about Data Caching and Page Caching in ASP.NET.
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.
Bind TextBox Controls From Autcomplete TextBox Using ASP.Net C#
1/25/2021 7:32:45 AM.
In this article we will learn how to fill in TextBox Controls from an Autocomplete TextBox using ASP.Net C#.
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
Date Object Method In TypeScript: Part 5
5/18/2020 12:59:42 AM.
In this article you will learn about the date object's getUTCDate and getUTCDay method in TypeScript.
Date Object Method In TypeScript: Part 7
10/15/2019 4:30:46 AM.
In this article you will learn about the date object's getUTCSeconds and getUTCMinutes method in TypeScript.
Date Object Method In TypeScript: Part 6
10/9/2019 6:35:36 AM.
In this article you will learn about the date object's getUTCFullYear and getUTCMonth method in TypeScript.
OutputCache In ASP.NET MVC
4/29/2019 8:13:59 AM.
This article will explain OutputCache in ASP.NET MVC.
SharePoint 2013 - Converting GMT/UTC Time To Local Time In XSLT For Rendering RSS Feed Results
9/29/2017 11:58:49 AM.
Recently, I came across the requirement where the date coming from RSS feed which is in GMT format needed to be converted to local time and displayed in the required format.
OutputCache Action Filter In ASP.NET MVC
1/20/2017 4:35:46 PM.
In this article, we will learn how to use OutputCache Action Filter in ASP.NET MVC Applications.
Directives in ASP.Net Web Pages
3/22/2015 12:18:09 PM.
In this article we will learn about the Directives of ASP.Net Web Pages.
Useful T-SQL For Date Calculations
5/1/2014 12:05:18 PM.
In this article, we will see some useful T-SQL for date calculation.
Create CSV File in PHP
5/24/2013 3:35:25 PM.
This article shows how to create a CSV file in PHP.
Use of MVC Custom Action Filter
7/19/2012 5:57:41 PM.
Action Filters provide us the ability to create an AOP (Aspect Oriented) approach with ASP.Net MVC.
Custom Caching Provider in ASP.NET 4.0/4.5
6/14/2012 3:35:32 PM.
In this article I am trying to explain Custom Caching Provider in ASP.NET 4.0 or 4.5. I have created a sample in Visual Studio 2011
Nemesis-7rc1 ( Codename Deviate)
2/3/2006 12:08:15 AM.
Nemesis-7 is a full-screen 2D shoot’em up that makes use of the DirectInput, DirectSound and DirectDraw interfaces from DirectX. The player controls a spaceship which he uses to duel the computer opponent. I implemented some artificial intelligence to make the CPU play more human.