In my previous post I have already Described about DI and IOC [Click here]. Here in this Post I'll Describe How to Implement DI using Unity Container in MVC4.
As you know, in MVC, Controller depends on Model for data processing or you can say for executing business logic. This article will explain...
Wednesday, 18 February 2015
Sunday, 15 February 2015
DI - ASP.NET MVC 4 using Ninject
Dependency Injection is an implementation of the Inversion of Control pattern. There are two possible implementations for IoC:
Service Locator
Dependency Injection
I've already discussed about What is DI and How to Use it Click here to Read about DI . here, in this Post I am Going to...
Thursday, 12 February 2015
C# Program - to Check Number is Even or Odd
This C# Program checks if a given integer is Odd or Even. Here if a given number is divisible by 2 with the remainder 0 then the number is an Even number. If the number is not divisible by 2 then that number will be an Odd number.
class Program
{
static void Main(string[]...
C# Program - to Check Leap Year or Not
This C# Program Checks Whether the Entered Year is a Leap Year or Not.When A year is divided by 4. If remainder becomes 0 then the year is called a leap year..
namespace Program
{
class leapyear
{
static void Main(string[]...
Subscribe to:
Posts (Atom)
Topics
ADFS
(1)
ADO .Net
(1)
Ajax
(1)
Angular
(47)
Angular Js
(15)
ASP .Net
(14)
Authentication
(4)
Azure
(3)
Breeze.js
(1)
C#
(55)
CD
(1)
CI
(2)
CloudComputing
(2)
Coding
(10)
CQRS
(1)
CSS
(2)
Design_Pattern
(7)
DevOps
(4)
DI
(3)
Dotnet
(10)
DotnetCore
(20)
Entity Framework
(5)
ExpressJS
(4)
Html
(4)
IIS
(1)
Javascript
(17)
Jquery
(8)
jwtToken
(4)
Lamda
(3)
Linq
(10)
microservice
(4)
Mongodb
(1)
MVC
(46)
NodeJS
(8)
React
(10)
SDLC
(1)
Sql Server
(32)
SSIS
(3)
SSO
(1)
TypeScript
(3)
UI
(1)
UnitTest
(2)
WCF
(14)
Web Api
(16)
Web Service
(1)
XMl
(1)
Pages
- Dotnet Core Interview Q/A
- React JS Interview Questions and Answers
- Angular Interview Q/A
- Node JS Interview Q/A
- Azure Interview Q/A
- .Net Interview Q/A
- WEB API Interview Q/A
- Javascript Interview Q/A (Part- 1)
- Javascript Interview Q/A (Part- 2)
- SQLServer Interview Questions
- SQL - Query Related Interview Q/A
- ASP .Net MVC Interview Q/A
- Angular Testing Interview Q/A
- Lead level Interview Q/A
- WCF Interview Q/A
- ExpressJS Interview Q/A
- MongoDB Interview Q/A
- C# Programs Output Q/A
- InterView Programming
- ASP .Net Interview Q/A
- Angularjs Interview Q/A
- SQL Server 2005/2008 Functions
- Entity Framework Interview Q/A
- JQuery Selectors / Methods
- Ado .Net InterView Q/A
- LINQ Operators and Lambda Expression
Dotnet Guru Archives
-
▼
2015
(41)
-
▼
Feb 2015
(10)
- DI - ASP.NET MVC 4 using Unity
- DI - ASP.NET MVC 4 using Ninject
- C# Program - to Check Number is Even or Odd
- C# Program - to Check Leap Year or Not
- C# Program - to Check Perfect Number or Not
- C# Program - Armstrong Number
- Program to Check Whether a String is Palindrome or...
- Coding Test: Prime Numbers in C#
- The difference between == and === in jQuery/JavaSc...
- Static Members vs Instance Members
-
▼
Feb 2015
(10)