C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(12)
Shubham Srivastava(4)
Manpreet Singh(3)
Sagar Pardeshi(3)
Gowtham Rajamanickam(2)
Lakshmanan Sethu Sankaranarayan(2)
Amir Ali(2)
Sharad Gupta(2)
Nitin Bhardwaj(2)
Gaurav Gupta(2)
Ghanashyam Nayak(2)
Nikhil Patil(1)
Vijay Kumari(1)
Vignesh Kumar(1)
Aayushi B(1)
Jitendra Mesavaniya(1)
Sanwar Ranwa(1)
Jefferson S. Motta(1)
Deepak Tewatia(1)
Ramprakash Duraisamy(1)
Vinodh Narayanan(1)
Shweta Lodha(1)
Prajnya (1)
Mahender Pal(1)
Haridhass Mani(1)
Dhruvin Shah(1)
Siddharth Vaghasia(1)
Saleh Qadeer(1)
Shantha Kumar T(1)
Vijayaragavan S(1)
Monica Rathbun(1)
Mahipal Reddy(1)
Akash Kumhar(1)
Mohamed Elqassas (1)
Abhishek Jaiswal (1)
Anish Ansari(1)
Prasham Sabadra(1)
Sibeesh Venu(1)
Anbu Mani(1)
Suresh M(1)
Gul Md Ershad(1)
Gopi Chand(1)
Vijay S(1)
Rahul Kumar Saxena(1)
Chetankumar G Shetty(1)
Subramanyam Raju (1)
Veda Bs(1)
Sourav Kayal(1)
Mudita Rathore(1)
Satendra Singh Bhati(1)
Gagan Bansal(1)
Vijai Anand Ramalingam(1)
Mahesh Alle(1)
Sandeep Sharma(1)
Sudhir Choudhary(1)
Ashwani Tyagi(1)
Sazid Mauhammad(1)
Prabhakar Maurya(1)
Sachin Bhardwaj(1)
Jayant Mukharjee(1)
Varesh Tuli(1)
Ajay (1)
Abhimanyu K Vatsa(1)
Gaurav Chauhan(1)
Sai Kumar Koona(1)
Mahak Gupta(1)
Deepak Dwij(1)
Manish Singh(1)
Arjun Panwar(1)
Deepak Sharma(1)
Sapna (1)
Dea Saddler(1)
C# Curator(1)
Ibrahim Ersoy(1)
Dinesh Beniwal(1)
Resources
No resource found
Send Email as Current User in SPFx with Microsoft Graph
Sep 13, 2025.
Learn how to send emails as the current user from your SharePoint Framework (SPFx) web parts using Microsoft Graph. This comprehensive guide covers everything from configuring delegated permissions (Mail.Send) and obtaining admin consent to implementing the code with MSGraphClient in TypeScript.
đ Power Pages: Display Current Logged-in Userâs Full Name Using Liquid template
Jul 19, 2025.
Learn how to display the full name of the currently logged-in user in Power Pages using Liquid templates. A step-by-step guide for Power Apps developers to personalize user experience.
Display Current Date & Time Using Java With Code
Jan 01, 2025.
Learn how to display and format the current date and time in Java using `LocalDate`, `LocalTime`, `LocalDateTime`, `ZonedDateTime`, and `DateTimeFormatter` from the `java.time` package with practical examples.
Getting Particular Timezones Current Date Time in SQL Server
Jun 12, 2024.
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 current UTC offset and whether they are currently observing daylight saving time (DST).
Displaying Previous Current Next 2 Weeks in Power Apps Combo Box
Jun 11, 2024.
This Power Apps script generates a ComboBox displaying the previous 2 weeks, current week, and next 2 weeks. It utilizes variables to set the current date, calculates date ranges based on weekdays, and formats dates for display.
Understanding Temporal Tables in SQL Server
Jun 04, 2024.
Temporal tables are a powerful feature introduced in SQL Server 2016 that provides a built-in mechanism for capturing and querying historical data. They enable you to keep track of all changes made to the data in a table, which can be crucial for auditing, compliance, and data analysis.
How Do You Sync Current Route in Vuex Store in Vue.js
Mar 29, 2024.
Syncing the current route in Vuex involves updating the store's state with route details using Vue Router's navigation guards. This approach centralizes route management for easier access across components.
Fixing Unhandled Exception on the Current Circuit in Blazor
Oct 20, 2023.
Learn how lookout for a solution for the error unhandled exception on the current circuit
How To Get Today's Date In SQL Server
Jan 24, 2023.
In SQL, Today's date can be used in SELECT, INSERT, and UPDATE statements. It can also be used in conjunction with other functions and operators for calculations or comparisons. Additionally, today's date can be used for efficient manipulation and retrieval of date-related data within a SQL database.
Get Current Quarter From Date In Canvas PowerApps
Nov 08, 2022.
In this blog, we will see how to get Quarters from Date.
Get Current User Profile Properties In SPFx Webpart Using MS Graph API
Aug 25, 2022.
In this article I have explained how to get the current user profile properties in your SPFx webpart using Microsoft Graph API
Multiple Ways To Get Current Working Directory In Python
May 25, 2022.
This article demonstrates the various ways to get current working directory in Python.
Project Management Application (Create Project) Using PowerApps And SharePoint Online
Mar 13, 2021.
In this article, you will learn about Project Management Application using PowerApps and SharePoint Online. Along with that, the series will be a Tutorial for PowerApps learning for Beginners. I hope, some tips and tricks will also help the PowerApps users to implement this on their work.
Getting Current User Details In Canvas Apps
Sep 22, 2020.
This article is about fetching current user information in Powerapps
Get Current Location In Angular
Feb 12, 2020.
In this article we will get a location and convert the address
Customize Current Theme From Power BI Desktop Without Using JSON - Part One
Dec 26, 2019.
In this article, we will talk about how we can customize the current Power BI report theme in Power BI.
Create Chrome Extension And Implement Basic Use Cases
Aug 21, 2019.
In this article, we will create a Chrome extension and implement the basic use cases which would give direction in creating complex extensions.
Picking Up Current Week And Last Week Dates In C#
Apr 03, 2019.
In this article you will learn how to pick up the current week and the last week's dates in C#.
Get Current User Information Using PnP Library In SharePoint Framework
Nov 18, 2018.
Here, you'll learn on how to get the current user information in SharePoint Framework web part using PnP JavaScript library.
Monitor The Network Connectivity Changes In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 05, 2018.
Reading this article, we can learn how to Check the changes of network connectivity conditions and current network access in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Keeping Large Table Statistics Current - TF2371
Oct 24, 2018.
Statistics are the magic ingredient that helps the query optimizer create its best guess for generating an execution plan. Keeping statistics as accurate as possible will give the optimizer the information it uses to calculate estimated costs and cardinality, which enables it to properly allocate resources such as memory grants.
Set Current User As Default Value Of Person/ Group Field In PowerApps
Sep 04, 2018.
In this article, I am going to explain how to set the current user as the default value of a person or a group field in PowerApps. The goal of this article is to provide a complete idea about how to set current user or user related properties to SharePoint person or group column in PowerApps.
Get The Current Logged In User Details In SharePoint 2013 Using SSOM, CSOM, REST API, JSOM And PowerShell
Feb 27, 2018.
In this article we will learn how to fetch the user details of the current logged in user in a SharePoint site. There are multiple approaches by which we can get the logged in details such as User ID, Login Name (Login ID) of the user and the Display Name of the user.
SQL Server 2016 - How To Detect The Current Cumulative Update/Service Pack That Was Installed
Nov 05, 2017.
Learn how to detect the current Cumulative Update or Service Pack installed on SQL Server using various methods like ServerProperty in T-SQL, SQL Server Management Studio, Configuration Manager, and PowerShell.
Why Google Home Is A Winner In The Long Run
Jun 07, 2017.
Why Google Home is a winner in the long run
Getting Started With BBC Micro:Bit
May 11, 2017.
BBC micro is a compact ARM-based system for computer education. With sensors, LEDs, buttons, and USB connectivity, it's a versatile tool for learning coding and hardware interaction.
Approaches For Showing The Tasks Assigned To The Logged In User From The Current Site Collection Using Office 365 And SharePoint Online
Sep 02, 2016.
In this article, I am going to show the various approaches, their pros and cons to show the tasks, assigned to the current user, across the site collection.
Your Current Settings Do Not Allow File To Be Downloaded
Aug 26, 2016.
In this article, we will see how we can get rid of the error âYour current settings do not allow file to be downloadedâ in Windows Server 2012.
Xamarin Android: Create Android GPS Current Location App
May 10, 2016.
In this article you will learn how to create a Xamarin Android GPS Current Location App.
Get Device Current Location In Windows 10 UWP
Apr 07, 2016.
In this article we are going to see how to get the device's current location in Windows 10 universal application.
Control Current Tasks In Multithreading
Feb 20, 2016.
This article is intended to explain the concept of controlling Task using different name.
Current Job Openings In Philadelphia
Dec 18, 2015.
Here is a list of current job openings we have in Philadelphia and New York areas.
Action: Terminate Current Workflow In SharePoint 2013 And Office 365 Using Nintex Workflows
Oct 29, 2015.
In this article you will learn how to terminate current Workflow in SharePoint 2013 and Office 365 using Nintex Workflows.
Configure Wait For Field Change In Current Item In SharePoint 2013 And Office 365 using Nintex Workflows
Sep 29, 2015.
In this article you will learn how to configure wait for field change in current item in SharePoint 2013 and Office 365 using Nintex Workflows.
Set Field In Current Item In SharePoint 2013 And Office 365 Using Nintex Workflows
Sep 25, 2015.
In this article we will learn how to set field in current item in SharePoint and Office 365 using nintex workflows.
Scalable Vector Graphics - Rectangle
Jul 12, 2015.
This article is about a detailed explanation of SVG rectangles of various types.
Get Current Login User Profile Properties Through REST API
Apr 16, 2015.
This article shows how to get the current login User Profile Properties using the REST API.
Deleting Current Role Definition to the Group in SharePoint Using REST
Apr 06, 2015.
In this example you will see how to delete the current role definition of the group in SharePoint using the REST.
Get My Followers From SharePoint 2013 Using REST API
Apr 03, 2015.
This article helps to retrieve all the users following the current user using REST in SharePoint 2013.
Draw Route Between Current Location and Destination On Google Maps in ASP.Net
Feb 25, 2015.
In this article I explain how to draw a route between the userâs current location and destination address on Google Maps.
Current Location Tracking and Reverse Geocoding in Windows Store Apps
Dec 21, 2014.
This article covers methods to display the user's location using GPS, the usage of Pushpins and Reverse Geocoding.
Windows Phone: Image Crop With Rectangle
Nov 27, 2014.
In this article you will learn how to crop a image with a rectangle in Windows Phone.
Creating a Document Library using SharePoint 2013 REST API
Jun 04, 2014.
The SharePoint 2013 environment adds the ability to remotely interact with SharePoint sites using REST.
How to Get the Current Logged in User and Display Name Using SharePoint 2013 REST API
Apr 30, 2014.
This article explores with the REST API a quite simple and straightforward way to use a User ID to get the user's Title and Email for SharePoint 2013 and apps for SharePoint.
Get the Current Logged in User Using SharePoint 2013 CSOM
Apr 28, 2014.
In this article we will learn how to get the current logged in user using SharePoint 2013 CSOM.
Dynamically Get the List Name in the Current Site Using CSOM-JavaScript
Feb 19, 2014.
This article explains how to dynamically fetch the list name from the current site using CSOM-JavaScript.
How To Display Current Date in a SharePoint 2010 Page
Jan 20, 2014.
In this article we explore how to append todayâs date using jQuery, like weekday,YYYY/MM/dd.
Difference Between HttpContext.Current.Items and HttpContext.Current.Session in ASP.Net
Jan 20, 2014.
In this small discussion you will see the difference between HttpContext.Current.Session and HttpContext.current.Item.
Change Current Price on Selection of Courses in Backbone.JS
Dec 21, 2013.
This article shows how to select courses from a list. When we select the set of the courses from a list the current price of the courses is calculated.
Examples of Get in Java
Nov 07, 2013.
This article provides various examples of using get in Java.
Current Currency Rate in Your Website
Oct 09, 2013.
This tutorial shows how to embed the current currency rates in your webpage.
Learn About How to Draw Rectangle Using Canvas in Android
Aug 30, 2013.
In this Article you willLearn About how to draw rectangle using Canvas in Android using Android Studio
Determine Current Location Using the Location Manager in Android
Aug 27, 2013.
This article explains how to determine the current location using the location manager in Android. Android Studio is used to develop the application.
Change Current Month Language in SQL Server 2014
Jul 05, 2013.
In this article I explain how to change current month language to other languages in SQL Server 2014.
How to Get the Current User's Properties Using CSOM in SharePoint 2013
Jun 26, 2013.
In this article we will see how to programmatically get the current user's properties using CSOM in SharePoint 2013.
Differences Between SCOPE IDENTITY, IDENT CURRENT, and IDENTITY in SQL Server
Jun 24, 2013.
In this article you will learn what is Different between SCOPE_IDENTITY, IDENT_CURRENT, and @@IDENTITY in SQL 2008
Introduction To Scripting Elements And Displaying Current Date, Day And Time In JSP
Jun 14, 2013.
In this article we discuss Scripting elements in JSP and displaying current date, day and time in JSP. We have run JSP file with the use of Eclipse IDE and Tomcat Server.
SQL Security Functions: Part 1
May 31, 2013.
In this article, I describe the Transact-SQL security functions CURRENT_USER, HAS_DBACCESS, HAS_PERMS_BY_NAME, and HASHBYTES.
How to Get Current User Details in JavaScript
May 06, 2013.
In this article I will explain how to access the current user's details in JavaScript.
Drawing and Type Tools in Photoshop
Mar 29, 2013.
In this article you will learn about Drawing and type tools in Photoshop.
SVG Element in HTML5
Feb 26, 2013.
In this article I am going to describe How to create User Interface Element Implementation of rectangle and polygon with SVG in HTML5.
Draw Rectangle Using Web Application In TypeScript
Feb 24, 2013.
In this article I explain how to draw a rectangle in a web application using TypeScript.
Addition of Three Strings Using Single Activity In Android
Feb 01, 2013.
Here I am telling you how to add two or more strings in Androidif we want output in the current Activity.
How to Open a Page in a Windows 8 App
Jan 10, 2013.
How to open a page in a Windows Store app
Add Current Location in Windows 8 Weather Apps
Dec 11, 2012.
In this article we are going to explain how to add current location in Windows 8 weather apps.
Current Location in iPhone and iPad
Nov 21, 2012.
In this article I will explain process of implementing map and show Current location in iPhone or iPad.
How to Show Current Path on Title Bar in Windows 8
Nov 21, 2012.
In this article, I will show you how to enhance your Windows 8 experience by displaying the current path on the title bar. Navigate through your file system with ease as you customize your Explorer interface.
GDI+ Samples - Rectangles, Ellipses, and 3D in VB.NET
Nov 10, 2012.
The sample code in this article shows you how to use GDI+ and VB.NET to draw rectangles, ellipses, and 3D graphics objects.
Post-Recovery Test Run Options Screen in QTP in Testing
Nov 09, 2012.
In this article I discuss the Post-Recovery Test Run Options Screen.
GDI+ Application in VB.NET
Nov 08, 2012.
In this article we move to the more practical aspects of writing graphics applications using GDI+ in the .NET Framework.
The Name 'Scripts' Does Not Exist in the Current Context
Oct 16, 2012.
There is a very small bug in the MVC 4 Empty Template that can be seen when you create a new MVC 4 Application with an Empty template and start adding views for CRUD operations (using scaffolding). And when you run the application and try to navigate you get the error The Name 'Scripts' Does Not Exist in the Current Context.
Using Global and Action Data Sheets in Actions in QTP in Testing
Sep 28, 2012.
In this article we discuss Using Global and Action Data Sheets in Actions.
Retrieve Current Date Time Information in Windows Store Apps
Sep 19, 2012.
In this article we learn how to display calender information using C# in Windows Store Apps.
Highlight Current Input Element in Windows Store App
Jul 23, 2012.
In this article we will reveal the highlighting effect of an input element of a Windows store page; this effect is implemented using jQuery. Here we will use three input boxes in our page.
Image Reflection in Windows Store App
Jul 03, 2012.
To day we will talk about the reflection effect in windows store application. This effect is implemented through Render Transform and Transform Group tag in Xaml page applied on the target control where you want to make effect.
Finding What Are the Assemblies Are Loaded Currently in Current AppDomain
May 14, 2012.
Determining what assemblies are currently loaded in the current AppDomain. This guide addresses a common problem in software development: issues with DLL integration into main applications.
The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access
May 03, 2012.
You get this error when you try to open an ASP.NET website.
How to Get Current Map Style in Bing Maps Using JavaScript
Apr 29, 2012.
Here we can discuss how to get the current map style by programming in JavaScript in Bing Maps.
Canvas Rotating Rectangles Animation Using HTML 5
Mar 27, 2012.
Create captivating Canvas Rotating Rectangles Animation using HTML5, JavaScript, and CSS. Engage users with dynamic graphic motion, transforming rectangles in a visually appealing manner.
Simple Animation in Windows Phone 7
Mar 06, 2012.
In this article we will create a simple animation in a Windows Phone 7 application. In this animation we will click on a door, then the door will be open and show a dream home.
Create an Animated Rotating Rectangle on Canvas Using HTML5
Mar 03, 2012.
This is a simple application for beginners that shows how to create an animated rotating rectangle on canvas using HTML5.
Display Current Date and Time in Windows Store App
Feb 22, 2012.
In this article we will create a simple clock which will display current days with time and date.
Animation in WPF Application
Feb 13, 2012.
Animation is one of the finest features in a WPF application which give us the ability to create many types of animations. Here we will make a rectangle that will rotate at a fixed position.
Show Your Current Location on Bing Map in Windows Phone 7
Feb 12, 2012.
In this article you will see how you can show your current location in Bing Map in Windows Phone 7.
Load XML File Data in DataGridView & Print DataGridView Data
Feb 09, 2012.
Using this article you can understand how to load the XML file's record into the DataGridView & then you can print that DataGridView.
Highlighting The Current Input Element Using JQuery
Dec 28, 2011.
In this article we will explore how to highlight the current input element using jQuery.
How to implement a Colorizer application in WPF using F#
Aug 26, 2011.
This article is a demonstration regarding how you can edit more color in a colorizer in WPF using FSharp. Take a quick review to learn
Draw a gradient ellipse in different-different gradient size.
Apr 22, 2011.
This article shows how you can draw an ellipse in a different-different size of gradient. This size you can give when creating a rectangle.
Using Tools and Windows in Expression Blend 2.0
Sep 14, 2010.
This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0.
How to use Rectangle in XNA
Aug 10, 2010.
In this mini-article I will be showing how to use Rectangle.
Select Method carefully in GDI+
Jul 14, 2010.
In this article you will learn how to Select Method carefully in GDI+.
Drawing Other Graphics Shapes by Applying Cap and Dashed Line Styles in GDI+
Feb 08, 2010.
In this article I will explain about Drawing Other Graphics Shapes by Applying Cap and Dashed Line Styles in GDI+.
Rectangle In WPF
Feb 03, 2010.
The Rectangle object represents a rectangle shape and draws a rectangle with the given height and width. This article demonstrates how to create rectangles in WPF and XAML.
Gradient Brushes in GDI+
Feb 02, 2010.
In this article I will explain about working with Gradient Brushes in GDI+.
The Complement, Exclude, and Union Methods in GDI+
Jan 17, 2010.
In this article I will explain about the the Complement, Exclude, and Union Methods in GDI+.
The Contains Method and Hit Test in GDI+
Jan 13, 2010.
In this article I will explain about the Contains Method and Hit Test in GDI+.
The Region Class in GDI+
Jan 14, 2010.
In this article I will explain about the Region Class in GDI+.
Constructing a Rectangle Object in GDI+
Jan 11, 2010.
In this article I will explain about Constructing a Rectangle Object in GDI+.
Rectangle and Regions in GDI+
Jan 08, 2010.
In this article I will explain about Rectangle and Regions in GDI+.
The GDI+Painter Application
Jan 06, 2010.
In this article I will explain about the GDI+Painter Application.