Missing reference to Microsoft.SqlServer.Types
That what needs to happen is adding something named Microsoft.SqlServer.Types to someplace called References. I see this all the time. Different apps call the config screen Config, Settings, Options, or Preferences. Some apps have more than one of these. So when you pop a message that says:
And your app only has Options, not settings, and the URL you are looking for is labelled "Address", not "URL", you leave your users confused and unsure what your messages mean.Unable to connect: check URL in settings
The right way to design, is with consistency and uniformity. I tend to call web pages "Page" and WinForms, "Forms". Imagine this menu:
Notice how some reports are called "Report", some are called "Summary", some are called "Form", Some are called "Screen". Note that the capitalization is inconsistent. Note that the last two reports could be the same thing, who knows what the difference is until you generate the reports.
This all looks unprofessional.
If you're going to call something an "Options Form", make sure that every single place it's referenced it is called that. This includes:
- Menus
- Title Bars
- Help Files
- Emails to the client.
- Support Phone Calls
- Support Emails
- Forum Posts
- Help Tickets
- Agile Sprints
- Release Notes
- Ads and Website References
- Knowledge-base Article
- Any employee tattoos that reference the app.
...
Bryan Valencia is a contributing editor and founder of Visual Studio Journey. He owns and operates Software Services, a web design and hosting company in Manteca, California.
No comments:
Post a Comment