Creating an ASP.Net MVC 5 site using bootstrap Custom templates - Part 2 10. July 2015 rajibrezwan ASP.NET MVC (0) 4. Open the BundleConfig.cs file in the App_Start directory and comment all cont [More]
Creating an ASP.Net MVC 5 site using bootstrap Custom templates . Part -1 10. July 2015 rajibrezwan ASP.NET MVC (0) Recently I have struggled with a problem that , how I would use custom free templates in my asp.net [More]
Fun with Backtracking - The N Queen Problem 1. June 2015 rajibrezwan (0) So today I would be talking about backtracking algorithm , My one of the most favorite algorithm . M [More]
The SOLID Principles . 19. May 2015 rajibrezwan Blog, Software Development (0) What is SOLID?SOLID are five basic principles whichhelp to create good software architecture. SOLID [More]
OOP , Part-3 18. January 2015 rajibrezwan (0) Polymorphism:Polymorphism means many forms (ability to take more than one form). In Polymorphism pol [More]
OOP , Part-2 17. January 2015 rajibrezwan Programming (0) Encapsulation:Encapsulation is the process of keeping or enclosing one or more items within a [More]
OOP ,Part-1 16. January 2015 rajibrezwan Programming (0) Object-Oriented Programming (OOP)Object-oriented programming is the successor of procedural (structu [More]