Skip to content

An example of my code (test task - banking portal, ASP.NET MVC, C #, MSSQL, WCF Service, UnitTests, Yahoo finance API, Facebook API, sending mail)

Notifications You must be signed in to change notification settings

berlicon/Banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1) Instructions to install and configure prerequisites or dependencies, if any

All libs inside. It works on Visual Studio  2015. See all component's versions below:

--->>>

Microsoft Visual Studio Professional 2015
Version 14.0.24720.00 Update 1
Microsoft .NET Framework
Version 4.6.01038

Installed Version: Professional

LightSwitch for Visual Studio 2015   00322-40000-00000-AA419
Microsoft LightSwitch for Visual Studio 2015

Visual Basic 2015   00322-40000-00000-AA419
Microsoft Visual Basic 2015

Visual C# 2015   00322-40000-00000-AA419
Microsoft Visual C# 2015

Visual C++ 2015   00322-40000-00000-AA419
Microsoft Visual C++ 2015

Windows Phone SDK 8.0 - ENU   00322-40000-00000-AA419
Windows Phone SDK 8.0 - ENU

Application Insights Tools for Visual Studio Package   1.0
Application Insights Tools for Visual Studio

ASP.NET and Web Tools 2015.1 (Beta8)   14.1.11106.0
ASP.NET and Web Tools 2015.1 (Beta8)

ASP.NET Web Frameworks and Tools 2012.2   4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013   5.2.30624.0
For additional information, visit http://www.asp.net/

Common Azure Tools   1.5
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

GitHub.VisualStudio   1.0
A Visual Studio Extension that brings the GitHub Flow into Visual Studio.

KofePackagePackage Extension   1.0
KofePackagePackage Visual Studio Extension Detailed Info

Microsoft Azure Mobile Services Tools   1.4
Microsoft Azure Mobile Services Tools

Microsoft MI-Based Debugger   1.0
Provides support for connecting Visual Studio to MI compatible debuggers

NuGet Package Manager   3.3.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

Office Developer Tools for Visual Studio 2015 ENU   14.0.23025
Microsoft Office Developer Tools for Visual Studio 2015 ENU

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SQL Server Data Tools   14.0.50616.0
Microsoft SQL Server Data Tools

TypeScript   1.7.6.0
TypeScript for Microsoft Visual Studio

Visual C++ for Cross Platform Mobile Development   1.0
Visual C++ for Cross Platform Mobile Development

Visual C++ for Cross Platform Mobile Development   1.0
Visual C++ for Cross Platform Mobile Development

Visual Studio Tools for Apache Cordova   Update 5
Visual Studio Tools for Apache Cordova

Visual Studio Tools for Universal Windows Apps   14.0.24720.00
The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.

Workflow Manager Tools 1.0   1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.

Xamarin   4.0.1.96 (dcea9c1)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin.Android   6.0.1.10 (e98e962)
Visual Studio plugin to enable development for Xamarin.Android.

Xamarin.iOS   9.4.1.24 (47eb74b)
Visual Studio extension to enable development for Xamarin.iOS.

---<<<

2) Instructions to create and initialize the database (if required)

Run file [DB script.sql]. It creates database and then inserts rows into required tables (at the end of file).

3) Assumptions you have made - it is good to explain your thought process and the assumptions you have made

MVC instead Web forms to avoid viewstate in old school programming mode. WCF service to avoid security issues - client should not have view connection string to DB in app.config.

4) Requirements that you have not covered in your submission, if any

All mentioned functions in ATM app. There is only login functionality through WCF service. Bill payment system - there is WCF sevice for that but it has no required operations.

5) Instructions to configure and prepare the source code to build and run properly

Open in Visual studio, build and run.

6) Issues you have faced while completing the assignment, if any

N/A

7) Constructive feedback for improving the assignment

Excellent task!

About

An example of my code (test task - banking portal, ASP.NET MVC, C #, MSSQL, WCF Service, UnitTests, Yahoo finance API, Facebook API, sending mail)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published