Ohad's Blog

Lets talk about .net !

Mirror at:
blogs.microsoft.co.il

News

         Ohad Israeli's Facebook profile

Grab this badge here!

C# Code Snippts

Favorite Blogs

Israeli .Net Bloggers

September 2004 - Posts

Setting Current Process Priority

Someone asked me how to set the current process priority... well its easy using for example :

System.Diagnostics.Process.GetCurrentProcess().PriorityClass =
System.Diagnostics.ProcessPriorityClass.High;

Posted: Sep 28 2004, 09:58 AM by Ohad Israeli | with 2 comment(s)
Filed under:
Microsoft Time Zone

Microsoft Time Zone conveniently runs in the system tray and allows you to easily view the date and time in various locations around the world. You can also quickly and easily add your own personal locations to customize Microsoft Time Zone the way you want.

So why not download Microsoft Time Zone today and always know what time it is, wherever you go!

Data on the Outside vs. Data on the Inside
Pat Helland explores in his MSDN Article Service Oriented Architecture, and the differences between data inside and data outside the service boundary. Additionally, he examines the strengths and weaknesses of objects, SQL, and XML as different representations of data, and compares and contrasts these models
Extending Microsoft SQL Server 2000 Reporting Services with Custom Code
This article presents an excerpt from the book, Microsoft Reporting Services in Action, by Teodor Lachev. Learn how to implement advanced report functionality using custom code.
More Posts