.NET programming

Find articles, code snippets and sample projects on .NET programming technologies including C#, VB.NET, ASP.NET and so on.



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Exporting GridView to PDF

In this article I am going to explain how you could export gridview to a pdf file using iTextSharp.dll in a well aligned format. I would like to explain the concept by making use of a sample application.

Cloud Computing: From Infrastructure to Serverless Architecture

Cloud computing has been a game-changer, revolutionizing how businesses and individuals access and manage technology resources. Its flexible, scalable, and cost-effective solutions have transformed traditional IT infrastructure, catering to diverse computing needs.

The Role of Robotics And Automation in Prefabricated Construction

Discover how robotics and automation are revolutionizing the construction industry by advancing prefabricated structures. Explore the advantages, from increased productivity to improved safety and precision. Learn about advanced technologies like robotic systems, 3D printing, panelization, and IoT integration.

Creating pivot table in excel using Microsoft.Office.Interop.Excel MVC 5 C#

Hi friends today am going to show how to create pivot table in excel sheet using c#. I got the requirement but no clear code is found for the same in the internet. So I would like to post the article with clear c# code. Hope it will be useful for those who is looking for pivot table creation using c#.

How to Design High-Converting Landing Pages

Developing a new landing page seems to be a simple task. But Designing a high converting Landing page is a big Task. Here are few factors to be considered while designing a landing page.

Extract images from word document using OpenXML

This resource is about to extract images from word document using OpenXML. File extension should be .docx. DOCX means XML Documents which helps you to read files easily and perform any action on the system because it is light weight.

Usage of Dropdownlist using ASP.NET Core MVC with Database

This article mainly for the persons if they are struggling to populate a dropdownlist with some items from database. Initially I faced a problem to populate dropdownlist in my view using MVC. Hence posting this article as a quick reference!

Partial Page in ASP.NET MVC

This article will give you the high level of understanding about the partial page and webgrid. I was working on a requirement where I need to show the user request based on their status (Approved, Pending, ect...) in different tables.

JsGrid - How to use jsGrid in ASP.NET MVC Application

In this article, I am going to explain how to use the jsGrid to display the data and some other tactics in very easy steps. I am building the application in ASP.NET MVC. The audience should have at-least basic knowledge of .net and ASP.Net MVC.

Update ListItems and Check-In file in Moss 2007 using Web Services

In my project I'm facing one typical situation, while download the file few of the files are Checked out status, we can't download the file if the status is in Check-out, so I thought to Check-In files before download it, but it's not possible to check-In bulk of files with in fraction of seconds, So I decided to Check-In all the files through code.

Email,Phone No and Name Validation using JavaScript in Asp.Net

In this article I will be explaining how to validate Textboxes of name, email and phone number in a web page using JavaScript validations in ASP.Net. for e.g, Phone No should be only in Digits, Name accept only space and characters, Email should be in this Form abc@xyz.com.

Working with 3Tier Application with Examples.

In this artical i'm trying to explain how to prepare 3 tier Architecture and how to use Different Layers to perform operation..? What is the use to prepare Layers...? 3-Tier architecture generally contains UI or Presentation Layer, Business Access Layer (BAL) or Business Logic Layer and Data Access Layer (DAL).

TemplateMonster Certification Center – Show up your web talents

Template Monster is one of the oldest providers of website templates. Template monster offers themes for business, blogs etc that are working with the popular CMS such as WordPress, OpenCart, Magento and others. Recently, they have started a free certification programme called TemplateMonster Certification Center. Read this article to know more about their Certification Center.

Get List Items through Recurrsive Sub-Folder in Moss 2007 using Web Services

In this article I'm going to explain how to get the files under Document Library Folders and Sub Folders, for example If the folders are Recursive then how to get the items behind it. In this article I'm going to explain clearly how to get the items in Recursive Sub folders in Moss 2007 using Web services.

Read and Write Excel in C#

In this article I'm going to explain how to read and write data from Excel file with cell by cell. Recently I'm in a situation to update or modify the data in each cell. If I go with Excel there is no option to update the data cell wise but when we go with Excel we can read / write / update data cell by cell, but coming back to performance it's little bit down as compare with Csv but in a situation to read / write/ update cell information Excel is the best option.

Submit Your Article