oscar

Stories kicked by oscar

DotNetCurry Completes 3 Years - Free GiveAway of .NET Products & Books(www.dotnetcurry.com)

submitted by oscaroscar(229) 2 years ago

DotNetCurry Completes 3 Years today. Pariticipate in this $18,000 Worth Mega GiveAway full of .NET Products, Books and Training. There are 97 prizes to be given away. read more...

add a comment |category: |Views: 3

tags: another

return a = “hello”; What will Happen?(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years ago

I came across an interesting piece of code the other day, something I didn’t even know possible in C# - return a = "hello";. What do you think this line returns? read more...

1 comment |category: |Views: 973

tags: another

Unit Testing Modal Dialogs in MVVM and Silverlight 4(blog.roboblob.com)

submitted by spavkovspavkov(1708) 2 years, 1 month ago

As feedback to my recent post on Modal Dialogs in MVVM and Silverlight 4 I have received comments that the solution is not easy to Unit Test so i decided to create small blog posts on this subject just to show how simple and clean it is to do this... read more...

add a comment |category: |Views: 243

tags: another

Handle JSON Exceptions Gracefully in ASP.NET MVC 2(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 1 month ago

The following article demonstrates how to handle exceptions gracefully when calling Ajax methods using ASP.NET MVC 2. read more...

1 comment |category: |Views: 346

tags: another

[Mono-list] Announcing DbLinq 0.20.1(lists.ximian.com)

submitted by javeryjavery(5523) 2 years, 1 month ago

An open source implementation of Linq2SQL that runs against most popular databases. read more...

add a comment |category: |Views: 284

tags: another

How to use Google Data API in ASP.NET MVC. Part 1 - Google Analytics(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years, 1 month ago

This article shows you how to use Google Data API to interact with Google Analytics data and show your website's visitors statistics on your website. read more...

add a comment |category: |Views: 362

tags: another

Silverlight 4 Released(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

..and the much awaited announcement is finally here! Silverlight 4 was announced by Scott Guthrie at DevConnections! Here are some important links read more...

add a comment |category: |Views: 95

tags: another

Download Free ebook - Introducing Microsoft SQL Server 2008 R2(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 1 month ago

Introducing Microsoft SQL Server 2008 R2 is a 10 chapter, 216 page book writtenby Ross Mistry and Stacia Misner. Microsoft has made it available as a free ebook read more...

3 comments |category: |Views: 450

tags: another

Announcing availability of Visual Studio 2010 and .NET Framework 4(blogs.msdn.com)

submitted by codehappiness.comcodehappiness.com(175) 2 years, 1 month ago

I am very excited to announce the availability of Visual Studio 2010 and .NET Framework 4 on April 12th. read more...

add a comment |category: |Views: 133

tags: another

Using CASE Expression in SQL Server to create a Computed Column (www.sqlservercurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

Here’s a practical and interesting example of using CASE expression in SQL Server. I am creating a computed column using CASE expression where I will automatically calculate the value of a column based on the value of other columns read more...

add a comment |category: |Views: 205

tags: another

Mapping Conceptual Model Function to Complex Type in Entity Framework (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 1 month ago

You might hear of KiGG, the open source project that is currently live as http://dotnetshoutout.com. I wanted to expose part of KiGG data as an OData Service for read only. But I figured out that exposing raw KiGG schema might not be useful. So I had to choose between 2 options that were up to my mind: * Build some views on the physical store -database-. Create a new entity data model for those views and use the new data model context for DataServiceContext. * Use Entity Framework 4.0 conceptual model function feature with complex types to simulate views. It’s like building views on the conceptual model itself and not the store model. read more...

add a comment |category: |Views: 67

tags: another

Windows Azure Billing and Administration (blogs.msdn.com)

submitted by oscaroscar(229) 2 years, 1 month ago

As one looks to on-board the Windows Azure Platform it is important to understand the billing and administration functionality and workflows. read more...

add a comment |category: |Views: 21

tags: another

Collections and ASP.NET MVC Templated Helpers (blogs.msdn.com)

submitted by oscaroscar(229) 2 years, 1 month ago

I was recently working with the templated helpers and hit a stumbling block so I thought I’d write about it here so that I can find the solution when I next encounter the problem read more...

add a comment |category: |Views: 21

tags: another

Visual Studio Tip of the Day Start Page – Extension #3 (blogs.msdn.com)

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

The Visual Studio Tip of the Day Start Page is an extension that allows you to get the latest Visual Studio 2010 Tips inside your IDE read more...

add a comment |category: |Views: 2

tags: another

Simple Image SlideShow using jQuery (www.devcurry.com)

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

A simple script to do a Image SlideShow read more...

add a comment |category: |Views: 395

tags: another

IntelliTrace: Fast Track to Debug Microsoft .NET Apps in VS 2010(www.dotnetcurry.com)

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

IntelliTrace is a new feature that is introduced by Microsoft in Visual Studio 2010 for putting the debugging in the fast track. It will reduce the time taken by debugging an application by reducing the number of debugging passes required to be executed by the developer. read more...

add a comment |category: |Views: 399

tags: another