Link: http://www.friendlycanadian.com/applications/clipboard.htmWe do copy various data by Ctrl+c for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Java scripts and ASP. Do not keep sensitive data (like credit card numbers, bank login/ passwords, PIN, date of births, etc.) in the clipboard while surfing the web. Instead make a practice of typing them always. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. Just try this, 1) Copy any text by Ctrl+c 2) Now, go to the Link: http://www.friendlycanadian.com/applications/clipboard.htm 3) You will see the SAME text you copied is accessed by this web page. Please note the above information.
Link: http://www.dotnetjunkies.com/HowTo/C95AC204-DE44-4D4A-A2B7-1EB1BE14A8A...Visual Studio 2005 express edition has lots of enhancements to increase developer productivity; the "Code Snippet" is one of those enhancements. I am going to talk about how code snippets can help you to write code faster based on predefined templates. I am also going to demonstrate how to write custom code snippets.
The code snippet is integrated within the Visual Studio IDE, it helps to generate type definitions, member definitions, and construct minimal coding by a single click. In Beta 2 the code snippets are available for Visual Basic .NET, C# and J#. To access/invoke a code snippet select Edit | IntelliSense | Insert Snippet or select the Insert Snippet option by right-clicking your mouse as shown on this web site...
| |
|