DotNetShoutout - Latest published stories (page 438)
5
Shouts

WebForms Routing in ASP.NET 4 | TechBubbles

published 1203 days, 33 minutes ago posted by kalyanms1kalyanms1 1205 days, 19 hours, 16 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Friday, February 05, 2010 6:56:45 PM GMT
This post explains about WebForms routing features available in ASP.NET 4. Routing feature originally designed for ASP.NET MVC and now available for Webforms as well. You need to install Visual Studio 2010 ultimate beta2 to try the routing features in ASP.NET 4. 1. Create a ASP.NET Web Application in Visual Studio 2010 as follows    2. Add the route definitions to the Global.asax.cs file as followsusing System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Se... (more)
category: Web Dev | clicked: 0 | comment | | source: www.techbubbles.com
tags: ASP.NET 4
5
Shouts

Developing A Facebook FBML Canvas App In ASP.NET

published 1203 days, 33 minutes ago posted by KhaledKhaled 1204 days, 18 hours, 19 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 7:53:30 PM GMT
AnnouncingHighway™ 1.1, the new windows-based web browser with Facebook functionality built in! Next time you surf the web, "Take the Highway and Bring Your Facebook Friends!" It's free!! Amazon.com Widgets Book carousel requires popups to be enabled. ;As the title suggests, this article will demonstrate the development of an FBML Facebook application in ASP.NET using the Facebook Development Toolkit.  We will create a simple application that accesses the user's profile... (more)
category: Web Dev | clicked: 0 | comment | | source: www.murrayhilltech.com
5
Shouts

StackOverflow - Podcast #82

published 1203 days, 33 minutes ago posted by mithumithu 1205 days, 11 hours, 36 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:36:51 AM GMT
In this episode of the Stack Overflow podcast, Joel and Jeff sit down with Mac developer Daniel Jalkut of Red Sweater Software to discuss his experience as a longtime Mac developer and small Mac software business owner, and the possible impact of the iPad. Daniel launched Red Sweater software way back in 1999 (and has been an active Mac developer since 1995), but it didn’t become his primary business until 2005-ish. The big apps in his stable are MarsEdit, blog composing software, and Black Ink, a cros... (more)
category: Podcast | clicked: 0 | comment | | source: blog.stackoverflow.com
tags: iPhone, iPad, UNIX, stackoverflow, iWork, iBooks, iMac, OSX
5
Shouts

DotNetRocks - Show #522 - Walling and Taber on Micropreneur Academy.

published 1203 days, 33 minutes ago posted by mithumithu 1205 days, 12 hours, 8 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:04:34 AM GMT
Rob Walling and Mike Taber talk about the Micropeneur Academy, a web-based community with the mission to assist one-man tech companies in reaching their goals. Membership is not free, but it's not expensive either. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks
6
Shouts

SilverCooler - a MIX 10K entry

published 1203 days, 33 minutes ago posted by gergelyoroszgergelyorosz 1208 days, 5 hours, 11 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Wednesday, February 03, 2010 9:01:42 AM GMT
On the MIX 10K competition the goal is to write an application using no more than 10KBytes of source code in Silverlight. I’ve implemented a cool cocktail selector application - check it out and vote if you like it! (more)
category: Metro | clicked: 0 | comment | | source: gregdoesit.com
7
Shouts

ASP.NET MVC Performance I: Combining resources

published 1204 days, 2 hours, 53 minutes ago posted by gpeipmangpeipman 1205 days, 8 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Saturday, February 06, 2010 2:04:50 PM GMT
I wrote a small postings series about how to optimize ASP.NET MVC applications. This posting is small introduction to series and it also introduces first two optimization steps: resources and images combining. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: optimization, Performance, MVC, ASP.NET
5
Shouts

Test Driven Silverlight Body Snatchers - Jesse Liberty

published 1204 days, 2 hours, 53 minutes ago posted by jantujantu 1205 days, 3 hours, 26 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Saturday, February 06, 2010 10:46:45 AM GMT
This posting is part of the Silverlight HyperVideo Platform documentation and a Silverlight Mini-tutorial. The information in this posting, however, should be of interest to anyone writing meaningful Line of Business applications with Silverlight.[This is the first of two parts on Test Driven Development. Part 2 will walk through creating Unit Tests in “real time”]The premise of the classic 1956 film Invasion of the Body Snatchers is that there are “p... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, Test-Driven, HyperVideoProject, MVVM, Design Patterns
8
Shouts

