Introduction The stand out hero in the market now. AngularJs it is from Google, intensifying the effectiveness of the plain HTML. There has been a constant and roaring buzz in the market on this. We
Read moreAuthor: Suraj Sahoo
Bored with Alert!!
Introduction A simple and effective article which might come handy while developing web applications. Oh not Again!!
Read moreUrl routing in MVC application
Introduction There exists an assumption that there is a direct relationship between the requested URLs and the files stored on the server. But does this make sense in an MVC application, where requests are processed
Read moreSending Email Using Stored Procedures in Sql Server
Introduction A very interesting topic of discussion. We have mail integrated to every application now a days. We integrate email using SMTP settings in the Web.Config in .NET and use the Send method to send
Read moreValidation & Security in MVC application
Introduction Validations in any application is so critical now a days that developers ought to be on their toes while developing any such critical and sensitive applications. Hackers are now in every corner of the
Read moreUsing Exception Filters in MVC applications
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 moreFull 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 more