Month: June 2024

  • Blog
  • Month: June 2024
How to pad number with leading zero with C#

How to pad number with leading zero with C#

Recently I was working with a project where I was in need to format a number in such a way which can apply leading zero for particular format. So after doing such R and D I have found a great way to apply this leading zero format. I was having need that I need to

Dependency Injection with Autofac : Modules feature

Dependency Injection with Autofac : Modules feature

I’m having fun with Autofac as IOC containers and this is third post in series. In this blog post we are going to learn about Autofac modules. If you have not gone through first two blog posts then I would encourage you to go through it. Followings are link for that. Dependency Injection with Autofac-

Basic Concept Of Object Oriented Programming

Basic Concept Of Object Oriented Programming

Following are the basic concepts of object oriented programming. 1) Objects: Object are the basic run time entities in the object oriented system. They may represent a person, a palace, a bank account, a table data or anything that a program can handle. 2) Classes: A class encloses both the data and function that operate

Creating Basic RSS Reader in ASP.NET MVC 3

Creating Basic RSS Reader in ASP.NET MVC 3

In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3 Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below is the definition for RSS as