Related resources for time
  • Dependency Injection and Service Lifetimes in .NET Core4/19/2024 5:02:29 AM. Dependency Injection (DI) simplifies software development by promoting loosely coupled code, aligning with the Dependency Inversion Principle of SOLID. In this guide, we'll explore how to implemen
  • Dependency Injection and Service Lifetimes in .NET4/18/2024 9:51:28 AM. In this article, I will explain Dependency Injection (DI) is a design pattern that supports the development of loosely coupled code, and it’s also one of the SOLID principles (Dependency Inversion Pri
  • Intoduction of Interceptors in .NET 8 and C# 12: How to use it?4/18/2024 9:15:23 AM. Interceptors are an experimental feature, available in preview mode with C# 12. An interceptor is a method that allows you to substitute a call to an interceptable method, with a call to itself at com
  • How To Create An Azure WebJob For SharePoint Online4/16/2024 7:01:54 AM. Learn how to migrate custom apps to SharePoint Online using Remote Timer Jobs. Utilize Azure WebJob for seamless integration, manage ClientContext authentication, configure CRON schedules, and registe
  • Handling Date Time In Excel To SharePoint List4/15/2024 11:42:15 AM. Automate handling Email attachments named "Excel.xlsx" in Outlook by adding them to SharePoint library. Read Excel data, insert/update in SharePoint list based on primary key. Manage Date Ti
  • SQL Server System Functions: Aggregate, String, Math, Date4/15/2024 11:17:36 AM. Learn about SQL Server system functions including aggregate, string, mathematical, and date time functions. Explore their syntax and examples for efficient database operations. Ideal for beginners an
  • Learn Dependency Properties In WPF?4/15/2024 10:43:40 AM. In this article, we will understand Dependency Properties in WPF provide a powerful way to manage and interact with data in your application's user interface. They offer features like value inheri
  • Move Controls With The Mouse On A Form At Runtime4/10/2024 9:42:29 AM. Enable dynamic control movement on a WinForms application at runtime by incorporating mouse interaction. Empower users to drag and drop UI elements for personalized layouts, enhancing user experience
  • How to Ignore Properties in OData at Runtime4/10/2024 5:07:01 AM. This article provides a guide on how to dynamically ignore properties in OData at runtime using Late-Bindings. It covers the concept of OData, the need for ignoring properties, and a step-by-step tuto
  • 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
  • Learn about HTML5 Media Elements4/9/2024 9:18:45 AM. HTML5 media elements introduce native support for embedding audio and video content directly into web pages. Developers can utilize tags like <video> and <audio> to seamlessly integrate mu
  • Date and Time Input Types of HTML 54/9/2024 9:10:11 AM. Explore the versatility of HTML5's date and time input types, essential elements in web form design. Learn how to utilize these input types effectively for enhanced user experience and simplified
  • What is the Difference Between JavaScript and TypeScript?4/9/2024 7:31:08 AM. JavaScript is a scripting programming language used to build client-side and server-side applications. It provides a runtime element management and manages the DOM dynamically. And it is a prototype-b
  • Client Scripts in ServiceNow- Simplified with Real-Time Use Cases4/5/2024 8:50:33 AM. From onChange to onLoad, discover the four key types of client scripts and how to use them effectively to enhance user experience and streamline platform functionality. Explore essential tips and best
  • Learn Principles Of Lean Thinking4/5/2024 5:44:22 AM. In this article, we will learn Principles of Lean Thinking" encapsulates the core tenets of Lean Manufacturing, emphasizing continuous improvement and waste reduction.
  • Console Based Chat4/3/2024 9:38:27 AM. Experience real-time text-based communication with a console-based chat application. This C# program offers a simple yet effective way to chat with others through the command line interface.
  • How to Implement Audio Player in Power Apps 4/3/2024 5:11:21 AM. In this article, we will discover how to enhance user experience with an Audio Player in Power Apps. Customize controls, integrate audio files, and design visually appealing interfaces. Manage playbac
  • ViewData vs ViewBag vs TempData vs Session in .NET3/30/2024 7:23:02 AM. In ASP.NET, passing data between controllers and views is a common requirement for building dynamic web applications. ASP.NET provides several mechanisms for achieving this, including ViewData, ViewBa
  • How to Implement DateTime Localization in Vue.js3/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
  • Synchronous VS Asynchronous Statistics Updates3/27/2024 9:36:27 AM. In this article, we will explore the impact of synchronous and asynchronous statistics updates on system performance and data processing. Analyze real-time updates versus delayed processing, consideri
  • Dynamic Timer Control Duration from SharePoint List in Power Apps 3/27/2024 9:12:40 AM. Empower your Power Apps with dynamic timer control settings sourced from SharePoint lists. Enhance user experience and efficiency by customizing timer durations based on data from SharePoint, seamless
  • Text Sentiment Anlysis using Azure OpenAI Service with .NET Core3/26/2024 7:08:35 AM. Article is about how to set up and integrate it into a .NET Core application, and provide examples of common AI use cases, including text sentiment analysis.
  • Learn About Data Structures And Algorithm (DSA) - Part Three3/21/2024 9:32:38 AM. This article will be of some sort of theoretical and story based. It will tell you about the crucial concepts of data structures and algorithms in terms of understanding the linked list with a unique
  • Difference Between Full and Runtime Only Builds in Vue.js3/20/2024 10:25:07 AM. The difference between full and runtime-only builds in Vue.js lies in template compilation. Full builds include the compiler, allowing template usage in the code, while runtime-only builds exclude it,
  • Let's Understand About Git Branches 📥📤 And Its Real Time Uses3/15/2024 6:13:53 AM. Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language and it can be tracked easily.
  • What is DateTime Manipulation in C#?3/12/2024 9:09:31 AM. Master DateTime manipulation in C# with this comprehensive guide. Explore methods like 'Add' and properties for modification, extract components, and learn about rounding and truncating DateTi
  • Decoding Expression Trees in C#3/8/2024 1:21:48 PM. This article contains the details of how to Decoding Expression Trees in C#.
  • A Comprehensive Guide to Nullable Reference Types in C# 103/8/2024 2:55:22 AM. Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robustnes
  • Creating A Chat Application In Node.js With Express, MongoDB, Mongoose And Socket.io3/7/2024 8:59:37 AM. This article guides you through the process of creating a chat application in NodeJS with MongoDB as the backend, utilizing Mongoose for MongoDB models and Socket.io for real-time communication betwee
  • Getting Start With Node.js (Installation and Hello World App)3/7/2024 8:54:52 AM. In this article, we will learn the installation process of the node.js environment and create a simple Hello World application with node.js.
  • Entity Framework 6.0: NGen.exe and Startup Performance3/7/2024 8:48:20 AM. This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generat
  • How to Add Customize Download Timer Button in Blogger3/7/2024 8:35:12 AM. This article provides a guide on adding a customized download timer button on Blogger, offering increased convenience and control to users. It discusses the benefits of such a button, including schedu
  • What is Change Data Capture(CDC)3/7/2024 7:31:17 AM. Change Data Capture (CDC) is a method used in databases to track and capture changes in data. It enables real-time updates by identifying and recording modifications made to the database, facilitating
  • Working With Date and Time in Java3/4/2024 11:45:39 AM. This article provides a comprehensive overview of the functionalities of the java.util.Calendar class through code demonstrations. It covers various operations on date objects utilizing methods from t
  • Date Time Form Input Type in HTML53/4/2024 11:32:06 AM. HTML5 introduces various input types for handling dates and times, including date, time, datetime-local, month, and week. These input types enhance user experience and simplify data entry on web forms
  • Workweek Date Calculation for Start, End, and Due Dates3/4/2024 10:50:28 AM. This article provides guidance on displaying the start and end dates of working weekdays in a Time Sheet App built in PowerApps. It outlines steps to set up a dropdown for week selection, determine th
  • Easily Create A Real-time Application With Blazor And SignalR2/29/2024 9:14:52 AM. In this post, we will see how to create a real-time web application with Blazor WebAssembly and SignalR. We will create a small book data application and see how the data is updated(refreshed) in two
  • Vue.js HTTP Handling: Dynamic Interactions, State, Uploads, Real-Time Data2/28/2024 5:15:01 AM. Vue.js, with its reactive framework and extensive ecosystem, provides developers with powerful tools to handle HTTP requests seamlessly. In this guide, we will explore advanced examples, extending bey
  • Programming in Practice Discipline2/27/2024 10:10:08 AM. Programming in Practice is a discipline that systematically applies engineering principles to the program design, development, and implementation of algorithms, program text editions, and testing. It
  • Service Lifetimes in .NET Core Applications2/26/2024 4:37:19 AM. In .NET Core, understanding service lifetimes is crucial for efficient dependency management. This article explores transient, scoped, and singleton lifetimes with practical examples in ASP.NET Core a
  • How To Enable Screen Saver In Windows 102/22/2024 6:36:58 AM. To enable the screen saver in Windows 10, access "Settings," navigate to "Personalization," then "Lock screen," and select "Screen saver settings." Choose a scr
  • .NET MAUI - Video Player using Community Toolkit2/22/2024 4:21:54 AM. .NET MAUI simplifies app development across devices, while the Community Toolkit enhances it. Dive into video integration for exciting apps! Follow setup steps, install the toolkit, and implement the
  • What is Reflection In C#2/20/2024 6:02:24 AM. Introduction to reflection: Reflection is a powerful feature in C# that allows developers to inspect and manipulate types, methods, properties, and other elements of code dynamically at runtime. It en
  • Date and Time Column Behavior in SharePoint List/Library2/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.
  • Learn about Reflection in C#2/13/2024 6:39:35 AM. Reflection is a powerful feature in C# that enables you to inspect and interact with types, assemblies, and objects at runtime. It provides a way to dynamically discover and use information about type
  • 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
  • Polymorphism Concept in Object-Oriented Programming2/12/2024 6:20:17 AM. What do you mean by polymorphism? Polymorphism is explained with C# examples, Polymorphism, a concept extending beyond programming, is illustrated in everyday scenarios. Electrical outlets serve as an
  • Azure AI and ONNX Runtime: A Dash of .NET - Ep. 62/10/2024 4:14:00 PM. In this session, you will see how to create an AI model with Azure, turn it into ONNX, and use it in our .NET services natively with ONNX Runtime.
  • Apache Kafka with Dapr Bindings in .NET2/7/2024 4:48:30 AM. This content provides an in-depth overview of integrating Apache Kafka with Dapr Bindings for building distributed event-driven applications. It explains the key concepts of Apache Kafka, Dapr, and Da
  • Exploring the Dynamic Language Runtime (DLR) in C#2/6/2024 7:24:17 AM. The Dynamic Language Runtime (DLR) in C# enhances flexibility by enabling dynamic typing and execution of code. It fosters interoperability with languages like Python and JavaScript, promoting versati
  • DATEPART Function in SQL Server2/6/2024 6:26:51 AM. This SQL Server tutorial explores the Datepart function, a built-in function for extracting portions of a DateTime field, demonstrated through practical examples for various date and time components.
  • Building a Real-Time Chat App with Node.js and Socket.io 🚀2/5/2024 4:41:09 AM. Embark on a magical journey to build a real-time chat app using Node.js and socket.io. Follow simple steps to set up the server, create a chat UI, and handle real-time communication.
  • Using C# For Cross-Platform Development2/1/2024 10:23:02 AM. In this article, you will learn how to use C# for cross-platform development. Explore the power of C# programming beyond the confines of Windows and .NET in this insightful article.
  • Azure Data Factory - Integration Runtimes1/24/2024 6:29:46 AM. This article gives a basic gist of different types of Integration Runtimes present in Microsoft Azure Data Factory (ADF)
  • KAFKA for Mere Mortals : ETL and KAFKA1/23/2024 4:54:10 AM. In this article we described the process of ETL and its relation to KAFKA
  • Working with Noda Time, .Net and Entity Framework (EF core)1/15/2024 7:14:56 AM. Working with NodaTime with EF core which is a alternative DateTime framework for .net applications.
  • Understanding and Managing Server-Side (Output) Caching in .Net1/15/2024 6:12:57 AM. IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration
  • Creating Unit Test project for NodaTime1/9/2024 6:08:45 AM. Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testing
  • Real-Time Paris Metro Crowdedness Forecast: A Proof of Concept with Azure and C#1/8/2024 11:36:29 AM. In this article, we will learn about navigating you through crafting a prototype for forecasting crowd levels in Paris Métros using Azure and C#. It covers Azure setup, machine learning, model de
  • How to Build an Interactive and Responsive Form12/28/2023 5:03:01 PM. Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
  • NodaTime Vs System.Datetime Types in .Net12/13/2023 10:49:45 AM. This Article gives the comparison between NodaTime and System.datetime types in .NET. Discover the differences between NodaTime and System.DateTime in .NET, from handling time zones to serialization.
  • NodaTime Vs System.datetime in .NET12/10/2023 6:54:10 AM. Noda Time and System.DateTime in .NET offers distinct approaches to date and time handling. Compare their features, immutability, time zone support, precision, and safety for your application's re
  • Getting Started With NodaTime12/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.
  • Dynamically Sorting Object At Runtime Using Reflection C#12/6/2023 9:20:08 AM. Dynamic sorting of objects at runtime using reflection in C# involves leveraging the power of reflection to examine object properties and sort them based on specific criteria without having to write s
  • 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
  • Time Series Databases: Understanding, Using, and Implementing11/28/2023 9:56:25 AM. In our era of data dominance, managing and analyzing time-sensitive information is pivotal, especially in finance, IoT, and healthcare. Traditional databases grapple with time-stamped data, paving the
  • Date and Time Formatting in C#11/27/2023 11:51:38 PM. This guide provides a concise overview of working with DateTime in C#. It covers the basics of the DateTime structure, including obtaining the current date and time, representing specific dates, and m
  • Reading properties of an object in C#11/26/2023 5:47:50 AM. This article explores two ways to read the properties of an object in C# without knowing its type at compile time: reflection and dynamic keyword. Reflection involves inspecting and manipulating metad
  • .NET Core: Detail of Lifetime Management11/21/2023 8:40:20 AM. In .NET Core, lifetime management refers to how objects are created, used, and eventually disposed of within an application. It ensures efficient resource utilization and prevents memory leaks.
  • How to build a Sentiment Analysis Chatbot using Python?11/18/2023 4:33:06 AM. In this article, we will explore the creation of a simple Sentiment Analysis Chatbot using Python and the Tkinter GUI library. Sentiment analysis involves determining the sentiment (positive, negative
  • .NET Core: Understanding of Scopes and Lifetime Management11/17/2023 5:35:15 AM. Scopes and Lifetime Management in .NET Core: A Comprehensive Guide to Dependency Injection and Object Lifespan
  • Create DateTimePicker Control In ASP.NET11/15/2023 8:40:13 AM. In this article, you will learn how to create DateTimePicker control in ASP.NET.
  • VS 2022 Reveals System.Runtime.CompilerServices.Unsafe Vulnerability11/15/2023 7:23:46 AM. The recent version of Visual Studio 2022 revealed a vulnerability in ASP.NET WebForms.while updating Windows on Patch Tuesday and releasing the latest version of Visual Studio 17.8 and .NET 8 LTS, I u
  • How To Use Dynamic To Return Different Objects On Runtime In C#11/7/2023 11:29:41 AM. A lot of time you get a requirement to return different kind of object from a single method. Is it possible? Yes there are ways by which you can deliver different objects on run time and dynamic is on
  • Types of Errors in Javascript10/26/2023 9:03:15 AM. Explore the diverse landscape of JavaScript errors, from syntax and reference issues to type, range, and logical errors, in this comprehensive guide to better understand, identify, and address coding
  • Dev Express Data Grid Control for .NET MAUI: Free Lifetime Plugin10/19/2023 6:00:20 AM. DevExpress, a leading software development company, offers a powerful Data Grid Control designed specifically for .NET MAUI, a framework for building cross-platform mobile and desktop applications. Th
  • Execution-Time Code Generator For C#10/17/2023 8:45:35 AM. The Common Language Runtime provides a new way of doing things. The compile-time world still exist, but it is also possible to build dynamic systems where new code is added by loading assemblies or ev
  • Data Reading From AWS Kinesis Data Stream10/16/2023 9:46:19 AM. Data Reading from AWS Kinesis Data Stream involves the real-time retrieval and processing of streaming data within the Amazon Web Services (AWS) Kinesis ecosystem. This process allows seamless integra
  • Automatic System Locking Using Timer10/13/2023 9:49:27 AM. In this article, I am going to show how we can lock the system automatically using a timer.
  • Dynamic Type Array In C# 4.010/10/2023 11:59:53 AM. Dynamic Type Arrays in C# 4.0 offer flexibility by allowing the creation of arrays that can store different data types within the same array. This feature is especially useful when dealing with hetero
  • How to Use Custom Attributes in C#10/10/2023 10:34:10 AM. Custom attributes in C# allow developers to annotate code elements with metadata for improved runtime behavior and information retrieval. This practical guide explores the creation, implementation, an
  • Mastering the Art of Convert DateTime Formats In SQL Server with Over 30 Code Examples10/4/2023 7:00:55 AM. Learn how to convert datetime values to different formats in SQL Server with this comprehensive guide. Explore various date conversion functions and formats, including examples and code snippets, to e
  • Learn About DateTime Struct In C#9/26/2023 4:15:36 AM. In C#, to perform Date & Time related information and operations, we have DateTime struct. Let us see it in detail.
  • An Assignable DateTime Class in C#9/25/2023 12:13:17 PM. Occasionally you run into a structure in the .NET library that you really wish was a class so you can inherit all its existing properties, override the ones you don’t like, and add new properties and
  • Real-Time Insights with Azure Stream Analytics in IoT Projects9/25/2023 8:29:56 AM. Azure Stream Analytics is a Microsoft Azure service for real-time data stream processing. It enables the ingestion, processing, and analysis of streaming data from various sources, such as IoT devices
  • Dynamic Code Generation And Code Compilation9/25/2023 4:55:50 AM. Dynamic code generation and code compilation refer to the process of creating and compiling code at runtime rather than at compile time. This technique is often used in scenarios where the structure o
  • A Deep Dive into Static Classes in C#9/25/2023 4:26:42 AM. This article, "Exploring Static Classes in C#," provides an in-depth exploration of the concept and practical applications of static classes in the C# programming language. It elucidates the
  • Date Format Specifier In C#9/24/2023 7:53:18 PM. In this article I will explain how to use the Date Format Specifier in C#.
  • Constant VS ReadOnly In C#9/22/2023 10:34:59 AM. In this article, we will learn constant and readonly in c#. Here we will discuss the differences. In C#, both const and readonly are used for defining values that cannot be modified after they are ass
  • 12 times Failed Attempts will Erase your iPhone Data9/22/2023 3:58:28 AM. This article will discuss How Many Failed Password Attempts to Erase iPhone Data?
  • Dependency Injection And Service Lifetime in ASP.NET Core9/18/2023 10:40:03 AM. Dependency injection And Service Lifetime in ASP.NET Core With Realtime example
  • Hiding the Date in a Date Time Picker Control9/17/2023 10:20:53 PM. This very short article will address an extremely easy way to hide the date value contained in a date time picker control. While the control contains no property that will allow you to hide the curre
  • Polymorphism in C#9/14/2023 10:53:56 AM. Polymorphism is a fundamental concept in object-oriented programming (OOP) languages like C#. It allows objects of different classes to be treated as objects of a common base class. Polymorphism provi
  • DATEADD Function in SQL Server9/14/2023 6:07:54 AM. In this article, I would like to show the Dateadd Function in SQL Server.
  • Compilation And Runtime Execution Of A C-Sharp Program9/14/2023 5:17:03 AM. C-Sharp (C#) is a strongly typed object-oriented programming language designed to give optimum composition of simplicity, expressiveness and performance.
  • DateTime in SQL Server9/13/2023 11:44:45 AM. In this article we will learn about DateTime in SQL Server
  • DateTime In C# 9/12/2023 10:54:06 AM. In C#, DateTime is a fundamental data type that represents dates and times. It is part of the System namespace and provides a rich set of methods and properties for working with dates and times. Here
  • Transforming Streaming Data into Insights with Power BI9/12/2023 6:29:47 AM. Power BI empowers real-time dashboard creation, integrating streaming data sources like Azure Event Hubs, Kafka, and PubNub. Optimize data ingestion, design, and interactivity for effective real-time
  • Generic Data Layer - One time creation9/11/2023 4:47:04 AM. This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Up
  • Power BI and IoT Integration: Real-Time Insights, Benefits and Limitations9/9/2023 1:06:17 PM. Power BI and IoT Integration: Real-Time Insights, Benefits and Limitations