|
This is a demo. Dont expect data to be accurate. Im just trying to show you
what you could have if you let me work for you. Or if you would like to have
any of my system.
Some functionality related to user such: add bond to portfolio and view watch list,
works only if you logon as a user. Register is easy, just enter any user name and password and if this name
is not taken by some one else, system will assign this name to you.
Left menu has two sections: Home and My Work.
Home Section of left Menu has several links:
Introduction this is home page for Trader tools where you will find
main info about this website and technical review with what technology it was
build.
Bond Watcher Bring you to the Filter for Bonds Watch list page; read
about it here
Calculator Brings you to the Bond Calculator page, read about it
Here Gov. Treasury Brings you to the Treasury page where you
can check existing treasury yields or add missing yields for certain dates.
Site Info Brings you to the page with statistic info of this web site.
My Work section has also several links
Bond Calculator Link to website where I keep Bond Calculator
application.
Bonds Manager Link to interactive demo application. Application can
handle and analyze Bonds Portfolio, run reports and other futures.
Work Page Link where is my portfolio of information necessary for me
to get a job.
DotNet Experts Link to my domain(still working on it).
Trader Tools is written in c# using dotnet framework and technology, and
has several parts.
BondAnalytics.dll - Library to calculate bond analytics written in c# .Net.
This library Im using in my other applications as well, where bonds analytics
need to be calculated.
SQL server database - Demo database where I keep parameters for bonds available
to me, and treasury yield needed to calculate spread and such.
DataAccess.dll Library written in c# using dot net technology that keeps set
of abstract and shared objects necessary to connect and manipulate database
objects. This library Im using every where in my other applications where I
needs to work with database connection or objects.
DataObjects.dll Library of sql database objects such: tables, views and
stored procedures that I need to work with in this Calculator. This library was
created using c# .net and using base objects such tableobject, viewobject that
was inherited from my DataAccess.dll library. Similar method Im using in my
other application where I need to use database objects.
MyCCI.dll Library of custom controls and interfaces for web based
application. This library Im using in every .net asp application Im creating.
ErrorHandler.dll Class that help me to keep track of errors that happened in
application. If error happened with application, this class will save it in
logerror.txt file and send me e-mail with detail description of error.
MyDesignPattern .NET ASP This is GUI itself for this application with c# as
script behind the scene. Im using my design pattern that I finally can live
with when Im developing any asp dot net application, I will talk about this in
detail in some other places.
|