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 Writing
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahender Pal (8)
Mahesh Chand (7)
Vishal Babuks (3)
Shikha Tiwari (2)
Akhil Mittal (2)
Ojash Shrestha (2)
Sibeesh Venu (2)
Gnanavel Sekar (2)
Jeetendra Gund (1)
John Godel (1)
Ananthakrishna V (1)
Vijay Yadav (1)
CSharp TV (1)
Rasul Huseynov (1)
Chetan Sanghani (1)
David Sandor (1)
Punar Dutt Rajput (1)
Arjit Soni (1)
Jitendra Mesavaniya (1)
Nimit Joshi (1)
Ziggy Rafiq (1)
Ajay Yadav (1)
Tural Suleymani (1)
Adriancs (1)
Adam Stirtan (1)
Laishram Priyokumar Singh (1)
Sardar Mudassar Ali Khan (1)
Ravikant Sahu (1)
Manoj Tyagi (1)
Akkiraju Ivaturi (1)
Matthew Cochran (1)
Mohit Mishra (1)
Rahul Ray (1)
Arindam Dawn (1)
Mohamed Azarudeen Z (1)
Madhu Patel (1)
Pasang Tamang (1)
Bechir Bejaoui (1)
Gowtham Rajamanickam (1)
Gregory Popek (1)
Varun Setia (1)
Archie Vankar (1)
Sagar Lad (1)
Liji Thomas (1)
Sourav Kayal (1)
Bhagvan Kommadi (1)
Vinod Kumar (1)
Sandeep Singh Shekhawat (1)
Rohatash Kumar (1)
Jay Kang (1)
Kenneth M H (1)
Afzaal Ahmad Zeeshan (1)
Munish A (1)
Ashutosh Gupta (1)
Dhanush M (1)
Neeraj Kumar (1)
Catcher Wong (1)
Chandrakant Parmar (1)
Kapil Gaur (1)
Robert Pattinson (1)
Saineshwar Bageri (1)
Amit Kumar (1)
Gaurav Gahlot (1)
Guest User (1)
Debasis Saha (1)
Khairul Islam (1)
Pritam Zope (1)
Prakash Tripathi (1)
Manoj Kalla (1)
Mobeen Rashid (1)
Madhanmohan Devarajan (1)
Pradeep Sahoo (1)
Praveen Sreeram (1)
Pawan Tiwari (1)
Ammar Shaukat (1)
Usman Arshad (1)
Gagan Sharma (1)
Shakti Saxena (1)
Kannan Sudhakaran (1)
Pankaj Kumar Choudhary (1)
Related resources for Writing
No resource found
What is Codeium and How to Use it for Test Case Writing
9/27/2024 6:02:26 AM.
This article explores Codeium, an AI-powered coding tool that enhances developer productivity with features like smart code suggestions, code chat, and in-line edits. It covers how to install the Code
Reading and Writing Operation on File System in C Programming
9/20/2024 7:55:07 AM.
In C programming, file handling allows reading from and writing to files using functions like fopen(), fclose(), putc(), getc(), fwrite(), and fread(). Files are opened in various modes such as read,
Optimize AlbertAGPT for Professional Prompts and Efficient Responses
9/4/2024 4:38:40 AM.
In this article, we will learn how to optimize your interactions, enhance productivity, and harness the full potential of AI by mastering prompt engineering techniques for superior outcomes.
File Structure: Writing and Reading Records Efficiently
8/29/2024 8:59:42 AM.
In C programming, fwrite() and fread() manage data storage and retrieval. fwrite() writes structures to a binary file, while fread() reads them back. This involves defining a structure, opening a file
Gen AI for Text Generation Creating Compelling Content with GPT-3
8/7/2024 4:59:50 AM.
Discover how Generative AI models like GPT-3 can be used to create engaging and coherent text. Learn about the techniques, applications, and benefits of using GPT-3 for text generation.
SQL: Writing Efficient Queries
7/10/2024 12:27:40 AM.
Learn how to optimize SQL queries for better performance with our guide on "SQL: Writing Efficient Queries." Discover techniques for improving query speed, such as indexing strategies, query
Best Practices for Writing Clean and Maintainable Codes
7/8/2024 8:51:02 AM.
This session will conclude with a summary of the key points and provide attendees and viewers with actionable takeaways to implement in their coding practices.
Understanding LINQ While Writing Your Own
7/3/2024 8:46:22 AM.
LINQ (Language-Integrated Query) in .NET offers a unified, declarative way to query diverse data sources like objects, databases, XML, and more. It simplifies data manipulation with methods like Where
Effective User Story Writing in Agile Development
6/12/2024 6:38:58 AM.
User stories are essential in Agile development, helping teams understand requirements from the user's perspective. This article guides you in writing effective user stories by focusing on key ele
Writing an ActiveX Control in .NET
6/11/2024 12:13:28 PM.
Learn to create ActiveX controls with .NET: expose interfaces, embed controls in web pages, transfer data from forms, and handle security.
How to Write Tests in Rust?
6/11/2024 7:08:01 AM.
Learn how to write effective tests in Rust to ensure your code is robust and error-free. This guide covers the basics of unit and integration tests, explores Rust's built-in testing framework, and
HR Efficiency: Revolutionizing Policy Writing with Copilot AI
5/24/2024 6:29:24 AM.
Copilot, an AI tool by OpenAI, transforms policy writing for HR managers. It accelerates research, offers contextual guidance, ensures quality, allows customization, and saves time, revolutionizing HR
RESTful Day #4: Custom URL Re-Writing/Routing Using Attribute Routes in MVC 4 Web APIs
5/24/2024 4:58:26 AM.
In Day #4 of your RESTful journey, delve into the power of custom URL re-writing and routing using attribute routes in MVC 4 Web APIs. Unleash the flexibility of tailored endpoints, optimizing your AP
URL Rewriting Middleware in .NET
5/11/2024 2:12:50 PM.
URL rewriting is a critical aspect of web development, enabling developers to create cleaner, more user-friendly URLs while maintaining the underlying functionality of their applications. This article
Introduction To FriendlyUrls in ASP.Net
5/8/2024 9:54:00 AM.
Learn the fundamentals of Friendly URLs in ASP.NET, exploring routing techniques for creating clean, user-friendly URLs. Discover how to configure routing in MVC applications, implement URL rewriting
Record and Pattern Matching in C# 9
4/16/2024 10:08:20 AM.
Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
File Handling In C# .NET
3/29/2024 6:31:51 AM.
This article explores C# .Net's System.IO namespace for file manipulation tasks, covering directory exploration, file operations like read, write, copy, delete, and more. It delves into DirectoryI
.NET Internals: Writing .NET IL/MSIL Code
3/13/2024 8:56:33 AM.
Learn about .NET IL, the bridge language of the .NET runtime, compiling all high-level .NET languages into a single language. Write multi-language applications in .NET, gaining insights into program e
Writing a Simple C# Files Backup Solution for File Server
11/4/2023 8:19:09 AM.
An insight and an introduction of building a simple C# files backup program
Stop Writing Code During Interviews And Do This Instead
10/30/2023 5:09:38 AM.
The reality is we expect that you can code. It’s implied, its taught in schools to children, it’s integrated into video games like Roblox. Asking a professional software developer to write trivial cod
Reading and Writing XML in C#
10/4/2023 8:56:02 AM.
In this tutorial, you will learn how to read and write XML documents in Microsoft .NET using C# language.
Writing Managed Stored Procedures using C#
9/18/2023 10:43:36 AM.
This article is trying to explain the simple and required steps that are require starting the creation of Manage Stored Procedure using C# and using them.
Azure Functions Proxies: URL Rewriting and API Composition
9/12/2023 10:20:21 AM.
Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewri
How to Write an Article That Attracts More Viewers?
9/9/2023 12:09:32 PM.
This article will explain how you can write a better article that attracts more viewers.
Use Dynamic URL Rewriting in Asp.Net
9/9/2023 11:38:58 AM.
Dynamic URL rewriting in ASP.NET is a technique used to modify the URLs of your web application dynamically. It allows you to present friendly and user-readable URLs to your users while internally rou
URL Rewriting in ASP.NET
8/8/2023 9:51:55 AM.
Most sites include variables in their URLs that tell the site what information to be shown to the user. It is something like telling the code to load particular details of item number 7 from a shoppin
Writing Better Code -- Keepin' it Cohesive
7/20/2023 7:12:26 AM.
One of the aspects of code quality we can look at is cohesion. If code is highly cohesive it is also much more testable, reusable, readable and maintainable (all the good things in life). Likewise,
Working with Files in Python: Reading, Writing and Appending
7/12/2023 5:42:38 AM.
Working with Files in Python: Reading, Writing and Appending
URL (Uniform Resource Locator) Rewriting
5/31/2023 5:52:32 AM.
This article demonstrates the complete URL rewriting concept using regular expression and set up the predefined rules. The article also demonstrates the post back issues in ASP.NET while requesting to
Writing Platform-Specific Code with Angular
5/4/2023 4:50:36 PM.
This article explores how Angular allows developers to write platform-specific code by using platform-specific providers. It explains the concept of platform-specific code and how it can be useful whe
10 Common Mistakes to Avoid When Writing JavaScript Code😯😯
5/2/2023 5:42:40 PM.
10 Common Mistakes to Avoid When Writing JavaScript Code????
Tips For Writing Semantic Elements
4/28/2023 10:41:38 AM.
We have discussed how to use semantic tags very carefully with examples.
Writing Tests Using Postman Tool
1/2/2023 8:31:27 AM.
In this article, you will learn how to write tests using Postman Tool.
URL Rewriting Middleware In ASP.NET Core
12/29/2022 9:20:44 AM.
This article explains about URL rewriting methods in ASP.NET Core.
Writing Tests In Playwright Test Automation Project
10/18/2022 9:49:15 AM.
In this article, you will learn how to write tests in playwright Test Automation Project.
Extension For Writing Mocha Tests In Visual Studio Code
10/4/2022 9:52:42 AM.
In this article, we will discuss how to add a useful visual studio code extension that will speed up writing test cases.
Handle resource files - Read and Write into a resx file programmatically: Part III
8/24/2022 9:26:21 AM.
This is the third part of the resources handling where one can see how to create a resx file to stock data about our resources using code.
Handwriting Recognition
6/3/2022 11:23:12 AM.
In this article, we'll do machine learning on handwritten digit recognition.
How To Create A PowerApps Portals (Website) Without Writing Code
5/30/2022 3:14:05 PM.
In this article, you will learn how to Create a PowerApps Portals (Website) without writing code.
Writing unsafe code - pointers in C#
5/2/2022 9:46:08 AM.
In this article I will give a short description of one of the feature of C# which are pointers and so-called unsafe code. This subject is particularly close for C++ programmers. Moreover, it is a feat
Writing Efficient Unit Test Cases with Moq and Bogus
3/21/2022 7:55:30 PM.
Writing Efficient Unit Test Cases with Moq and Bogus.
Azure Machine Learning - Writing Python Script In Notebook
3/16/2022 6:05:03 AM.
In this article, we'll learn about Azure ML.
FileStream - Read or Write Data Streams
1/5/2022 9:20:29 AM.
FileStream class can be used to read/write data to a file with the help of StreamReader and StreamWriter classes.
What Are The Key Features For Editing In Writing
10/7/2021 5:25:56 AM.
In this article, you wil learn what are the key features for editing in writing.
Best Practices Of Writing Python Code
8/4/2021 1:34:22 PM.
In this article, we are going to discuss about coding standards with python using PEP8 style guide.
Build chatbots without writing code
7/21/2021 11:02:41 AM.
Are you a Developer/ Conversation UX Designer/ Business Analyst/ Product Manager looking to build or manage chatbots? The Microsoft Bot Framework Composer provides a visual canvas to author, test, and
Few Important Uses of HttpModule: Part 1
5/26/2021 11:29:59 AM.
In this article, we will understand a few more concepts and uses of HttpModule.
AI Simulation For Insurance Underwriting Engine Testing
4/12/2021 6:58:31 AM.
In this article, you will learn about AI Simulation for Insurance Underwriting Engine Testing.
Search Data From Database in GridView Without Writing Code
4/6/2021 11:05:15 AM.
In this article we will see how we can search for data in a database in GridView without writing code.
An Example of URL Rewriting With ASP.Net
3/18/2021 6:41:40 AM.
This article introduces URL rewriting using a data-driven application. This application creates various blogs and these blogs are accessed by the title of the blog.
URL Routing in ASP.Net 4.0
2/15/2021 11:54:12 AM.
URL Routing is the process of intercepting an incoming Web request and automatically redirecting it to a different URL. This article discusses the various techniques for implementing URL Routing.
Complete CRUD Operations in MVC 4 Using Entity Framework 5 Without Writing Code
1/28/2021 12:17:23 PM.
This article describes how to perform basic CRUD operations in an MVC4 application using Entity Framework 5 without writing a single line of code.
Writing Distributable .NET Application With x2net
1/11/2021 8:05:26 AM.
Writing distributed applications, especially deployed across a network, tends to be a challenge, not only due to the trickiness of network programming but more so because your code, business logic mes
Writing A Generic Data Access Component - Flexible Approach
12/7/2020 1:10:14 AM.
Here is one more flexible approach to achieve the same. I prefer this approach to generic data access.
Reading and Writing Unicode Data in .NET
11/6/2020 1:21:12 AM.
This article is for beginners about writing and reading Unicode data from various data sources, including text files, user input and databases. It also demonstrates how to display that data in .NET ap
Writing ADO.NET Applications
11/2/2020 9:51:29 AM.
In this article I will explain you basic steps required to write an ADO.NET Application.
Writing JavaScript Tests Using Jasmine Framework
6/9/2020 10:54:23 AM.
In this post, we will see how we can write unit test cases in JavaScript.
Writing A Sensor Value In The SD Card Using Arduino
4/24/2020 12:29:57 AM.
In this article, we are going to see how to write ultrasonic sensor values in the SD card using SD Card module. This is applicable to every SD card.
Writing Unit Test Using XUnit And Mocking Frameworks (NSubstitue/FakeItEasy)
4/10/2020 8:56:33 AM.
In this article, you will learn about Writing Unit Test using XUnit and Mocking Frameworks like NSubstitue or FakeItEasy.
Reading And Writing The Text From A Scanned PDF Using RPA
4/4/2020 2:28:47 PM.
In this article we can discuss about the Reading and writing of Scanned PDF using the RPA concept
Python Language Tutorial Part- 4
2/7/2020 4:48:25 AM.
In this article you will learn how to use of Module and I/O. Both the concepts are very known in every language.
What Is New In Handwriting Experience In Windows 10
1/15/2020 12:20:26 PM.
What Is New In Handwriting Experience In Windows 10.
How To Write Good Articles
7/21/2019 11:45:30 PM.
In this post we are going to see a few points which you should consider when you write an article.
Writing Unit Tests For Our Applications Via xUnit, FakeItEasy And Shouldly
6/5/2019 10:31:13 AM.
This article shows you an easy sample to demonstrate how to write unit tests for our application via xUnit, FakeItEasy, and Shouldly.
Writing Secure Code Using C#
3/13/2019 11:56:41 AM.
Writing secure code is an important part of software development. .NET provides code access security mechanism that grants/denies access to resources within a method call. This article explains how to
Writing a Generic Data Access Component
3/7/2019 12:31:49 AM.
I've received couple of emails people asking me how can they use a common data provider to access various types of data sources without loosing the power and flexibility of native data provider li
Writing For A Community Website Vs. Personal Blog
2/24/2019 3:31:29 PM.
Why should I write for a community website like C# Corner when I have my own personal blog? A few people have asked me this question on numerous occasions.
Understanding Class In Layman Way
12/31/2018 4:52:14 AM.
In this video, I have tried to simulate a layman formula to understand how to visualize before writing a class in object-oriented programming domain. I hope you would like this whole analogy that I ha
Writing XML Using DataSet in C#
12/21/2018 12:11:02 AM.
How to write a DataSet to an XML file using C#. The WriteXml method writes the current data (the schema and data) of a DataSet object to an XML file.
Implement ASP.NET WEB API CRUD Logic Using Entity Framework Without Writing Code And Test It With Postman
11/21/2018 5:33:48 AM.
This article will demonstrate how to implement ASP.NET WEB API CRUD logic using Entity framework without writing code and how to test it with Postman
OpenFileDialog In C#
9/16/2018 10:38:30 AM.
The OpenFileDialog object interacts with the Computer’s API (Application Programming Interface) to present available files to the user and retrieves the user’s file selection back to the program.
Reading And Writing Documents With Single Document APIs In Elastic Search
6/6/2018 10:50:32 AM.
In this article, we are going to learn how to create, update, delete and querying elastic search documents.
Best Practices Of Writing C# Code
5/15/2018 11:20:35 PM.
Anyone can write code with a few months of programming experience. But some developers know the coding standard and naming convention but not everyone follows the best practices
Writing Unit Test Using NUnit And NSubstitute
4/16/2018 1:59:20 AM.
This video aims to demonstrate, how we can write unit test for a loosely coupled application using NUnit and NSubstitute.
ASP.NET MVC CRUD Operation Using Entity Framework Without Writing Single Code
11/8/2017 5:11:53 AM.
Here, you will learn to do CRUD (Create,Read,Update and Delete) operations in MVC using Entity Framework without writing a single line of code.
ASP.NET Core 2.0 URL Rewriting
10/11/2017 1:00:55 PM.
URL Rewriting is about modifying the request URL based on custom rules in order to decouple the address from the underlying resource. This could be for reasons like security, SEO, user friendly URL an
URL Rewriting Middleware In ASP.NET Core - Day Eight
8/3/2017 6:39:00 AM.
In this article, we will discuss about the Url Rewriting in the Asp.Net Core.
Writing Code With Programming Ligatures In Visual Studio
8/1/2017 10:28:31 AM.
Almost all visual studio developers are already in love with Consolas font. Consolas is an awesome, top ranked font to write code. But sadly, Consolas doesn't has any ligature support for us. What
Writing Our Own Memory Manager In C/C++
4/21/2017 1:49:48 PM.
In this article we will write our own memory manager by implementing our malloc function and memory management schemes such as FCFS, Paging, Segmentation etc., using C/C++.
Writing Effective C# Code
3/16/2017 4:38:16 PM.
This article explains how to write better C# code to make it effective and maintainable.
URL Rewriting In ASP.NET 4.0/ 4.5 WebForm
3/8/2017 4:01:26 PM.
In this article, you will learn about URL rewriting in ASP.NET 4.0/ 4.5 WebForm.
Tips For Writing Clean And Concise Code In C#
11/1/2016 8:01:41 PM.
In this article, you will learn about tips for writing clean and concise code in C#.
Creating Excel Charts And Writing A Macro To Refresh Data Automatically
10/2/2016 1:57:00 PM.
In this article, we are going to see how to create a report and chart in Excel and also to write a Macro to refresh the chart automatically.
Writing Custom Report Using Report Wizard
9/19/2016 5:55:47 PM.
In this article, you will learn about writing custom reports for Dynamics CRM, using Report Wizard.
Writing Custom Reports For Microsoft Dynamics CRM 2016
9/15/2016 1:48:21 PM.
In this article, you will learn about custom reporting options in Dynamics CRM.
Writing A Sample Login Page In ASP.NET MVC
8/9/2016 10:44:12 AM.
In this article, we will create a simple login form in ASP.NET MVC . We will validate the user information from SQL Server and show the appropriate action, based on the user validation.
Microsoft PowerApps - Build Enterprise Mobile Apps Without Writing Code
5/11/2016 1:42:01 PM.
In this article you will learn how to build Enterprise Mobile Apps without writing code in Microsoft PowerApps.
Writing Retrieve Method Using Web API
4/30/2016 4:19:26 AM.
This sample is about writing retrieve method using Web API for Dynamics CRM 2016.
CRUD Operations Without Writing Code In ASP.NET MVC
3/28/2016 10:55:47 AM.
In this article you will learn how to use MVC feature to perform all CRUD database operations without writing a single line of code in .NET Framework.
UWP Data Binding Using Microsoft Blend Without Writing Code
2/13/2016 12:01:33 PM.
In this article you will learn about UWP Data Binding using Microsoft Blend without writing code.
Introduction To LINQ
1/16/2016 11:17:17 AM.
In this article you will learn about an introduction of LINQ and styles of writing LINQ queries.
Writing Associate And Disassociate Request Using Web API
1/5/2016 1:49:02 PM.
This article is about writing associate and disassociate request using Web API.
Writing Delete Request Using Web API
1/1/2016 1:24:25 AM.
This article is about using DELETE http method in Web API in Dynamics CRM 2016.
Writing Update Request Using Web API
12/31/2015 6:03:39 AM.
This article is about writing update request using Web API in Dynamics CRM 2016.
Writing Create Request Using Web API
12/31/2015 12:08:56 AM.
This article is about writing create request in Dynamics CRM 2016 using Web API.
Writing Retrievemultiple Request Using Web API
12/29/2015 3:32:27 PM.
This article is about writing retrievemultiple request using Web API in Dynamics CRM 2016.
Design Query Editor In SQL Server
12/8/2015 12:38:50 PM.
In this article we will discuss about the option of using display query in editor for writing queries directly by design form wizard options.
Reading And Writing XML Content Using C#
11/12/2015 11:19:16 PM.
In this article you will learn how to read and write XML content using C#.
Writing Clean Code and Magic Numbers
7/28/2015 9:50:39 AM.
In this article you will learn how to write clean code and Magic Numbers.
Understanding Unsafe Code in C#
3/13/2015 8:33:19 PM.
This article helps us to understand and use unsafe code in C# programming.