SQL-Articles - Function to Split Comma separated string to Integer

published 1204 days, 2 hours, 53 minutes ago posted by sqlarticlessqlarticles 1205 days, 22 hours, 52 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Friday, February 05, 2010 3:20:58 PM GMT
There are cases where we need to pass the input parameter to the stored procedure as a comma-separated string in order to avoid multiple db calls from happening. This helps in reducing the db calls thereby reducing the load on the db server. The below function will split the given comma-separated string into integers and process the result... (more)
category: Data | clicked: 2 | comment | | source: www.sql-articles.com
tags: TSQL, scripts
6
Shouts

MOSS My Calendar web part login problem for different accounts.

published 1204 days, 2 hours, 53 minutes ago posted by PraveenPraveen 1206 days, 4 hours, 21 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Friday, February 05, 2010 9:51:43 AM GMT
Introduction When i work with my calendar web part in SharePoint i got lot of questions and things happend. I configured every thing correctly in My Calendar web part. i.e. Mail server address, Mailbox. But, when i open the page which contains calendar web part, it prompts for user name and password of SharePoint site and another for the Calendar login . i.e. login page of OWA application. If i provide the credentials it will work very fine. Now the problem starts. If the same application is tryi... (more)
category: How To | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: C#, Outlook integration, Calendar, Sharepoint
8
Shouts

Installing and Setting Up and Encoding for IIS 7 Smooth Streaming and Silverlight - Scott Hanselman

published 1204 days, 2 hours, 53 minutes ago posted by jantujantu 1206 days, 4 hours, 15 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Friday, February 05, 2010 9:57:46 AM GMT
I heard someonesaying they were having trouble setting up Smooth Streaming for IIS, so I wanted to try it myself. If you just want to see Smooth Streaming work, visit http://www.smoothhd.com/ for some sample demos. They'll adapt to your bandwidth and look as nice as they can. If you want to fake a low-bandwidth situation, you can use the player at http://www.iis.net/media/experiencesmoothstreaming and play with limiting the bit rate.Step 0: Got IIS? I've got IIS 7 because I've got Win 7. If your Win 7... (more)
category: Web Dev | clicked: 1 | comment | | source: www.hanselman.com
tags: IIS7, Silvelight
7
Shouts

Controlling Inheritance - Chapter Five of Deep C#

published 1204 days, 2 hours, 53 minutes ago posted by mikeukmikeuk 1206 days, 4 hours, 59 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Friday, February 05, 2010 9:14:12 AM GMT
Inheritance is difficult and C# provides ways to control it or even to forbid its use. So how does that work!? (more)
category: How To | clicked: 2 | comment | | source: www.i-programmer.info
tags: Inheritance, C#, sealed
8
Shouts

Visual Studio 2010 Series

published 1204 days, 2 hours, 53 minutes ago posted by himanethimanet 1206 days, 4 hours, 20 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Friday, February 05, 2010 9:52:47 AM GMT
DotnetSlackers has publishes my articles on VS2010, please check this link that explains on VS2010 new features. The features are explained in a very clear manner to be understandable to the beginner also. VS2010 IDE enhancements are explained in detail The features of Code improvements, Code intellisence, Consume first, Pascal Casing search and intellisense, Call Hierarchy ,Highlight references are explained in depth. VS2010 series of articles Part2 In this article I explained Multi monit... (more)
category: Architecture | clicked: 0 | comment | | source: himabinduvejella.blogspot.com
tags: Visual Studio 10, VS2010 series
6
Shouts

ASP.NET MVC 2 (Release Candidate 2) Now Available - ScottGu's Blog

published 1205 days, 6 hours, 48 minutes ago posted by ali62bali62b 1206 days, 4 hours, 57 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Friday, February 05, 2010 9:15:24 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] Earlier this evening the ASP.NET team shipped ASP.NET MVC (Release Candidate 2) for VS 2008/.NET 3.5.  You can download it here. The RC2 release of ASP.NET MVC 2 is a follow-up to the first ASP.NET MVC 2 RC build that we shipped in December.  It includes a bunch of bug fixes, performance work, and some final API and behavior additions/changes.  Below are a few of the changes be... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2, ScottGu
9
Shouts

Tamper Proofing your Code : Paul Mason

