TechBrij - .NET, C#, JavaScript, Web Development

  • Home
  • Categories
  • About

Category: C#

Migrate WordPress Comments to Giscus(GitHub Discussions)

A detailed Step-by-Step guide on migrating WordPress comments to Giscus (GitHub Discussions) using a C# (.NET Core) application.
C# WordPress

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
ASP.NET MVC C#

Azure Functions + Cognitive Services: Automate Image Moderation

How to automate image moderation using Azure functions (Serverless architecture) and Microsoft Cognitive Services (AI).
Azure C#

Generalize a method to read any master table with C# and Dapper

Generic way to read any master table with C# and Dapper.
Architecture C#

PostgreSQL Enum, C# and Dapper

How to map C# enum to PostgreSQL Enum
ASP.NET ASP.NET MVC C#

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.
Guest Posts C#

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.
ASP.NET ASP.NET MVC C# excel

Pivot C# Array or DataTable: Convert a Column To a Row with LINQ

How to convert a column to a row (Pivoting) in C# Array or DataTable using LINQ.
C# 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.
Architecture ASP.NET C#

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.
ASP.NET MVC C# excel MongoDB

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.
ASP.NET MVC C#

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.
ASP.NET MVC C# excel

Get Browser Height and Width on Server Side in ASP.NET

How to get browser height and width on server side in ASP.NET web form application.
ASP.NET C#

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.
ASP.NET C# entity framework

An Interesting LINQ Exercise

An Interesting Exercise(Sequence based combination) based on LINQ, Group By and SelectMany in c#
C# linq

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#
ASP.NET MVC C# linq Web API

C# LINQ: Combine Multiple Sequences In Parallel

Different ways to combine multiple lists in parallel (by order) in C# LINQ.
C# linq

Grouping Data in ASP.NET Gridview Control

How to group asp.net gridview rows.
ASP.NET C#

Displaying Total in ASP.NET Gridview Footer Row Without using Template Field

Learn how to display Total in ASP.NET Gridview Footer Row Without using Template Field.
ASP.NET C# linq

Sequence contains no elements : LINQ error

Learn how to fix "Sequence contains no elements" LINQ or Lambda expression error.
ASP.NET C# linq vb.net

Naming Conventions & Coding Standards for .NET Web Developers

Naming Conventions & Coding Standards resources for .NET Web Developers.
ASP.NET JavaScript C#

Client Side Validation using ASP.NET Validator Controls from Javascript

How to perform Client Side Validation using ASP.NET Validator Controls from Javascript.
ASP.NET JavaScript C#

Redirect to Stream as File Attachment to Download in ASP.NET

Code snippet to convert stream as file attachment to download in asp.net
ASP.NET C#

Convert Integer to Day of Week in .NET

How to convert integer values to day of week in .NET
C#

Handle Web Exception raised from HttpWebRequest in C#

How to handle HttpWebRequest.GetResponse() raised webexception in C#
ASP.NET Windows app C#

New Features in BrijPad 1.1

It explains how the test .NET data generated using BrijPad and new splitter interface.
BrijPad Products C# vb.net

Concurrency violation: the UpdateCommand affected 0 of the expected 1 records

How to solve DBConcurrencyException Concurrency violation: the UpdateCommand affected 0 of the expected 1 records error for MS-Access.
C# vb.net

Bind array to specific column of asp.net gridview

How to bind array to particular column of asp.net gridview using Linq.
ASP.NET C# linq

Get Selected Radio button’s Text in C# windows app

How to get selected radio-button text in windows app c# .net.
Windows app C# linq

Symbiosis SCDL Sample Project and Report

Symbiosis SCDL Sample Project and Report in asp.net (C#) for PGDIT.
How To C#

Sharepoint search in document library/list programmatically (using C#)

How to search in sharepoint document library using c#
Sharepoint C# Sharepoint

String to DateTime, FormatException and ASP.NET

How to handle FormatException(String to DateTime) in ASP.NET
ASP.NET C#

Display Hierarchical Data with TreeView in ASP.NET 2.0

How to display hierarchical data with TreeView in ASP.NET
ASP.NET C#

Add Dynamic Buttons and Handle click event on server side in ASP.NET

How to Add Dynamic Buttons and Handle click event on server side using __doPostBack.
ASP.NET C#

Adding Gridview nested in Repeater in ASP.NET 2.0

How to add Gridview nested in Repeater in ASP.NET 2.0
ASP.NET C#

Create Windows Service quickly using .NET

How to create Windows Service quickly using .NET
Windows app C# windows

Convert TimeSpan to year, month, date (Age Calculation) in .NET

C#

Custom role provider based sitemap navigation in asp.net

Here are the steps to implement sitemap navigation based on the custom role provider.
ASP.NET C#

Create Dynamic DropDownLists in asp.net

It shows to create dynamic dropdownlist and maintain selected value during postback in asp.net.
ASP.NET C#

Retrieve value of Dynamic controls in asp.net

It explains to retrieve value of dynamic asp.net controls which are generated conditionally.
ASP.NET C#

Windows Form Localization in .NET

Step by step guide to implement localization for windows app using .NET
Windows app C# windows

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
Sharepoint C# Sharepoint

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.
C#

Install sql server database with visual studio setup

It explains the steps to install sql server database using visual studio setup.
Windows app C# sql server visual studio
Brij Mohan Pic TechBrij Microsoft MVP 2012-13

TechBrij LinkedIn Profile

JavaScript ASP.NET Core C# ASP.NET ASP.NET MVC Node.js HTML CSS ProjectsOnline ToolsCheat-sheets (Notes)

Follow Us

  • 2100+fansLike
  • 1000+subsSubscribe
  • 200+followersFollow
  • 200+subsSubscribe

Subscribe via Email

Get updates when new tutorials are published on TechBrij. Enter your email to enroll.

About | Privacy Policy | Contact | Topics
Copyright © 2010-2024 TechBrij. All Rights Reserved.

Adblock detected!

We have detected that you are using adblock in your browser to disable advertising, but it also blocks useful features of our website.

Please disable your ad blocker for the best site experience.

This website uses cookies to ensure you get the best experience on our website. Learn more