65,938 articles
CodeProject is changing.
Read more
.
Everything / time
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Submit your article
Time
time
Great Reads
Auto Generate Code (CRUD) for 3 Layered architecture
by
Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity,
Data Access & Business Layer) with Stored Procedures based on table design.
5 F-A-Qs Every PM NEEDS to Read
by
mkowlowitz
5 F-A-Qs regarding project management and project management software
A Tale of Two Timers
by
Graham Wilson
An exercise to measure the drift in the time-of-day clock on a Windows PC using the periodic timer
A Web Enabled Smart Clock and Weather Station
by
honey the codewitch
Create a clock that uses multiple Internet services to detect your weather,
date and time
Latest Articles
Auto Generate Code (CRUD) for 3 Layered architecture
by
Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity,
Data Access & Business Layer) with Stored Procedures based on table design.
5 F-A-Qs Every PM NEEDS to Read
by
mkowlowitz
5 F-A-Qs regarding project management and project management software
A Tale of Two Timers
by
Graham Wilson
An exercise to measure the drift in the time-of-day clock on a Windows PC using the periodic timer
A Web Enabled Smart Clock and Weather Station
by
honey the codewitch
Create a clock that uses multiple Internet services to detect your weather,
date and time
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
time
5 F-A-Qs Every PM NEEDS to Read
by
mkowlowitz
5 F-A-Qs regarding project management and project management software
A Tale of Two Timers
by
Graham Wilson
An exercise to measure the drift in the time-of-day clock on a Windows PC using the periodic timer
A Web Enabled Smart Clock and Weather Station
by
honey the codewitch
Create a clock that uses multiple Internet services to detect your weather,
date and time
AdRotator
by
ASP.NET Community
The AdRotator control presents ad images that,
when clicked,
navigate to a new Web location.
Each time the page is loaded into the browser,
an ad is
An Internet Enabled Analog Clock for IoT (ESP32)
by
honey the codewitch
Create a simple synchronized analog clock using GFX,
and a bit of code
ASP Image Control Enchanced
by
ASP.NET Community
ASP Image Control Enchanced with help of ScriptControl and javascript.
When I've started working as a ASP.
NET webdeveloper I was troubled by the
Asynchronous Pages
by
ASP.NET Community
Improve the scalability of a website and efficient design for time consuming processes.
Asynchronous update of page immediately after load to improve response time
by
ASP.NET Community
Response time is one of major factor in deciding the performance of web application.
Many time we come across pages where content of page can be
Caching in ASP.
net
by
ASP.NET Community
CachingAuthor: Prakash Singh MehraIntroduction: It is a way to store the frequently used data into the server memory which can be retrieved very
Creating a custom membership provider
by
ASP.NET Community
When working with an ASP.
NET site that requires some sort of user authentication (almost every time,
I'd say),
we often need to establish our own
Creating Custom (Values) Binding Handler for KnockOut.
js
by
ASP.NET Community
If you working in web development for a long time,
you must have heard about knockout.
js.
It implements MVVM pattern in javascript.
Siverlight guys
Date & Time Batch Changer for Photos and Other Files
by
Michael Haephrati
How to develop a tool that will adjust mistaken date and time of multiple files,
photos or videos
ESP32 Deep Dive: What Time Is It?
by
honey the codewitch
Traipsing through the ESP-IDF to add some sweet sweet real-time clock functionality
Improve Perfomance in ASP.
net
by
ASP.NET Community
While developing any web site,
one should keep some points in mind.
1) Set debug=false under compilation as follows:<compilation default
Inverters & UPSs
by
Muammar©
Comparison between inverters and UPS and calculating how long a battery can last
Javascript to display time on Web page
by
ASP.NET Community
JavaScript sample to continuously display the current time on the web page.
Continuously means that the textbox value will be updated with the
Localize
by
ASP.NET Community
The Localize Control lets you localize any element on an .
aspx page.
It provides adesign time feature not offered by its base class,
the Literal
Microsecond and Millisecond C# Timer
by
ken.loveday
MicroTimer: A microsecond and millisecond timer in C# that is used in a similar way to the .
NET System.
Timers.
Timer.
OTP (One Time Password) Demystified
by
orouit
This article shows how an OTP generator works.
Preprocessor Directives - Design Practice
by
ASP.NET Community
What is a Preprocessor Directive?A preprocessor directive is a piece of code that is meant explicitly for the compiler.
This offers a programmer
Session expiry on closing browser window
by
ASP.NET Community
Ever wondered what occurs when a user closes his browser window.
For the time,
the user was interacting with a site,
his session was active and
Set Focus Controls - AutoPostBack = true
by
ASP.NET Community
Every time user’s complaints me about page scroll issues.
For example: If a lengthy page having a dropdown list with AutoPostBack = true at bottom of
Time Format Conversion Made Easy
by
peterchen
Conversion of and musing about common Windows time formats
ttgo_clock: An Internet Enabled Retro Digital Clock
by
honey the codewitch
Just a clock with snazzy digits that syncs using NTP and gets your timezone from your IP.
Using Extension methods in ASP.
NET 3.
0 and 3.
5 with generics.
by
ASP.NET Community
Since the dawn of asp.
net,
web based development has become a lot easier.
It provides a great deal of control over designs and code.
And affords
Weekly Schedule Control and Timepicker Control
by
SupperSlonic
control for edit a weekly schedule based on ASP.
NET MVC
What Every Developer Should Know About Time
by
David Thielen
A basic introduction to handling time