published 1205 days, 6 hours, 48 minutes ago posted by tivittivit 1206 days, 15 hours, 21 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Thursday, February 04, 2010 10:51:36 PM GMT
A largely "untouched" area of intellectual property protection is Tamper Proofing. I can only assume that the reason for this is that while tamper proofing methods are easy to add, it is extremely difficult to stop tamper proofing being removed. It all boils down to the simple fact: if your computer can run the program then a hacker can understand the control flow and change your code for their own purposes. This article takes a look at what tamper proofing is, various methods of tamper proofing, and fi... (more)
category: Architecture | clicked: 4 | comment | | source: blog.paul-mason.co.nz
tags: reverse engineering, tamper proofing
6
Shouts

Using Unit of Work Pattern with Entity Framework - Gil Fink on .Net

published 1205 days, 6 hours, 48 minutes ago posted by gilfgilf 1206 days, 45 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Friday, February 05, 2010 1:27:26 PM GMT
In a previous post I explained how to create a simple repository on top of Entity Framework. In this post I’ll explain the Unit of Work pattern and how we can use it with our data access layer. (more)
category: How To | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Unit of Work
10
Shouts

Managed Extensibility Framework - Building Composable Apps in .NET 4 with the Managed Extensibility Framework

published 1205 days, 6 hours, 48 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1206 days, 17 hours, 33 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Thursday, February 04, 2010 8:39:14 PM GMT
Glenn Block explains how the Managed Extensibility Framework, a new library coming in .NET Framework 4.0, tackles the longstanding issue of building applications and components that can be reused and extended by others. Learn how to build apps that can use new functionality introduced by developers, framework authors and third-party extenders (more)
category: Architecture | clicked: 2 | comment | | source: msdn.microsoft.com
tags: MEF, MSDN Magazine
5
Shouts

Multi-tenancy in ASP.NET MVC - Breaking it down

published 1205 days, 6 hours, 48 minutes ago posted by robashtonrobashton 1206 days, 14 hours, 46 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Thursday, February 04, 2010 11:26:58 PM GMT
Multi-tenancy in ASP.NET MVC - Breaking it down Previous entries in the seriesWhy do we want multi-tenancy In the last entry, we covered the basics of what I consider multi-tenancy to be, and why we might perhaps want to write our ASP.NET MVC web application with multi-tenancy in mind. The "ASP.NET MVC" component  or front-end) of your multi-tenant application probably only covers a small fraction of your entire codebase but is also the first and often only contact your customer has with your applicat... (more)
category: Web Dev | clicked: 3 | comment | | source: codeofrob.com
tags: ASP.NET MVC, Multi Tenancy
8
Shouts

Test Run - WCF Service Testing with Sockets

published 1205 days, 6 hours, 48 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1206 days, 17 hours, 15 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Thursday, February 04, 2010 8:57:47 PM GMT
There are many ways to test WCF services, but the socket-based approach is flexible and very useful for security and performance testing. We show you show you how to test a WCF service using a network socket based approach. (more)
category: How To | clicked: 1 | comment | | source: msdn.microsoft.com
tags: WCF, MSDN Magazine
8
Shouts

Alvas.Audio 7.1 has been published.

published 1205 days, 6 hours, 48 minutes ago posted by alvasalvas 1207 days, 1 hour, 49 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Thursday, February 04, 2010 12:23:13 PM GMT
Live Support .Net Products New! Alvas.Audio    Alvas.FileControls    Alvas.ShapeForms    Alvas.Scriptor    Alvas.Suite Free Products    Alvas.Controls    Alvas.Labels Downloads Orders Custom Development Support Customers Get Free License Site Map Search Translate by Google  Overview    News    Articles    How to..    Order    Support    Free Download    Demo       PR    PAD  Part of Alvas.Suite Alvas.Audio is C# audio library for .Net developers.Main features:Records audioPlays audioS... (more)
category: How To | clicked: 0 | comment | | source: alvas.net
tags: Audio&Multimedia
6
Shouts

Vote for your favourite .NET DI (IoC) Framework

published 1205 days, 6 hours, 48 minutes ago posted by deanomachinodeanomachino 1207 days, 20 hours, 43 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Wednesday, February 03, 2010 5:30:03 PM GMT
Vote for your favourite .NET DI (IoC) Framework I've started to take a look at Dependency Injection Containers (IoC), mostly because we have started using them where I work and also just out of general interest and trying to get my mind around how they work. During my investigations I came around a load of .net IoC frameworks, a lot of them had their own pros and cons, and a lot of people were hard core supporters of certain frameworks. Currently where I work we have chosen to go with Castle. While on ... (more)
category: Web Dev | clicked: 1 | comment | | source: deanhume.com
tags: IoC/DI, C#, ASP .NET