Latest popular stories Subscribe to this feed

Upcoming Story

C# 4.0 New Features – Named and Optional Parameters (www.dotnetfunda.com)

submitted by dotnetfundadotnetfunda(1933) 5 days, 4 hours ago

In this post I will talk for one of the new feature in C# 4.0 – Named and Optional Parameter. Actually these are not a single feature but two different feature. You can get more benefit if you work with them together. So, what are those? Named parameter is a way to provide an parameter to the method using the name of the corresponding parameter instead of its position in the parameter list. Whereas, optional parameter allows you to omit arguments to member invocation. read more...

add a comment | category: | Views: 18

tags: another

Rollback TRUNCATE Command in Transaction (blog.sqlauthority.com)

published 2 hours, 21 minutes ago, submitted by pinaldavepinaldave(6689) 5 days, 16 hours ago

Interesting Conversation on the subject. Take your side and learn along! read more...

1 comment | category: | Views: 91

tags: another

ASMX ScriptService mistake: Installation and configuration (encosia.com)

published 16 hours, 36 minutes ago, submitted by gt1329agt1329a(7585) 1 day, 4 hours ago

Continuing my series of posts about ASMX services and JSON, this post will cover two common mistakes that plague the process of getting a project’s first ASMX ScriptService working: Installing System.Web.Extensions into the GAC and configuring your web.config. read more...

add a comment | category: | Views: 73

tags: another

Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC (blog.stevensanderson.com)

published 1 day, 20 hours ago, submitted by desmonddesmond(1915) 7 days, 1 hour ago

How does BDD compare with TDD, and how can you use BDD-style tools such as Cucumber and SpecFlow with ASP.NET MVC? Steve Sanderson considers the options, and provides an example of combining ASP.NET MVC 2, SpecFlow, and WatiN. read more...

add a comment | category: | Views: 266

tags: another

Data and Page Compressions – Data Storage and IO Improvement (blog.sqlauthority.com)

published 1 day, 22 hours ago, submitted by pinaldavepinaldave(6689) 7 days, 4 hours ago

The performance of SQL Server is primarily decided by the disk I/O efficiency. Improving I/O definitely improves the performance. SQL Server 2008 introduced Data and Backup compression features to improve the disk I/O. Here, I will explain Data compression. A detail analysis of the performance along with working script. read more...

add a comment | category: | Views: 146

tags: another

HanselMinutes: Women in Technology in the Muslim World - with Aby And (www.hanselminutes.com)

published 2 days, 4 hours ago, submitted by mosessaurmosessaur(5144) 5 days, 3 hours ago

Scott's in Egypt today and he had the opportunity to sit down with Lamees and Abeer, two successful women in IT. Lamees is a programmer transitioning to Systems Analysis, and Abeer is a veteran Senior Systems Analyst and Agile Project Manager at Dashsoft. Nearly 50% of the people at Cairo Code Camp are women. What is Egypt doing right to encourage so many women to choose technology as their career? read more...

1 comment | category: | Views: 91

tags: another

Poll: IoC containers for .NET (www.sturmnet.org)

published 3 days, 23 hours ago, submitted by oliversolivers(85) 5 days, 16 hours ago

Trying to find out which IoC containers people use on .NET, or even if they use any. Put your vote in and kick it! read more...

1 comment | category: | Views: 596

tags: another

How can you implement the Silverlight 3 Out Of Browser feature? (www.dotnetfunda.com)

published 4 days, 19 hours ago, submitted by dotnetfundadotnetfunda(1933) 6 days, 17 hours ago

Silverlight 3 came up with Out Of Browser support. Using that feature one can install the application just like a standalone windows application. Hence no need to open the browser to run the Silverlight application. Today for the first time I gone thru the APIs & created a sample application. Here I will discuss about the same to give you a demonstration. read more...

add a comment | category: | Views: 112

tags: another

MEF will not get easier, it’s cool as ICE (blog.maartenballiauw.be)

published 4 days, 21 hours ago, submitted by maartenbamaartenba(5650) 5 days, 23 hours ago

Over the past few weeks, several people asked me to show them how to use MEF (Managed Extensibility Framework), some of them seemed to have some difficulties with the concept of MEF. I tried explaining that it will not get easier than it is currently, hence the title of this blog post. MEF is based on 3 keywords: export, import, compose. Since these 3 words all start with a letter that can be combined to a word, and MEF is cool, here’s a hint on how to remember it: MEF is cool as ICE! read more...

add a comment | category: | Views: 248

tags: another

DiffPlex - a .NET Diff Generator (diffplex.codeplex.com)

published 5 days, 3 hours ago, submitted by jemtsjemts(480) 8 days, 11 hours ago

DiffPlex is a combination of a .NET Diffing Library with both a Silverlight and HTML diff viewer. It is released open source on CodePlex under the MS-PL license. read more...

add a comment | category: | Views: 398

tags: another

Disable All or Selective Controls on a Page using jQuery (www.devcurry.com)

published 5 days, 20 hours ago, submitted by mopenmopen(1375) 6 days, 23 hours ago

Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here’s an example. read more...

add a comment | category: | Views: 191

tags: another

ASMX and JSON – Common mistakes and misconceptions (encosia.com)

published 6 days, 18 hours ago, submitted by gt1329agt1329a(7585) 6 days, 19 hours ago

The first in a series of posts dealing with common misconceptions and mistakes when it comes to using ASMX services as a backend for AJAX. read more...

add a comment | category: | Views: 378

tags: another

.NET 4.0 And Our Parallel Future (www.codethinked.com)

published 7 days, 21 hours ago, submitted by justin_etheredgejustin_etheredge(8199) 11 days, 23 hours ago

A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. read more...

add a comment | category: | Views: 447

tags: another

EntitySpaces 2010 – Killer Silverlight Binding (www.entityspaces.net)

published 8 days, 12 hours ago, submitted by Mike.GriffinMike.Griffin(2449) 13 days, 7 hours ago

We have managed to pull off something incredibly cool. We now support totally dynamic data binding under Silverlight. EntitySpaces has been gaining a lot of Silverlight fans lately as it really simplifies writing Silverlight applications and our serializable Dynamic Queries under Silverlight just rock. What we have done is akin to implementing ITypedList support for Silverlight (fancy databinding). read more...

add a comment | category: | Views: 191

tags: another

Performing DML Operations using WCF REST Service and Silverlight (www.dotnetcurry.com)

published 8 days, 21 hours ago, submitted by mopenmopen(1375) 11 days, 23 hours ago

WCF REST has provided a mechanism for developing loosely coupled applications. Using Silverlight 3.0 as a client, a light weight consumer of WCF REST service can be created without adding a proxy into the client application. read more...

add a comment | category: | Views: 117

tags: another

Rounded Corners with the Cornerz jQuery plugin (www.devcurry.com)

published 9 days, 21 hours ago, submitted by mopenmopen(1375) 13 days, 22 hours ago

I found a useful plugin to create rounded corners with ease. The output looked consistent in most of the latest browsers I tested it on. Here's a post introducing you to the plugin read more...

3 comments | category: | Views: 439

tags: another

EntitySpaces 2010 Two Part Series on Silverlight and WCF (www.entityspaces.net)

published 10 days, 12 hours ago, submitted by Mike.GriffinMike.Griffin(2449) 10 days, 16 hours ago

We are very pleased to be able to show you some of the awesome power coming in EntitySpaces 2010. We think ES2010 provides unmatched power when it comes to working with Silverlight and WCF services. Not only do our smart proxies track row state but they also track column dirty state. You can now bring back extra columns that are fetched via joins (or derived columns) to the client . Probably one of the most awesome feature is the ability to bind to these extra columns under Silverlight. As far as we know we are the only architecture that allows you to do this. You can actually bind to properties for which you have no property assessors, think of it as ITypedList for Silverlight if you will. read more...

add a comment | category: | Views: 114

tags: another