Introduction Exceptions, are like part and parcel of an application. They are boon and ban for an application to. Is’nt it?This would be controversial, for developers it helps them track minor and major defects in
Read moreCategory: CodeProject
Full Text Search in SQL
Introduction Executing complex queries against character-based data on the sql tables can be accomplished using Full Text Queries across SQL as well as Azure SQL databases. There are many a times this type of requirement
Read moreUsing Rotativa in MVC application
Introduction Generating PDF from your web applications is easy, simple and reliable. There are many tools/packages available in the Nuget. Here, in this article we would learn how to use Rotativa in the MVC applications.
Read moreEverything about SQL- Get Started
Topics to be Covered SQL Basics Introduction What is a database? What does Relational mean? A small example SQL Statement Naming Things Creating Things Everything about SELECT Statement Introduction FROM Clause Limiting Result Set WHERE
Read moreUnderstanding Filters in MVC
Introduction There are scenarios when we have an implementation which will be reused at many places, which is not confined to a single place or method. This is fulfilled by the Filters in MVC. This
Read moreUpload .csv file in MVC application using ajax
Introduction CSV(Comma Separated Values), which means the values are separated by commas. Usually in applications, there is a requirement to upload .csv files only through the HTML uploader and retrieve the values and save to
Read moreWebSecurity in MVC
Introduction In this article , I would be discussing a very interesting topic called WebSecurity in MVC applicationa and how easy and simple it is to implement and understand. Let me share a small incident
Read moreMini Profiler from Nuget
Introduction Being developers we always face a challenge, to debugand optimize the queries we have written for any request made to the server. Getting the exact time of the queries requested for each page load
Read moreUsing Font Awesome from Nuget
Introduction Still using images for icons!! Now in every other web site/web pages, we find intensive use of icons to help user navigate and understand easily the whole purpose. Making the icons simple and understandable
Read moreSart with C# from scratch- Part 1
Topics to be covered:- Welcome to C# Working with Variables, Operators & Expressions Understanding your first C# program Welcome to C# C# .NET is a powerful language, which is generally called Component Oriented Language. Now
Read more