Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's odd to worried about how much API of the framework you would use as a criteria to choose what application to develop,</p> <p>However, if you must have an answer, perhaps you could consider creating a sort of Outlook-like application where you would you use:</p> <ul> <li>System: This is a no-brainer.</li> <li>System.Drawing: Custom drawing of controls, calendar drawing.</li> <li>System.Diagnostics: Debugging and code profiling stuff.</li> <li>System.Globalization, System.Resources: For internationalization.</li> <li>System.IO: where you need to retain data such as e-mail, notes etc.</li> <li>System.Security: Encryption of sensitive personal e-mail, appointments etc.</li> <li>System.Media: Built-in simple media player for playing back audio-based attachment?</li> <li>System.Net: To retrieve e-mails, what else.</li> <li>System.Text: Text processing, you almost always need this.</li> <li>System.Threading: You can seldom run away from threads in most real world application.</li> <li>System.Timers: There's probably a check your e-mail every x minutes somewhere...</li> <li>System.Configuration, System.Data: You probably need to persists application configuration, partly using the System.Configuration namespace, and some of it in a local sql server.</li> <li>System.Collections: Some data structures that you almost certainly need to use.</li> <li>System.Management: Show a cpu resources status or disk space indicator in your about window.</li> </ul> <p>Also, parts of it could be develop in WPF, say you have a feature where you generate charts for people to visualize their daily e-mail/appointment activities. You may also get to cover Windows CardSpace because it surely will involves management of identities.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload