Contribute a Screencast to Win Free Passes to Jax London or DevCon London!
Take part in building content for the definitive resource for videos on JetBrains products and development best practices, JetBrains TV.... more »
Visual Studio 2010 Database Projects Guidance
VS 2010 database project guidelines enlighten the scenarios and different approach of using the VS 2010 tools more effectively and... more »
Tweet 0 Comments Save Tags: .net , database , how-to , microsoft
Consuming WCF Service in Silverlight4 Projects
Silverlight applications cannot access server-side classes or variables without mediator like Web Service or WCF Service or WCF RIA. Now... more »
Tweet 0 Comments Save Tags: .net , frameworks , ria , web services
Top 3 Performance Problems in Custom Microsoft CRM Applications
Last week I got engaged with a company that built a custom application on top of MS CRM. In their testing lab they experienced very slow... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , web 2.0
Mongrel2 1.0 ready for your glorious consumption
My people, we have Mongrel2 1.0 ready for your glorious consumption. Started on June 1st in my spare times, and with the help of a few... more »
Tweet 0 Comments Save Tags: .net , announcement , open source , server
DateTime.Now in v4.0 Causes Dynamic Memory Allocations
DateTime.Now's new implementation in v4.0 appears to be more memory-consuming than in previous releases. Even though the Int32 boxings... more »
Tweet 0 Comments Save Tags: .net , frameworks , microsoft , windows
Still more automatic controllers in ASP.NET MVC
Although the convention proposed by the ASP.NET Model–View–Controller framework help us to structure our applications and in most cases,........
Tweet 0 Comments Save Tags: .net
Converting Ntext column to Nvarchar(max) in SQL Server
In this short post, I will show you how to convert ntext column to nvarchar(max).
Tweet 0 Comments Save Tags: .net , database , how-to
How to make same height of cell across tables
We always have this case specially using DataList control in ASP.NET as if its asked to use Table format; it creates table in which... more »
Tweet 1 Comments Save Tags: .net , how-to , microsoft , tools
ConfORM – Another NHibernate mapping possibility
Getting started with ConfORM. A fluent way how to map your entities in NHibernate.
Tweet 0 Comments Save Tags: .net , database , open source
Esent: The Decade-Old Database Engine That Windows (Almost) Always Had
What is Esent, you ask? It’s a database engine. No, not like SQL Server, it doesn’t do the T-SQL language. But it is an ISAM database,... more »
Tweet 0 Comments Save Tags: .net , database , microsoft , windows
Temp Table VS Table Variable in SQL Server
Here are some differences between Temp Table and Table Variable in SQL Server.
Tweet 0 Comments Save Tags: .net , database , how-to
PowerBuilder – Any real competition? Exploring WCF RIA & Silverlight 4
Career PowerBuilder developer converts existing PowerBuilder / SQL Server 2008 application to WCF RIA Services and Silverlight 4 to study... more »
Tweet 0 Comments Save Tags: .net , other languages , ria , web design
.NET Links of the Week #34
.NET Links of the Week #34. The last week was very quiet, nothing special happened in the .NET Community, no new releases. But there are... more »
Tweet 0 Comments Save Tags: .net
Communicate between two user-controls using Event Aggregator in Silverlight
I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about... more »
Simple Dependency Injection using a Custom MVC Controller Factory
Whenever I develop an MVC application there is always some degree of data access required. As a best practice, I usually define a... more »
Tweet 0 Comments Save Tags: .net , frameworks
Making your Content Scrollable
Every now and then, your application may require your users to scroll through a boatload of content. The following video shows an example... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , mobile
Silverlight TreeView Case Study - FAQ Maintenance - Part 2
Using the Silverlight TreeView control for advanced scenarios can be complex. Part 2 of this article presents a complete, rich UI for... more »
Tweet 0 Comments Save Tags: .net , ria , usability , web services
VS2010 Parallel Stacks - Debugging enhancement in VS2010
Parallel Stacks is one of the debugging enhancements in VS 2010 IDE that helps in debugging parallel programming. When you press F5 for... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , windows
SQL Server Compact Edition - SqlCeCmd tutorial part three
This is the third part of a 3 part series with some examples of sqlcecmd usage. The first part is here and the second here. This third... more »
Tweet 0 Comments Save Tags: .net , database , how-to , microsoft
The Joy of Moq - Multiple Interfaces
A bare bones introduction to mocking multiple interfaces with Moq.
Tweet 0 Comments Save Tags: .net , frameworks
Unit Testing Entity Framework 4.0: A-Z in 3 Easy Steps
"An ultra-fast run down on how to start Unit Testing in Entity Framework 4.0 using C#; applying a suitable Code Generation Item to your... more »
Tweet 0 Comments Save Tags: .net , agile , how-to
17 new features in Visual Studio 2010
Visual studio 2010 has been released to RTM a few days back. This release of Visual studio 2010 comes with a big number of improvements... more »
Tweet 0 Comments Save Tags: .net , how-to , tools
Microsoft Visual Studio developers can now develop Flex 4 applications with Amethys Professional
Yesterday SapphirSteel Software has released the final version of Amethyst, the Flex development plugin for Microsoft Visual Studio.
Tweet 0 Comments Save Tags: .net , flash-flex , news , tools
Four Methods Of Simple Caching In .NET
Four ways to manage objects that expire in their container. Plus a nod to AppFabric, NoSQL, et al.
Tweet 0 Comments Save Tags: .net , frameworks , how-to , tools