Wednesday, January 9, 2019
Up until this point all we did was take care of the plumbing, MongoDB for the database, AngularJS as the application framework, expressJS for hosting, and Heroku as deployment infrastructure in the cloud. Whew! It feels like I am spitting out development hastags and buzzwords. But, you know what they always say "it takes a village to build a SPA application". Well they didn't say that, but they should! Who are they anyways? The software engineer gods? Or god forbid the mythical "full stack developers!! Fear them the full stack developers! But I don't know who they are, you ask. Well they are just awesome! God says. They are 10x! Wow 10x, you said to yourself. They must be good! Hahaha I just love the buzzwords. It's entertaining. I would never say I am a full stack developer. I am just a developer who knows a lot of stuff.
In this post we are going to take a step back and start working on the actual application and take the plumbing out of the equation for a while.
As with any application at the center of it all is the question. What does the application do?
Since our application is banking application, we will create objects that are in the banking domain. This is called a domain driven design. We are not going to follow the domain driven design (DDD) to a T, but we will follow the spirit of it.
In this post we are going to take a step back and start working on the actual application and take the plumbing out of the equation for a while.
As with any application at the center of it all is the question. What does the application do?
Since our application is banking application, we will create objects that are in the banking domain. This is called a domain driven design. We are not going to follow the domain driven design (DDD) to a T, but we will follow the spirit of it.
Tuesday, January 8, 2019
In this post we are going to install Ninject which is a lightweight IOC container. You can think of an IOC container as a magic toolbox that gives you the tools that you need when you need it. Hence its called dependency injection, meaning it injects the dependencies that you need. As with any IOC container there needs to be a mapping between the interfaces and the implementation. That's where Ninject comes in.
First let's install Ninject with Nuget. here are the steps:
1. Open the Nuget Management Console and type in the following command
Install-Package Ninject -Version 3.2.2
Install-Package Ninject.Web.Common -Version 3.2.2
Install-Package Ninject.Mvc3 -Version 3.2.1
First let's install Ninject with Nuget. here are the steps:
1. Open the Nuget Management Console and type in the following command
Install-Package Ninject -Version 3.2.2
Install-Package Ninject.Web.Common -Version 3.2.2
Install-Package Ninject.Mvc3 -Version 3.2.1
Subscribe to:
Posts (Atom)
Search This Blog
Tags
Web Development
Linux
Javascript
DATA
CentOS
ASPNET
SQL Server
Cloud Computing
ASP.NET Core
ASP.NET MVC
SQL
Virtualization
AWS
Database
ADO.NET
AngularJS
C#
CSS
EC2
Iaas
System Administrator
Azure
Computer Programming
JQuery
Coding
ASP.NET MVC 5
Entity Framework Core
Web Design
Infrastructure
Networking
Visual Studio
Errors
T-SQL
Ubuntu
Stored Procedures
ACME Bank
Bootstrap
Computer Networking
Entity Framework
Load Balancer
MongoDB
NoSQL
Node.js
Oracle
VirtualBox
Container
Docker
Fedora
Java
Source Control
git
ExpressJS
MySQL
NuGet
Blogger
Blogging
Bower.js
Data Science
JSON
JavaEE
Web Api
DBMS
DevOps
HTML5
MVC
SPA
Storage
github
AJAX
Big Data
Design Pattern
Eclipse IDE
Elastic IP
GIMP
Graphics Design
Heroku
Linux Mint
Postman
R
SSL
Security
Visual Studio Code
ASP.NET MVC 4
CLI
Linux Commands
Powershell
Python
Server
Software Development
Subnets
Telerik
VPC
Windows Server 2016
angular-seed
font-awesome
log4net
servlets
tomcat
AWS CloudWatch
Active Directory
Angular
Blockchain
Collections
Compatibility
Cryptocurrency
DIgital Life
DNS
Downloads
Google Blogger
Google Chrome
Google Fonts
Hadoop
IAM
KnockoutJS
LINQ
Linux Performance
Logging
Mobile-First
Open Source
Prototype
R Programming
Responsive
Route 53
S3
SELinux
Software
Unix
View
Web Forms
WildFly
XML
cshtml
githu