What is RDLC File? Krunal Shah2017-10-23T03:46:00-07:00 The .rdlc is the format of a report file used by the Microsoft reporting system. Mainly Microsoft Visual Studio creates this rdlc file ex...Read More
How to access a DLL in Visual Studio Project? Krunal Shah2017-10-23T03:45:00-07:00 The dll is a portable executable (PE) file format with .dll extension. It provides numerous advantages. Many development tools or IDE (Int...Read More
How to create a DLL file in Visual Studio Krunal Shah2017-10-23T03:44:00-07:00 The .dll is a portable executable (PE) file format. It helps us to reuse the same code in many applications simultaneously. Many developme...Read More
Connect Database Server using Server Explorer Krunal Shah2017-10-23T03:43:00-07:00 Microsoft Visual Studio allows us to connect database server. This article describes how to connect database server with Server Explorer ...Read More
ASP.NET MVC Interview Questions with Answers Krunal Shah2017-10-23T03:41:00-07:00 ASP.NET MVC is the MVC based framework developed by Microsoft corporation. By using it we can easily developed and maintain large scale ap...Read More
How to use Paging in SQL Queries? Krunal Shah2017-10-23T03:34:00-07:00 Paging is one of the most important tasks when developers developed applications. This article describes how to use paging in SQL queries ...Read More
Difference between Managed Code and Unmanaged Code Krunal Shah2017-10-23T03:33:00-07:00 Managed Code and Unmanaged Code are very important in .NET technologies. This article describes the difference between Managed Code and Un...Read More
Context Has Changed Since the Database Was Created Krunal Shah2017-10-23T03:32:00-07:00 At present Entity Framework is used widely. We face some problems during working with Entity Framework. It takes lot of times to find out ...Read More