• Skip to primary navigation
  • Skip to main content

Nikhil Mittal

|| Software Developer || App Developer ||

  • Home
  • About Me
  • Blog
  • Testimonials
  • Achievements
  • Portfolio
  • Interview Q&As
    • Angular – QA Series 1
    • Angular – QA Series 2
    • Angular – QA Series 3
    • Angular – QA Series 4
    • Convert Angular App to Mobile APK
    • C# TYPICAL QUESTIONS – SERIES
    • Advanced Q & A – Series 1
    • Advanced Q&A – Series 2
    • Advanced Q&A Series – 3
  • Free Video Tutorials
    • ASP.NET C#
    • C# Tutorial – In Hindi
    • C# Tutorial – English
    • C#-Advanced
    • MVC DOT NET 4.8
    • Web API Dot Net Core 3.1
    • Azure DevOps
    • HTML/CSS – In Hindi
    • SQL Developer
    • Angular 10+
    • Corporate Skills
  • Consulting
  • Contact Us

Educational

Featured Article

Email Send Code in C#...

admin

Educational

Featured Article

MVC Page Life Cycle...

admin

Educational

Featured Article

Deploy an Angular App To GitHub Pages...

admin

Educational

Featured Article

Convert Datatable to List in C#...

admin

Educational

Featured Article

Pivot in C#...

admin

Educational

  • Educational
  • Soft Skills
  • All

Email Send Code in C#

To Send an Email using SMTP Credentials you can use below code to send effectively. For Email Providers such has GMAIL you need to “Allow Less Secure Apps” from your Account to send email without failure. Below is a working and tested code in C#. Visits: 16992

MVC Page Life Cycle

MVC Page Life Cycle is very simple to understand , however for those who want to understand it in complete depth below document explains it in and out and every process in complete detail. You can also save the document with you or alternatively you can bookmark his page for re-reference. Visits: 156

Deploy an Angular App To GitHub Pages

Angular 7 Code is running in Visual Studio CodeWeb API and SQL Server are the Service & DB Layer Step 1:git remote add origin https://github.com/USERNAME/REPOSITORY_NAME.gitCheck above:Git remote –vAbove path should be present in output as fetch and pushStep 2:npm install -g angular-cli-ghpagesStep 3:In your routes configuration addRouterModule.forRoot(routes, {useHash: true});In your index.html do this; Step 4:Edit […]

Convert Datatable to List in C#

We often return Data from SQL Server in DataTable Format and we would like to use that Datatable in code using List<object>. Below Function Converts provided Datatable into list easily. It is like an extension method to the DataTable and can be called directly to Convert it to a list. Visits: 343

Pivot in C#

In SQL it is very easy o convert to PIVOT however if you have a requirement to convert a data to PIVOT in C# you will find n number of links of which none are working , even if it works you will have too less control on manipulation like if you need to include […]

  • Home
  • About Me
  • You Tube
  • LinkedIn