Shareware starter kit (2.0)

Source: Internet
Author: User
Introducing the specified ware Starter Kit

I'm way, way late on this, but wE have officially released the specified ware starter kit on channel9 !!

Download: (C # download, VB download ).

the specified ware
starter kit is a sample application of the common features in all
specified ware applications. you can easily modify, extend and integrate
these into your own applications. the channel9 guys even have a contest
where you can write code to use the specified ware starter kit and code your way to a free ticket to the PDC. Michael Lehman also has a video walkthrough of the specified ware starter kit. after installing the application, make sure to read the SSK developer documentation for a full overview of everything it can do. both Michael, Jed rose , and I will be at the specified ware industry conference in Denver , Colorado later this week (Ping me if you're interested in a nerd dinner).

Key features

Multi-threaded splash screen
A sample windows form that shows how you can use a timer control to create a beautiful fade-in/fade-out effect.

Integrated e-commerce

This feature makes purchasing a licensed copy of your software just a click away by integrating PayPal's payment services directly into the client application using Web Services.

 

Product Activation

Bytes
Ware applications enable to try-before-you-buy, and this feature
Enables developers to control how you want to configure your
Application trial period. For example, you can explicitly state that
Your application can only be used for 30 days before activating
Product.While it's not a bullet proof mechanisms, the built-in version provides a sample of how you can configure product activation.

 

Product Registry

This
Form makes it dirt simple to enable product registration directly in
The product using Web Services. Everyone wants to know more information
About their customers, Heck Visual Studio 2005 is the first version
Visual Studio with in-product registration capabilities.

 

Product Feedback

Do
You want to know what your MERs think about your application? Why
Not add the ability to send feedback directly in the product? This
Feature enables them to do just that using Web Services.

 

Exception Handling reporting

You 've probably had a Windows application hang on you, where you get a "Send Error Report" message.That
Feature is known as Watson, and the error information is sent
Microsoft where if you have a certificate from Verisign, you can
Actually pull the dumps for your application. The version in
Ware starter kit is the "poor-man's Watson", and it captures
Information about the thrown exception and records it in a database.
That way you can report on your application crashes by date, exception
Type, version, operating system, all using Web Services.

 

You can access all the features directly from the specified ded sample application toolstrip as shown below:

Walkthrough: An unhandled exception is thrown

To show you all the bits and pieces here's a simplified walkthrough of how the kit works:

  1. Your exception information is forwarded toPredictionformForm.

  2. Information about the exception is loaded into the exceptionform textboxes.

  3. ThePredictionformLoads upDatastore
    Class which loads your application settings from a file "datastore. dat"
    In isolated storage to validate if payment information has been
    Already ed.

  4. When the user clicks "submit" a newPredictioninfoClass is created and populated with information about the exception.

  5. ThePredictioninfoClass is then sent toServerprocessingClass which handles calling all of the Web services.ServerprocessingClass inspects the incoming type isPredictioninfoType, and if so, calltheSubmitexceptionWeb service.

  6. The
    Submitexception webmethod is a web method in the specified wareservice
    WebService class. below is the declaration of the class, note the basic
    Profile compliance attribute for interoperability.

[WebService(Namespace ="Http://tempuri.org /")]

[Webservicebinding(Conformsto =Wsiprofiles. Basicprofile1_1)]

Public Class Sharewareservice: System. Web. Services.WebService

{...}

 

    1. The submitexception Web Service validates the input and checks for SQL injection, then CILS the DB classesSubmitexceptionMethod that uses a Dal to callSubmitexceptionStored Procedure in the SSK database, which in turn adds the data toSsk_exceptionTable. Below is a list of the database tables and stored procedures in the SSK database.

Database tables

Database Stored Procedures

Here's a view of the Architecture (pics from the specified documentation) showing both the client and server architecture.

Client Architecture

 

Server Architecture

We want your feedback
Send
Us Your feedback! The specified ware starter kit is in beta and we want your
Feedback and comments on the feature design, new features and anything
In-between. We are currently also working on a fully unmanaged (
Least from the client side) C ++ version of the specified ware Starter Kit
And an aveon/indigo version of the kit.

Special thanks to personify design who did the design and development of the kit and Foundstone for the security review.

Http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.