.NET StockTrader Sample Application announcement
-
Link
The new 6.0 version, which can live side-by-side with the 5.5 version, is now live. Visit http://msdn.microsoft.com/stocktrader to download the source code with automated setup wizard.
You can read the technical whitepaper about it, including the mobile client architecture, and support for SQL Database Federation here.
You can view the application running live on Windows Azure (new HTML 5/MVC client) at https://azurestocktrader6.cloudapp.net; or the classic ASP.NET Web Forms client at https://azurestocktrader6classic.cloudapp.net.
The download also includes Configuration Service 6.0, which adds support for Azure Service Bus. You can access ConfigWeb 6.0 to explore the live deployment at https://azureconfigweb6.cloudapp.net.
-Greg
-
Link
The updated StockTrader 5.5 sample is now available for download and setup. This replaces the 5.0 release of StockTrader. The installer can be downloaded from https://azurestocktrader.cloudapp.net or http://msdn.microsoft.com/stocktrader.
This new download includes the new Configuration Service 5.5 assemblies and ConfigWeb 5.5. Configuration Service 5.5 is backward compatible with 5.0 configuration repositories. You will want to rebuild solutions implementing Configuration Service 5.0 with the new 5.5 shared libraries.
StockTrader 5.5 What's New
The big change is support for Windows Azure SQL Database Federations. Federations allows horizontal partitioning, also called sharding, of the Azure SQL Database data tier. You will note that we have also split the previously single database into two separate physical databases: a QuoteDB and an AccountDB. By default after install, neither will be federated. You can use the new \stocktrader\builds\SQL_Loader\TradeSQLLoader.exe to create new QuoteDB/AccountDB databases, and choose the number of federation members when creating the initial databases. You can then deploy (to Azure) and then use the \stocktrader\databaseloaders\TradeSQLAzureLoader application to load data into the federated databases.
The single DAL layer works now against on-premises SQL Server (including SQL Server running in an Azure Virtual Machine); non-federated Windows Azure SQL Database, and federated Azure SQL Databases.
Configuration Service 5.5 What's New
Configuration Service 5.5 has various bug fixes, and especially enhancements to the SQL retry logic in the SQLHelper Class. Solutions using Configuration Service 5.0 should be upgraded to the new 5.5 assemblies, as well minor updates have been made to ConfigWeb.
Coming Soon: StockTrader 6.0
Within the next few weeks, a new version of StockTrader will also be available: StockTrader 6.0. StockTrader 6.0 does not replace StockTrader 5.5; but rather is a new Azure-only implementation, and it is not backward compatible with 5.5. You will be able to do side-by-side installs. Both will remain on the MSDN site. The coming Config Service 6.0 version adds support for Windows Azure Service Bus bindings, and StockTrader 6.0 can optionally be configured to use Service Bus and reliable messaging for order processing. In addition, RESTFUL web services are used in the new Business Logic layer, and the service can serve as the cloud-based backend for new StockTrader 6.0 clients that will be included in the download: Windows 8 Modern UI client; HTML5 ASP.NET/MVC client, Windows Phone client, Android client, and IPhone client.
If you have setup issues, or questions about the sample once it is installed this is the place to post them. Thank you!
-Greg
-
Unanswered0Votes
ST sample 6.1 compile bugs - Azure
Any clues, directions ? Thanks AA Error 1 The type or namespace name 'Diagnostics' does not exist in the ... -
Unanswered0Votes
difference between date from a txt file and insert in table using sql
Hi Hi c diffdate() function but in my txt file the date fields are as ... -
Unanswered0Votes
how to create windows form using Google chrome extention
how to create windows form using Google chrome extention, and in google chrome extention I have dll, that I have access it. -
Unanswered0Votes
voting system in c#...
please help me.. i need the code for voting system ...where in.. the voters cannot vote again.. thanks -
Unanswered0Votes
Read all opc Item Ids from One OPC server ?
hello, I want to write by C#,VB.net or VB6 program that get A Name Of One Opc Server and return all of opcItem IDs ,in List Box ...3 Replies | 1807 Views | Created by mesmslampanah - Saturday, March 02, 2013 11:52 AM | Last reply by ravenloftazalin - Tuesday, November 19, 2013 6:37 AM -
Unanswered0Votes
DataGridView Default Error Dialog --------------------------- The following exception occurred in the DataGridView: System.ArgumentException: DataGridViewComboBoxCell value is not valid.
Here is the code string tbname = comboBox1.SelectedItem.ToString(); OleDbConnection con = new ...1 Replies | 5279 Views | Created by venkatramaiah - Monday, January 09, 2012 10:46 AM | Last reply by Mohammad Aamir Jahangir - Sunday, October 27, 2013 1:14 PM -
Unanswered0Votes
MVC4 looses session value after response
My Controllers derived from my BaseController, it implements ExecuteCore to make OAuth requests. I send Callback (i.e. /Test/CallBack) within the request and save some data in Session. It ... -
Unanswered0Votes
Create live market data streaming in .net C#
Hi , I am creating an stock trading application where i want to create live data streaming for showing rates on screen. For this i can get ... -
Discussion0Votes
فيسبوك
البداية اولا لاهتم بالموضوع -
Unanswered0Votes
mise a jour update automatique
repare les erreur de Windows Microsoft et mise a jour i -
Unanswered0Votes
what is the alternative of SocketFlag.Peek with TCPclient
Hi , In normal socket operations we can peek data before receiving via Socket.Receive so that we can receive it in a particular size buffer. int recvBytes = ... -
Unanswered0Votes
Where 5.5 version is availble
Could not find old 5.5 version for comparing the versions if any body has info of old version 5.5 or 5 let me know -
Unanswered0Votes
IIS HTTP Error 500.19 - Internal Server Error
<fieldset><legend>Error Summary</legend> HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for ... -
Discussion0Votes
Stock Trader Functionality
hey everyone , i faced a case with the stock trader 5.5 , after i installed the application i browsed the database part to know more about the DB diagram , after ... -
Unanswered0Votes
.Net Stocktrader 6.1 Application Install
When trying to install the .NET Stocktrader v6.1 it errors out in the installer with Could not load Account Database , could destabilize the runtime. Any ideas on how to resolve? -
Unanswered0Votes
am trying to set up my first web application on IIS 8, I cannot work out what the problem is:
HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is ...1 Replies | 1622 Views | Created by Akash Rai - Saturday, March 16, 2013 6:15 AM | Last reply by NBheemanathi - Wednesday, August 21, 2013 3:11 PM -
Unanswered0Votes
Exporting Real time data to excel
Hi , I am developing desktop application in .net in that i have realtime stockupdate into datagrid.My requirement is to export this realtime datafeed to excel same as ...1 Replies | 653 Views | Created by VaibhavRupeeseed - Tuesday, June 25, 2013 6:16 AM | Last reply by Ian Guthrie - Thursday, July 25, 2013 2:45 AM -
Unanswered0Votes
problem using spanish names to register user in StockTrader Sample Application
Hi, there is a problem trying to register a user in the stocktrader sample when the full name have Spanish special characters steps to repro 1-go ... -
Unanswered0Votes
Install problem Error Code 2908
I'm really regretting I tried installing this application. I ran the msi file and before it could complete the installation, I received the following error message: ...3 Replies | 12293 Views | Created by Albert131 - Friday, March 12, 2010 7:17 PM | Last reply by abhijf - Thursday, July 18, 2013 3:43 AM -
Unanswered0Votes
is printing process compelete
Hi All Is there any way to understand which is printing process complete successfully in c#? - Items 1 to 20 of 510 Next ›