Upcoming stories

Who Are The Sysadmins In This SQL Server? (marlonribunal.com)

submitted by MarlonrMarlonr(704) 24 days, 9 hours ago

When you're working on a sql server database, it is critical who has complete of your server. read more...

add a comment |category: |Views: 6

tags: another

HTML5 Development For ASP.NET Developers(www.kendoui.com)

submitted by burkehollandburkeholland(48) 24 days, 12 hours ago

HTML5 is all the rage, but are .NET developers left out? Do you have to switch from WebForms to MVC or this new WebAPI to be an HTML5 Developer? In this ongoing series, Burke Holland shows you how to do HTML5 development today with ASP.NET WebForms and MVC. read more...

add a comment |category: |Views: 16

tags: another

Code !t: The most unappreciated feature in Sql Server 2008?(www.etabakov.com)

submitted by etabakovetabakov(10) 25 days, 6 hours ago

There is a feature in Sql Server 2008, that from my point of view has been hugely neglected. This is the Change Data Capture feature. Its main purpose is to keep historical data for all changes that happen in a given database. Check this post and learn more ... read more...

add a comment |category: |Views: 13

tags: another

An Extensible Appointment Scheduling Library(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 27 days, 4 hours ago

Scheduling software can be used to plan future appointments, including those appointments that repeat on a regular basis. This article describes a library with four types of scheduling rule and the potential for additional rules to be incorporated. read more...

add a comment |category: |Views: 13

tags: another

How to Create Splash Screen in Windows Phone ?(windowsphonerocks.com)

submitted by isenthilisenthil(2309) 27 days, 12 hours ago

Splash Screen makes your App look good when it is loading initially . It might be a good idea to have a splash screen specially for the apps that takes some time to load. How to Create Splash Screen in Windows Phone ? read more...

add a comment |category: |Views: 6

tags: another

Call Asp.Net WebService From JQuery Or JavaScript(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1181) 27 days, 13 hours ago

In this example i'm explaining how to Call Asp.Net WebService With Parameters From JQuery Or JavaScript. read more...

add a comment |category: |Views: 12

tags: another

Using UriPathExtensionMapping, QueryStringMapping in ASP.NET Web API(www.strathweb.com)

submitted by fdubfdub(281) 27 days, 15 hours ago

Different MediaTypeFormatters for same MediaHeaderValue in ASP.NET Web API with UriPathExtensionMapping and QueryStringMapping read more...

add a comment |category: |Views: 10

tags: another

Infinite Scrolling In ASP.NET With jQuery(midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 27 days, 21 hours ago

This blog post shows how to implement infinite scrolling in ASP.NET with the help of jQuery. read more...

add a comment |category: |Views: 17

tags: another

Creating my own dependency injection system II(dotnettravels.blogspot.com)

submitted by MaartenMaarten(65) 28 days, 8 hours ago

In the previous post I showed a very basic DI system. Several things can be added to it, and today I will show how to add binding scopes. What is a binding scope? A binding scope is an indication of when and how the created instances of the DI system should be re-used. read more...

add a comment |category: |Views: 14

tags: another

Open Tabs to the Right in Visual Studio 2011 Beta(www.codersbarn.com)

submitted by BognitBognit(2125) 28 days, 14 hours ago

I've previously shown how to set this in VS 2010. In the new VS 2011 beta, it's a little harder to find. read more...

add a comment |category: |Views: 2

tags: another

Deploy Asp.Net WebSite On IIS7 Server(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1181) 28 days, 17 hours ago

This post explains how to Publish And Deploy Asp.Net Web Site On IIS7 Server. read more...

add a comment |category: |Views: 7

tags: another

Expression Trees + Generic Static Constructors(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 29 days, 8 hours ago

A great thing about .NET Expression Trees is you can compile them at runtime, and they’ll execute as fast as any .NET code. However, while building and compiling a tree is pretty quick, it’s best if you only need to do it once. Here's a way to do that with a generic class and static constructor. read more...

add a comment |category: |Views: 11

tags: another

Request Response service, separate contract and business logic(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 29 days, 11 hours ago

The third part of a series of articles devoted to the creation of a basic Request/response service in WCF. In this article I show how to use MEF to automatic load the handlers for the requests. read more...

add a comment |category: |Views: 3

tags: another

CLR 4.5: Managed Profile Guided Optimization (MPGO)(eknowledger.wordpress.com)

submitted by eknowledgereknowledger(156) 29 days, 21 hours ago

The Managed Profile Guided Optimization (MPGO) technology can improve the startup and working set (memory usage) of managed applications by optimizing the layout of precompiled native images.By organize the layout of your native image so most frequently called data are located together in a minimal number of disk pages in order to optimize each request for a disk page of image data to include a higher density of useful image data for the running program which in return will reduce the number of page requests from disk. if you think more about it, mostly it will be useful to machines with mechanical disks but if you have already moved to the Solid State Drive Nirvana the expected performance improvement will probably be unnoticeable. read more...

add a comment |category: |Views: 3

tags: another

C#/.NET Little Wonders: The Enumerable.Range() Static Method(www.blackrabbitcoder.net)

submitted by BlackRabbitCoderBlackRabbitCoder(661) 1 month ago

The Enumerable.Range() method performs a very simple function, but it’s results can be used to drive much more complex LINQ expressions. Feel free to use it for generating simple int sequences all the way to generating sequences of a repeated action. Either way, it’s a good tool to keep handy. read more...

1 comment |category: |Views: 10

tags: another

Adding Lists and Tables to XML Documentation(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 1 month ago

Bullet lists, numbered lists and tables provide useful ways to provide information about the use of a framework, a single class or a member. These ways of displaying data can be included in XML documentation comments and compiled into help files. read more...

add a comment |category: |Views: 2

tags: another