Author: admin

  • Blog
  • Author: admin

How to insert a item in databound dropdownlist at nth position

Hello guys, Sorry for not posting anything for long time. Actually i was busy about changing my job. We have use the dropdownlist with millians of time some developer still does not know that how to insert the listitem at particular level. Suppose your dropdownlist is having 5 items and it isbound with some datasource

How to sort a data table in C# with LINQ

One of friend today ask how we can sort data table based on particular column? So I thought it’s a good idea to write a blog post about it. In this blog post we learn how we can learn how we can sort database with LINQ queries without writing much more long code. So let’s

Video: How to use Git with Visual Studio Code

Recently I am having fun creating videos and I have created another one. In this video, I have explained how we can use GIT Source Control with Visual Studio Code. You will get any idea how it is very easy to to use GIT with Visual Studio Code. You can see that video at following.

Video: How to create Rest API in ASP.NET Core

I have again created a video for creating Rest API in ASP.NET Core. In this video I have explained How we can create Rest API with ASP.NET core very easily. I hope you will enjoy the video. Here is the link for the video. https://www.youtube.com/watch?v=QpjkiQ5qYtw Same Video is available at Vimeo also. How to create