Tag Archives: .net

MonoDroid – .NET for Android

MonoDroid will allow .NET programmers to create apps for the Android platform. Sign up for the beta test now.
Read the full article at the source.

Read more

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

How to measure application response times

Measurement is the most central concept in any performance-related activity. If you are not measuring you are blind. As important as measuring per se is collecting the right measurements. Which metrics are the right ones depends on what you want to do. However there are some general principles which – when followed – can make [...]

Read more

.NET heading to Android in the form of MonoDroid

Novell announces upcoming MonoTouch port for Android devices, limited preview open now, full release coming soon.
Read the full article at the source.

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

A Custom jQuery Selector to Retrieve Labels for Inputs

One of the great features of jQuery extensibility is the ability to create custom selectors. This is how the jQuery Sizzle selector engine is able to extend the core CSS selector rules to allow some pretty slick, tight selectors. For example ‘:text’ can be used to return an array of all input with a type=text [...]

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