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 Enhanced
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sateesh Arveti (10)
Sumit Gupta (3)
Vijay Prativadi (2)
Deepak Raghavan (2)
Lokendra Singh (1)
Abhishek Saini (1)
Nikhil Patil (1)
Ananthakrishna V (1)
Jake Creasy (1)
Jejji Arora (1)
Vinoth Rajendran (1)
Boguslaw Wojcieszyk (1)
Sarthak Varshney (1)
Jitendra Mesavaniya (1)
Akshima Aggarwal (1)
Ziggy Rafiq (1)
Mohamed El-Qassas (Mvp) (1)
Alpesh Maniya (1)
Rajashekar Syereddy (1)
Vinay Ayinapurapu (1)
Sanjay Kumar (1)
Vinoth Xavier (1)
Ramasagar Pulidindi (1)
Sandeep Nandey (1)
Kartik Kumar (1)
Shantha Kumar T (1)
Amit Diwan (1)
Satendra Singh Bhati (1)
Viswanatha Swamy (1)
Sai Kumar Koona (1)
Suvendu Shekhar Giri (1)
Praveen Sreeram (1)
Sagar Pardeshi (1)
Abhishek Jaiswal (1)
Nimit Joshi (1)
Anubhav Chaudhary (1)
Rohatash Kumar (1)
Mauro Guido (1)
Moustafa Arafa (1)
Jibin Pan (1)
Related resources for Enhanced
No resource found
Pattern Matching for Switch in Java 17
10/7/2024 4:17:21 AM.
Pattern matching for switches in Java 17 enhances code readability and simplifies working with complex data structures. It allows you to match object types, use type patterns, and add conditions with
How to Create API Gateway for React JS Application?
8/24/2024 7:31:16 AM.
This guide covers setting up an API Gateway for your React.js application using Express.js. Learn how to centralize API requests, enhance security, and optimize performance by routing frontend request
New Features in SharePoint Document Libraries
8/16/2024 4:38:27 AM.
Explore the latest enhancements in SharePoint Document Libraries with improved version history controls. This update offers more precise management of document versions, streamlined access to historic
AI-Enhanced Software Development: Shaping the Future of Coding
8/14/2024 8:17:38 AM.
AI is transforming software development by automating coding tasks, enhancing productivity, and introducing new paradigms. AI tools like Codex and GitHub Copilot streamline code generation, while inte
Augmented and Virtual Reality for Enhanced Customer Experience
7/25/2024 4:46:36 AM.
This article explores how businesses can leverage Augmented Reality (AR) and Virtual Reality (VR) to enhance customer experiences, offering practical implementation strategies and highlighting future
Understanding View Binding in Android
7/22/2024 4:30:54 AM.
View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that
Exploring GraphRAG in Large Language Models
7/10/2024 12:34:51 AM.
RAG (Retrieval-Augmented Generation) enhances language models by retrieving and integrating up-to-date information from documents, improving response accuracy and relevance. GraphRAG further utilizes
Fancy GridView Sorting
6/25/2024 10:03:22 AM.
Experience enhanced usability with Fancy GridView Sorting! Our feature-rich interface offers dynamic and customizable sorting options for your data grids. Enjoy user-friendly controls, visual indicato
Introducing Copilot+ PCs
5/23/2024 6:29:02 AM.
Explore the revolutionary Copilot+ PCs, designed to integrate AI seamlessly into your daily computing tasks, enhancing productivity and personalization like never before.
Advanced JWT Authentication in .NET C# for Enhanced Security
5/7/2024 7:29:54 AM.
In this article, we delve deeper into JWT authentication, exploring its inner workings, best practices, security considerations, and strategies for enhancing scalability using C#.
Using Stored Procedures in MySQL Enhanced Code Performance
4/30/2024 6:14:17 AM.
Stored Procedures in MySQL offer a streamlined approach to executing complex or frequently used SQL logic with a single call, supporting input parameters, procedural logic, and return values.
Code readability is enhanced with C# 10 top-level statements
4/16/2024 10:18:02 AM.
Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and enc
Enhanced Visual Studio 2017 Installation Experience: Language Packs
3/20/2024 11:39:27 AM.
In this article, I will show the revamped installation process in Visual Studio 2017, offering tailored workloads and individual component selection, including language packs. Customize your developme
Leveraging Compiled Queries for Enhanced Performance in LINQ
3/9/2024 9:17:22 AM.
Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution pl
Enable Enhanced Experience for Email Attachments
2/21/2024 4:15:39 AM.
Enable a seamless email attachment experience in CRM by configuring the enhanced email attachment control. Follow simple steps to add attachments, preview files, export data, and efficiently manage at
How to Update Enhanced Rich Text Field using PowerShell CSOM
2/18/2024 5:11:43 AM.
The document explains updating the SharePoint multi-line text which is of enhanced rich text with html content.
Custom Events in C# for Enhanced Communication and Flexibility
1/31/2024 8:33:20 AM.
In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
Converting Outlook MSG to HTML in C# for Enhanced Readability
1/22/2024 9:17:37 AM.
Converting Outlook MSG to HTML in C# for Enhanced Readability" describes the process of converting Microsoft Outlook MSG files into HTML format using the C# programming language. This conversion
Empowering Developers with .NET 8
11/20/2023 5:34:28 AM.
Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-n
What is a PEM File?
8/1/2023 9:15:41 AM.
Learn about PEM files, a Privacy-Enhanced Mail format for storing cryptographic data using base64 encoding for secure communication.
Dynamics 365 Timeline Control - Wave 2 Enhanced Feature
9/13/2022 6:06:18 AM.
Article shares the information about the implementation of timeline control in Dynamics CRM Wave 2
Dynamics 365 - Enhanced Duplicate Detection Rules
9/6/2022 6:00:09 AM.
Articles shares information about Duplicate Detection Rule in Dynamics 365
Dynamics 365 - Enhanced Email Templates
9/6/2022 4:39:01 AM.
Article shares the information about the enhanced email template selection grid in Dynamics 365
Enhanced Desktop Recorder in .NET using C# and Windows Forms
4/25/2022 11:01:50 AM.
This application provides features that will allow Desktop recording, sharing and broadcasting etc easier.
How To Turn Off Enhanced Notifications For Windows Defender In Windows 10
1/13/2020 5:16:47 AM.
In this article, you will learn how to turn off enhanced notifications for Windows Defender in Windows 10.
Look out for new SharePoint Features in November 2019
11/21/2019 3:28:20 PM.
Summary of all the new and enhanced features coming to the SharePoint tenant this November.
Guide - Youtube's New Enhanced Comment System For Channel Owners To Filter Comments Easily
10/4/2019 7:54:26 AM.
YouTube recently updated its comment system for channel onwers to filter comments easily on the basis of response, search value, questions, subscriber count, etc.
Looping Statements in Java
9/23/2019 3:51:45 AM.
In this article you will learn about the looping statements in Java and their use.
Visual Studio 2019 Enhanced Scroll Bar
5/21/2019 2:14:56 AM.
This article imposes a quick glance at Visual Studio 2019 Enhanced Scroll Bar, including bookmarks, breakpoints, saved/unsaved changes, unused parameters, warnings, errors and find hits
Working With New Enhanced Feature Of ‘Ref’ Keyword In C# 7.0
9/20/2018 11:59:55 PM.
Here, in this article, I will try to explore the new enhanced feature of ‘ref’ keyword.
SSMS 2016 - Enhanced Scrollbar
11/15/2017 5:56:25 AM.
Detailed description with screenshots of the enhanced scroll bar introduced in SSMS (SQL Server Management Studio) 2016.
Azure Redis Cache Enhanced Security And Network Isolation
12/10/2016 1:21:43 PM.
In this article, we will learn how to configure an enhanced security for Azure Redis Cache by isolating the access to Redis Cache within the Virtual Network (VNET).
SharePoint 2013: Enhanced / Rich TextBox Validation Using JQuery
12/30/2015 3:18:22 AM.
In this article you will learn about the Rich TextBox validation using JQuery in SharePoint 2013.
HTML Enhanced Applications Using Angular JavaScript
12/19/2013 2:29:35 AM.
This article contains the matter about why to use ANGULAR-JS in your application in place of other frameworks. It contains features and the unique qualities of ANGULARJS through which you can easily make a better application.
New Enhanced Web Development Features in Visual Studio 2012
7/23/2013 11:51:46 PM.
I am describing the various new Enhanced Web Development Features of Visual Studio 2012 in this article.
How to Disable Internet Explorer's Enhanced Security in Windows Server 2012
3/7/2013 2:17:00 PM.
In today's article you will learn how to disable the Internet Explorer Enhanced Security Configuration (IE ESC) in Windows Server 2012.
Enhanced Delete Support in .NET 4.5
10/10/2012 5:16:14 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in .NET 4.5.
Enhanced Editing Support in .NET 4.5
10/9/2012 7:11:48 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in .NET 4.5.
Enhanced Event Viewer in VS 2008
10/5/2012 8:10:43 AM.
This application developed using Windows Forms and C# in an extend event viewer and provides many useful features that are not present in built-in Windows Event Viewer.
Enhanced Windows Explorer in VS 2008 using C# and Win Forms
10/4/2012 12:13:35 PM.
This application will provide certain useful features which are not present in Built-in Windows Explorer.
Enhanced MSI Analyzer in .NET using C# and Windows Forms
9/30/2012 3:33:29 AM.
This application allows us to view and update the contents of an MSI file.
Enhanced Execute Keyword in SQL Server 2012
8/21/2012 3:32:41 PM.
Today, I have provided an article showing you an improved version of the execute keyword in SQL Server 2012.
Enhanced Clipboard Manager in .NET Using C# and Windows Forms
5/19/2012 12:30:38 AM.
This application will provide the functionality which would be helpful while copying of data onto clipboard and with better UI in accessing System's ClipBoard.
Enhanced Oracle Explorer in C# and .NET Using Windows Forms
5/15/2012 7:13:46 PM.
This application will allows to do multiple simple activities on oracle database like running select statements and getting selected procedure's definition simultaneously in a thread-based GUI.
ASP.NET 3.5: Enhanced tabbed pages
11/25/2010 4:12:29 AM.
Tabbed pages are very useful to organize content pages. Many browsers and source editors (such as Eclipse or Microsoft Visual Web Developer) use them.
Enhanced Services Explorer in VS 2008
3/2/2009 4:34:12 AM.
This application will provide certain useful features which are not present in Built-in Services Explorer.
Enhanced TaskBar in VS 2005 using C# and Windows Forms
7/14/2008 2:47:06 AM.
This article shows how to add additional features which are not available in Windows Taskbar.
Enhanced Windows Media Player using VS 2005 in C#
7/10/2008 1:00:33 AM.
This article shows how to add additional features which are not available in Windows Media Player.
Enhanced Required Field Validator with an Image property
8/14/2007 5:03:01 AM.
This article shows an enhanced Required Field Validator control with an ImageUrl property. When the control being validated is left blank, the proposed validator flags it with an Image.
Enhanced Accordion Control
7/18/2007 1:56:51 AM.
The article shows an enhancement to the Accordion Web Control to have a Show All/Collapse All feature.
Enhanced MSN Messenger in C# using Windows Forms
4/6/2007 12:00:24 PM.
This application will provide certain useful features which are not present in Microsoft MSN Messenger.
Enhanced way to send E-mail with a Template
10/5/2006 3:30:52 AM.
E-mail is used to send notification to customer nowadays, and since any smart developer try to send any notification in a professional format, one of these issues to send your notification in a template, this template might be your employer template or any other template you want to send it from your application.
Enhanced XP Button Control
12/28/2005 6:46:08 AM.
The enhanced XP style button is very easy to use and it supports rectangle, circle or ellipse shape with image and different colors. This control also inherit most of the properties from the Forms.Button.