Rahul Rajat Singh's blog

A Technology Journal of a Software Developer

Menu

Skip to content
  • Home
  • About me
  • Articles
  • Archive

ASP.NET

Creating ASP.NET Applications with N-Tier Architecture

June 24, 2014rahulrajatsingh Leave a comment

This article describes how to build ASP.NET applications using n-tier architecture. The benefits of having n-tier architecture is that all the modules having dedicated functionality will be independent of each other. Changing one tier will not effect other tiers and there is no single point of failure even if some tier is not working.  Continue reading →

Understanding SQL Injection and Creating SQL Injection Proof ASP.NET Applications

June 23, 2014rahulrajatsingh Leave a comment

This article talk about what SQLinjection is, how can that effect the security of our websites and what steps should be taken to create an ASP.NET application SQLinjection proof. Continue reading →

Understanding ASP.NET Application and Page Life Cycle – A Beginner’s Tutorial

June 23, 2014rahulrajatsingh Leave a comment

This article talks about the ASP.NET application life cycle and Page life cycle. We will try to see the what all events are usually of the importance for an ASP.NET developer and what needs to be done in these events.  Continue reading →

Rendering XML Data as HTML using XSL Transformation and ASP.NET XML Control

June 23, 2014rahulrajatsingh Leave a comment

This article talks about how we can render XML data in an ASP.NET application. We will see how this can be done using XSLT transformations.  Continue reading →

Implementing User Profiles in ASP.NET – A Beginner’s Guide

June 23, 2014rahulrajatsingh Leave a comment

This article discusses the basic of User Profiles. Why do we need user profiles and how to implement user profiles in ASP.NET. Continue reading →

ASP.NET – How To Use(Open/Close) Connections Correctly

June 23, 2014rahulrajatsingh Leave a comment

This small article discusses the right way of handling the Connections in an ASP.NET application. Continue reading →

An Introduction to ASP.NET Dynamic Data from a Beginner’s Perspective

June 23, 2014rahulrajatsingh Leave a comment

This article is a beginner’s tutorial on ASP.NET dynamic data websites. This article describes ASP.NET dynamic data in brief and implements a small dynamic data website for explanation. Continue reading →

An Absolute Beginner’s Tutorial on Cross Site Scripting(XSS) Prevention in ASP.NET

June 23, 2014rahulrajatsingh Leave a comment

In this article we will try to see what is Cross Site Scripting(XSS). We will try to see some samples that are vulnerable to XSS and try to inject some scripts. We will then see how we can prevent XSS attacks in an ASP.NET website. Continue reading →

YaMessaging – A simple e-mail like messaging application

June 23, 2014rahulrajatsingh Leave a comment

This article contains a small email application which is developed using ASP.NET, C#, and ADO.NET. Continue reading →

Using Globalization and Localization in ASP.NET

June 23, 2014rahulrajatsingh 1 Comment

This article is aimed at understanding how Globalization and Localization work in ASP.NET. Continue reading →

Post navigation

← Older posts
Newer posts →

Categories

  • ADO.NET
  • AngularJs
  • ASP.NET
  • ASP.NET MVC
  • BackboneJS
  • Blog
  • C#
  • Design Patterns
  • Entity Framework
  • JavaScript
  • Software Architecture
  • TIPS
  • WCF
  • WEB API
  • Web Services

Subscribe via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Follow me on Twitter

My Tweets

Recent Posts

  • An Absolute Beginner’s Tutorial for Understanding and Implementing Composite Pattern in C#
  • CodeProject MVP 2017
  • When creating an interface and/or abstract class is an overkill
  • Understanding Retry Pattern with Exponential back-off and Circuit Breaker Pattern
  • Lets write a Tiny IoC Container to learn(and for fun)
Proudly powered by WordPress | Theme: Motif by WordPress.com.