Feeds:
Posts
Comments

Posts Tagged ‘Development’

Be able to fix basic PC issues: These can be how to map a printer, back up files, or add a network card. You don’t need to be an expert and understand how to overclock a CPU or hack the registry, but if you work in IT, people expect you to be able to do [...]

Read Full Post »

Regular expressions are an extremely versatile text-matching language that gives you incredible power when searching your documents and when used with replace operations, can greatly assist with repetitive changes to blocks of code.

The basic regular expression search is easily done. You simply open the Find dialog through the Edit – Find [...]

Read Full Post »

No. 1: Ability to assess needs
All IT managers need to know how to assess the needs of their company as it relates to their technology responsibilities. It doesn’t matter what level you are; you have to be able to discover what the real needs and issues are so you work on the “right things.” Too [...]

Read Full Post »

Microsoft has given its new cloud services operating system the name Azure. It’s as if Microsoft Azure is the computing sky that supports your Internet cloud.
From a developer standpoint, Azure will be an open platform in which developers can build applications using Visual Studio (which is already supported) and a host of third-party tools such [...]

Read Full Post »

Hi guys, do you know you can use already ready code inside your visual studio? Yes certainly you can insert code snippets into your code. You can invoke the “Insert Snippet” by using shortcut “ctrl k + ctrl x”.

You can download some of the code snippets from http://msdn.microsoft.com/en-us/vstudio/aa718338.aspx all you need to do is [...]

Read Full Post »

Older Posts »