rmorlok

Stories submitted by rmorlok

Safely Remembering User Passwords(space.omniscientist.com)

submitted by rmorlokrmorlok(165) 3 years, 3 months ago

This article looks at the implications of providing the option to remember a password for a user, the APIs to store this information securely and how to access these APIs from managed code. read more...

add a comment |category: |Views: 19

tags: another

Azure: SQL Data Services(space.omniscientist.com)

submitted by rmorlokrmorlok(165) 3 years, 5 months ago

An introduction to Azure SQL data services, and an example WPF app interacting with the back end data store. Source code provided. read more...

add a comment |category: |Views: 28

tags: another

Detecting Instances of SQL Server on the Network(space.omniscientist.com)

submitted by rmorlokrmorlok(165) 3 years, 8 months ago

Blog post about the various methods of detecting instances of SQL Server on a network and the pros and cons of each. read more...

add a comment |category: |Views: 13

tags: another

Uncommon C# Keywords(nyxtom.vox.com)

submitted by rmorlokrmorlok(165) 4 years, 7 months ago

Everyone knows the basic C# keywords, but some are more obscure. This article dives into some useful C# keywords that you may have yet to encounter. read more...

6 comments |category: |Views: 139

tags: another