Skip to content
Thursday, January 21, 2021
Latest:
  • Converting List to DataTable in C#
  • Introduction to Entity Framework
  • Adding User To Role Using Identity
  • Converting DataTable to List
  • Using SqlDataAdapter to fill DataTable in c#

Sushil Sapkota

  • Home
  • Technology
  • Travel
  • Contact

Author: Sushil Sapkota

asp.net 

Converting List to DataTable in C#

November 24, 2019November 7, 2020 Sushil Sapkota 0 Comments datatabke

public static DataTable ConvertToDataTable<T>(IList<T> data)         {             PropertyDescriptorCollection properties =  

Read more
asp.net 

Introduction to Entity Framework

April 24, 2019November 7, 2020 Sushil Sapkota 0 Comments

Entity Framework is an object-relational mapper (O/RM) that enables .NET developers to work with a database using .NET objects. It

Read more
asp.net 

Adding User To Role Using Identity

April 22, 2019November 7, 2020 Sushil Sapkota 1 Comment Asp.net Identity

First Create a viewmodel  public class ApplicationUserRoleViewModel     {         public string UserId { get; set;

Read more
asp.net 

Converting DataTable to List

April 21, 2019November 7, 2020 Sushil Sapkota 0 Comments c#, datatable, list

Calling from Controller  public ActionResult Index()         {             //join use  

Read more
asp.net Uncategorized 

Using SqlDataAdapter to fill DataTable in c#

April 21, 2019November 7, 2020 Sushil Sapkota 0 Comments c#, sqladapter

public DataTable List(string sql)        {            SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings[“DefaultConnection”].ConnectionString);     

Read more
asp.net Uncategorized 

Connection String in ASP.NET With SQL Server

March 23, 2019November 7, 2020 Sushil Sapkota 0 Comments c#, connection string, sql

Connection string can be placed in web.config file found in root directory of the application from .NET 3.5 onward.connection string

Read more
Uncategorized 

Knowing Nuget and installing a Package

March 16, 2019November 7, 2020 Sushil Sapkota 1 Comment

 For .NET Microsoft-supported mechanism for sharing code is NuGet, which defines how packages for .NET are created, hosted, and consumed, and

Read more
asp.net Uncategorized 

Models In Asp.net MVC

March 16, 2019November 7, 2020 Sushil Sapkota 0 Comments c#, model

What is a Model?Model is a class that represents domain specific data and business logic in a dot net application.

Read more
asp.net Uncategorized 

Getting Started With ASP.NET MVC First Application

March 16, 2019November 7, 2020 Sushil Sapkota 1 Comment mvc

Requirements: Visual Studio (i am using VS 2017 for demo) Open up the visual studio and Click File -> New

Read more
asp.net Uncategorized 

Introduction to ASP.NET MVC

March 16, 2019November 7, 2020 Sushil Sapkota 1 Comment mvc

What Is Asp.Net MVC ? Asp.net MVC is a framework introduced by microsoft in 2008 for building web application.Asp.net MVC is

Read more
  • ← Previous

Recent Posts

  • Converting List to DataTable in C#
  • Introduction to Entity Framework
  • Adding User To Role Using Identity
  • Converting DataTable to List
  • Using SqlDataAdapter to fill DataTable in c#

Archives

  • November 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2017
  • February 2017
  • March 2015
  • April 2013
  • December 2012
  • August 2012
  • June 2012
  • April 2012

Categories

  • asp.net
  • Entertainment
  • Fashion
  • Food & Health
  • iis
  • jquery
  • News
    • Politics
    • Sports
    • World
  • Sql
  • Technology
  • Travel
  • Uncategorized
  • windows server
  • windows service

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

We love WordPress and we are here to provide you with professional looking WordPress themes so that you can take your website one step ahead. We focus on simplicity, elegant design and clean code.

Contains all features of free version and many new additional features.

Recent

  • Converting List to DataTable in C#
  • Introduction to Entity Framework
  • Adding User To Role Using Identity
  • Converting DataTable to List

Categories

  • asp.net
  • Entertainment
  • Fashion
  • Food & Health
  • iis
  • jquery
  • News
  • Politics
  • Sports
  • Sql
  • Technology
  • Travel
  • Uncategorized
  • windows server
  • windows service
  • World

Gallery

Copyright © 2021 Sushil Sapkota. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.