Tag Archives: microsoft

ASP.NET MVC 3: Using multiple view engines in same project [.NET Zone]

One of nice features of ASP.NET MVC 3 is support for multiple view engines. There will be two out-of-box view engines: one for classic ASPX-based views and one for Razor-based views. In this posting I will show you this new feature and demonstrate how to use different view engine in same project.. [...]
Read the full [...]

Read more

.NET Hidden Gems – Memory fail points

I am embarking in a series of mini post called .NET hidden gems, not necessarily new bits but usually unknown. They are dedicated to those small features and components that are not commonly used but can deliver interesting value in certain scenarios.. [...]
Read the full article at the source.

Read more

Using delegates to eliminate duplicate code

Here’s a simple technique you can use to easily eliminate duplicate code. Try not to let the word “delegates” scare you away from learning the technique and I’ll try to refrain from using the word “delegate” as much as possible. I’ll start small and then work my way towards a more complex example that [...]

Read more

SQL Server – Backup of a FILESTREAM database may include garbage files as well

This post demonstrates that the backup of a FILESTREAM database in SQL Server 2008/R2 may also include garbage files that are lying around at the time of taking the backup.
Read the full article at the source.

Read more
Ballmer on Tablets: We’re Coming Full Guns

Ballmer on Tablets: We’re Coming Full Guns

Apple has sold over 3.3 million iPads so far, but Microsoft is still waiting for those Windows-based tablets to start capturing the hearts and minds of users. Microsoft CEO Steve Ballmer, however, is confident the company has a bright…
Read the full article at the source.

Read more

PL/SQL Tutorial 9 – Cursors, Implicit Cursors

Please note that all of the examples in this series have been tested only with Oracle 10g. I didn’t really test them with all the previous versions of Oracle. I suggest you to refer to the documentation of the respective version you are using, if any of the programs fail to execute.. [...]
Read the full [...]

Read more

Debugging Distributed Transactions: Additional Examples

In this final installment we’ll take a look at some additional examples of problems caused by distributed transactions.
Read the full article at the source.

Read more

7 Reasons Why The Windows 7 Phone Is THE iPhone Killer

The sleeping giant is back. With yesterday’s announcement of the new Windows Phone 7 I believe we are seeing the rise of Phone 7 as the iPhone killer. Forget Android, this is the one you need to pay attention to.
Why? Scale, style and apps are the key reasons. Not to mention one of the longest [...]

Read more

50 Tips to Boost ASP.NET Performance

When we are looking to optimize the performance of web applications we should keep in mind about Memory Load, Processor Load and Network Bandwidth. Here are 50 best practices to improve the performance and scalability of ASP.NET applications.
Read the full article at the source.

Read more

So you want to develop for Windows Phone 7?

You’ve probably read quite a lot of articles on the new mobile operating system (and the devices for it) from Microsoft – Windows Phone 7. Yesterday, some of the Microsoft employees already received the devices on their hands and Tim Heuer (Product Manager for Silverlight at Microsoft) broadcasted the unboxing experience via a live stream, [...]

Read more