Category: C#
ASP.NET MVC: Display Total and Avg in Table footer in Razor Views
Displaying Sum (Total), Avg, Count, Min and Max in table footer in ASP.NET MVC Razor Views
Azure Functions + Cognitive Services: Automate Image Moderation
Generalize a method to read any master table with C# and Dapper
Generic way to read any master table with C# and Dapper.
PostgreSQL Enum, C# and Dapper
How to map C# enum to PostgreSQL Enum
How to Get the Entity Column List from Microsoft Dynamics CRM
Learn how to get the entity column list from Microsoft Dynamics CRM Integration via C# SDK.
Export Data to Excel (.xls, .xlsx) in ASP.NET - C#
Different ways to export data to excel (.xls, .xlsx) in ASP.NET using EPPlus, NPOI ...etc.
Pivot C# Array or DataTable: Convert a Column To a Row with LINQ
A Better Way To Manage ASP.NET Session With Generic Wrapper
How to manage ASP.NET Session with generic wrapper to create strongly typed get/set.
Bulk Insert - Save DataTable to MongoDB - C# MongoDB Driver 2.1
How to bulk insert from C# DataTable to MongoDB for inserting a large amount of data.
Upload and Read CSV File in ASP.NET MVC
How to upload and read CSV File in ASP.NET MVC (C#) WITHOUT using Jet/ACE OLEDB provider.
Upload and Read Excel File (.xls, .xlsx) in ASP.NET MVC
How to upload and read both .xls and .xlsx excel files in ASP.NET MVC and C# without ACE Database engine.
Get Browser Height and Width on Server Side in ASP.NET
Combine Images into Facebook Style Collage in ASP.NET Web Forms
Combining multiple images into Facebook like collage with opacity gradient using asp.net, entity framework and c# graphics.
An Interesting LINQ Exercise
C# LINQ: Saving JSON Data to SQL Server Database using JSON.NET and SqlBulkCopy
How to save JSON Data to SQL Server Database using ASP.NET Web API, JSON.NET, LINQ, SqlBulkCopy and C#
C# LINQ: Combine Multiple Sequences In Parallel
Grouping Data in ASP.NET Gridview Control
Displaying Total in ASP.NET Gridview Footer Row Without using Template Field
Sequence contains no elements : LINQ error
Naming Conventions & Coding Standards for .NET Web Developers
Naming Conventions & Coding Standards resources for .NET Web Developers.
Client Side Validation using ASP.NET Validator Controls from Javascript
How to perform Client Side Validation using ASP.NET Validator Controls from Javascript.
Redirect to Stream as File Attachment to Download in ASP.NET
Convert Integer to Day of Week in .NET
How to convert integer values to day of week in .NET
Handle Web Exception raised from HttpWebRequest in C#
How to handle HttpWebRequest.GetResponse() raised webexception in C#
New Features in BrijPad 1.1
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records
Bind array to specific column of asp.net gridview
Get Selected Radio button’s Text in C# windows app
How to get selected radio-button text in windows app c# .net.
Symbiosis SCDL Sample Project and Report
Sharepoint search in document library/list programmatically (using C#)
How to search in sharepoint document library using c#
String to DateTime, FormatException and ASP.NET
Display Hierarchical Data with TreeView in ASP.NET 2.0
Add Dynamic Buttons and Handle click event on server side in ASP.NET
Adding Gridview nested in Repeater in ASP.NET 2.0
Create Windows Service quickly using .NET
How to create Windows Service quickly using .NET
Convert TimeSpan to year, month, date (Age Calculation) in .NET
Custom role provider based sitemap navigation in asp.net
Create Dynamic DropDownLists in asp.net
Retrieve value of Dynamic controls in asp.net
Windows Form Localization in .NET
Step by step guide to implement localization for windows app using .NET
The search request was unable to connect to the Search Service: MOSS Error
Steps to fix MOSS error: The search request was unable to connect to the Search Service
Submit ASP.NET Form quickly from C# app using Fiddler
Here is simple example to submit asp.net web form from C# windows app with the help of Fiddler.
Install sql server database with visual studio setup
It explains the steps to install sql server database using visual studio setup.