Home »
Archive by categoryTutorials (Page 3)
Add Google custom search in asp.net MVC website Hello folks, today we will discuss regarding how to add google custom search in asp.net MVC website!! It is very difficult to add full text search or provide whole website search functionality easily. To over come this problem we will...
Continue reading
May 28, 2018 Dhruv Sheth
ASP.NET, ASP.NET MVC, C#, Google Tools, Tutorials
No Comment
4 ways to Convert JSON to DataTable in C# – asp.net Problem: Sometime we do require to convert JSON to DataTable in C# Windows Application or Web application or website to display data using DataTable in GridView or DataGrid or other Server Control. I strongly recommend to read...
Continue reading
April 10, 2018 Dhruv Sheth
ASP.NET, asp.net Interview Questions, ASP.NET MVC, C#, C# Interview Questions, Interview Q&A, Tutorials
No Comment
Scheduler for multiple instances in C# Hello folks, today I will explain regarding Scheduler which would work for multiple instances. Scheduler will be used to do schedule tasks in our project. Like someone wants to send email to all customers at specific time and date, one could use...
Continue reading
April 8, 2018 Dhruv Sheth
C#, Tutorials
No Comment
Difference between Abstraction and Encapsulation in C# Hey folks, till day you have read Use of Private Constructor in C# with an example, Difference between Throw and Throw ex in C#, Difference between Var and Dynamic in c#,Difference Between WCF and WebAPI , Difference between String and string in C#, Difference between Nullable<>...
Continue reading
April 8, 2018 Dhruv Sheth
C#, C# Interview Questions, Interview Q&A, Tutorials
No Comment
Use of Private Constructor in C# Hey folks, till day you have read Difference between Throw and Throw ex in C#, Difference between Var and Dynamic in c#,Difference Between WCF and WebAPI , Difference between String and string in C#, Difference between Nullable<> and ?,Difference between Hashtable and Dictionary,Insert data into Database...
Continue reading
April 7, 2018 Dhruv Sheth
C#, C# Interview Questions, Interview Q&A, Object Oriented Programming, Tutorials
No Comment
Difference between Throw and Throw ex in C# Hey folks, till day you have read Difference between Var and Dynamic in c#,Difference Between WCF and WebAPI , Difference between String and string in C#, Difference between Nullable<> and ?,Difference between Hashtable and Dictionary,Insert data into Database table using SQLBulkCopy class...
Continue reading
April 6, 2018 Dhruv Sheth
C#, C# Interview Questions, Interview Q&A, Tutorials
No Comment
Use of Yield in C# Quote from MSDN “The yield keyword signals to the compiler that the method in which it appears is an iterator block. The compiler generates a class to implement the behavior that is expressed in the iterator block. In the iterator block, the yield...
Continue reading
April 5, 2018 Dhruv Sheth
C#, C# Interview Questions, Interview Q&A, Tutorials
No Comment
Problem: Sometime DBA’s want to get script of indexes from their current database. How anyone can get “Drop and Create script” directly from any database is the another problem!!! Solution: We have different two below scripts from which we could get “Drop and Create script”, both scripts are working identically...
Continue reading
April 4, 2018 Dhruv Sheth
Performance Improvement in SQL, SQL Downloads, SQL SERVER, Sql Server Scripts, Tutorials
No Comment
Get YouTube video thumbnail – YouTube API Each YouTube video has 4 generated images. They are predictably formatted as follows: https://img.youtube.com/vi/<insert-youtube-video-id-here>/0.jpg https://img.youtube.com/vi/<insert-youtube-video-id-here>/1.jpg https://img.youtube.com/vi/<insert-youtube-video-id-here>/2.jpg https://img.youtube.com/vi/<insert-youtube-video-id-here>/3.jpg The first one in the list is a full size image and others are thumbnail images. The default thumbnail image (ie. one of 1.jpg,...
Continue reading
April 3, 2018 Dhruv Sheth
Tutorials, Youtube API
No Comment
Problem: An important step in optimizing a system is to take a holistic approach and look at stored procedures that are called very often. These procedures can often be the backbone of a system. Sometimes optimizing these procedures can have a dramatic effect on relieving the physical bottlenecks...
Continue reading
April 2, 2018 Dhruv Sheth
Interview Q&A, Performance Improvement in SQL, SQL Downloads, SQL Interview Questions, SQL SERVER, Sql Server Scripts, Tutorials
1 Comment