rassi

Stories kicked by rassi

Hosting WCF 4.0 Service on IIS 7.5 with SSL(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

In this article, we will see how to host a WCF service on IIS 7.5 with SSL. read more...

add a comment |category: |Views: 118

tags: another

Easiest Mobile Browser Detection EVER!(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 2 years, 2 months ago

Thanks to MDBF on Codeplex, mobile browser detection is as easy as 1,2,3. read more...

add a comment |category: |Views: 53

tags: another

ASP.NET MVC 2 Released (www.devcurry.com)

submitted by oscaroscar(229) 2 years, 2 months ago

Today Scott Guthrie announced on his blog the release of ASP.NET MVC 2. read more...

1 comment |category: |Views: 217

tags: another

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

submitted by oliversolivers(95) 2 years, 2 months 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...

2 comments |category: |Views: 761

tags: another

Visual Studio Test Professional 2010: Test Case WorkItem Type(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 2 months ago

In this article, we will study the Visual Studio 2010 test case workitem type in detail. read more...

add a comment |category: |Views: 84

tags: another

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

submitted by mopenmopen(3596) 2 years, 3 months 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...

1 comment |category: |Views: 158

tags: another

ASP.NET MVC and the Spark View Engine(www.code-magazine.com)

submitted by justinjustin(115) 2 years, 3 months ago

Getting friendly with HTML in ASP.NET MVC just got a whole lot easier. In this Code Magazine article, Donn Felker delves into the Spark View Engine, an alternate view engine for the ASP.NET MVC Framework. Spark’s main goal is to allow HTML to dominate the flow of view development while allowing code to fit in seamlessly. read more...

1 comment |category: |Views: 314

tags: another

New in .NET 4: Don’t Forget to Dispose() your SmtpClient Instances(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 3 months ago

It seems the System.Net.Mail.SmptClient class has gotten a bit of a facelift in .NET 4. read more...

add a comment |category: |Views: 416

tags: another

.NET - Three Ways to Populate a Select Element with ASP.NET MVC and jQ(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 3 months ago

The following article demonstrates three ways to populate a select element using ASP.NET MVC and jQuery. read more...

1 comment |category: |Views: 394

tags: another

Writing Efficient String Functions in C#(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

To write efficient string handling functions, it is important to understand the characteristics of string objects in C#. read more...

2 comments |category: |Views: 62

tags: another

Creating a Weather Gadget for Windows 7(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. read more...

add a comment |category: |Views: 577

tags: another

Reason of Compute Scalar before Stream Aggregate(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 3 months ago

Running the following query will give you Stream Aggregate Operator in Execution Plan. To turn on Execution Plan, press CTRL + M. I would like to know your feedback about Stream Aggregate Operation. read more...

add a comment |category: |Views: 162

tags: another

C# 4.0 New Features, Videos, Articles and Books(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

I was collecting some learning material on C# 4.0 and stumbled across some useful videos, articles and documents available on C# 4.0. I am just listing a few of them. Check them out! read more...

add a comment |category: |Views: 478

tags: another

Keeping Your ASP.NET Session Alive Using jQuery(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 4 months ago

The following article demonstrates how to keep your session alive when you're using ASP.NET MVC and jQuery. read more...

3 comments |category: |Views: 705

tags: another

Table Per Type Inheritance in Entity Framework(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 4 months ago

The first inheritance mapping I’m going to show is called Table Per Type or TPT. Before I start with the example lets define what is TPT. read more...

1 comment |category: |Views: 373

tags: another

Reducing Code Coupling - Inversion of Control(grantpalin.com)

submitted by grantpalingrantpalin(376) 2 years, 4 months ago

This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern. read more...

2 comments |category: |Views: 677

tags: another