DotNetShoutout - Latest published stories
7
shouts

ASP.NET MVC Performance II: Optimizing resources

published 15 hours, 21 minutes ago posted by gpeipmangpeipman 1 day, 19 hours, 26 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 9:35:04 AM GMT
In my previous posting about ASP.NET MVC performance I showed you how to combine resources like scripts, style sheets and images. In this posting I will show you how to minimize resources so we don’t waste the bandwidth we got. (more)
category: ASP.NET | clicked: 76 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, optimizing, Performance
6
shouts

Entity Framework Context Lifetime Best Practices - Gil Fink on .Net

published 15 hours, 21 minutes ago posted by gilfgilf 1 day, 21 hours, 14 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 7:47:14 AM GMT
In this post I’m going to write about one of the major decisions that you need to take when you use ORM tools like Entity Framework. This decision is the context lifetime. (more)
category: Foundation | clicked: 44 | comment | | source: blogs.microsoft.co.il
tags: Best Practices, Context, Entity Framework
5
shouts

Visual Studio Tips and Tricks Setting a Tracepoint in source code - Zain Naboulsi

published 15 hours, 21 minutes ago posted by jantujantu 1 day, 18 hours, 1 minute ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 10:59:54 AM GMT
Most everyone knows what a Breakpoint is but, since Visual Studio 2005, we have had Tracepoints as well.  Unlike Breakpoints, Tracepoints give you the opportunity to unobtrusively print out information during (or after) application execution.  This tip will show you how to use the IDE to create Tracepoints but detailed instructions on how to do this in code can be found here... (more)
category: Smart Client | clicked: 39 | comment | | source: blogs.msdn.com
tags: Breakpoint, Microsoft, Tips and Tricks, tracepoint, Visual Studio, Visual Studio 2010, VS2010
5
shouts

Detecting User Inactivity (C#)

published 15 hours, 21 minutes ago posted by BlackWaspBlackWasp 1 day, 12 hours, 41 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 4:20:24 PM GMT
Some software, such as backup utilities, can use a large proportion of processor time and other resources. Often the user is given the option to only run such processes when the computer is not in use. This requires the detection of user inactivity. (more)
category: Smart Client | clicked: 60 | comment | | source: www.blackwasp.co.uk
tags: C#, Windows
3
shouts

Built-in Charting Controls (VS 2010 and .NET 4 Series) - Scott Guthrie

published 15 hours, 21 minutes ago posted by jantujantu 20 hours, 44 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Monday, February 08, 2010 8:17:39 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] This is the fifteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.  Today’s post covers a nice addition to ASP.NET and Windows Forms with .NET 4 - built-in charting control support.ASP.NET and Windows Forms Charting Controls A little over 14 months ago I blogged about how Microsoft was making available a free download of charting controls for ... (more)
category: ASP.NET | clicked: 47 | comment | | source: weblogs.asp.net
tags: .NET, ASP.NET, Visual Studio
8
shouts

dnrTV - Show #165 - Michael Cummings on XNA Development Part 1

published 15 hours, 21 minutes ago posted by mithumithu 3 days, 2 hours, 52 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:09:03 AM GMT
Michael Cummings develops a game for the X-Box from start to finish borowing code from samples in the Farseer Physics Engine for XNA to produce Bumper Cars In Space. (more)
category: Screencast | clicked: 27 | comment | | source: www.dnrtv.com
tags: dnrTV, X-Box, XNA
7
shouts

Performance: Using LCG to copy property values of two objects

published 15 hours, 21 minutes ago posted by gpeipmangpeipman 3 days, 10 hours, 43 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Friday, February 05, 2010 6:18:32 PM GMT
Today I gave last performance boost to my property values copying mechanism. I would like to thank my readers Ron and David to remind me Lightweight Code Generation (LCG) and pointing me out aussie bloke blog entry Generic copy object using Lightweight Code Generation. In this posting I will show you last performance boost and put down a summary about my experiment this far. (more)
category: Foundation | clicked: 60 | comment | | source: weblogs.asp.net
tags: .NET, C#, lcg, Performance
6
shouts

Getting started with MongoDB – Using Json.Net and Castle Dynamic proxy

published 15 hours, 21 minutes ago posted by sedanwersedanwer 3 days, 14 hours, 27 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Friday, February 05, 2010 2:34:37 PM GMT
This post is divided in three blocks: Getting MongoDB to run on your machine Consume it manually via the MongoDB – Console Consume it from C# code. (more)
category: Foundation | clicked: 46 | comment | | source: daniel.wertheim.se
tags: Castle Dynamic proxy, MongoDB
6
shouts

Ezequiel Jadib’s Blog » Common mistakes / issues when creating and using Composite Stream Manifests (.CSM)

published 15 hours, 21 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 3 days, 7 hours, 8 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Friday, February 05, 2010 9:53:05 PM GMT
One of the greatest features added on the Beta 2 version of the IIS Smooth Streaming Player Development Kit (SSPDK) is the support for Composite Stream Manifests for Rough Cut Editing. This a powerful feature which I really recommend looking at. I’ve been working with CSMs for three months now, so in this post I would like to share with you the lessons I’ve learnt during the process of creation and usage of the CSMs. There are a few common mistakes and issues you might face during that process, so I ho... (more)
category: Silverlight | clicked: 27 | comment | | source: blogs.southworks.net
tags: Adaptive Streaming, Composite Stream Manifest, CSM, IIS7, Live Smooth Streaming, RCE, Rough Cut Editing, Smooth Streaming, Smooth Streaming Media Element, Smooth Streaming Player Development Kit Edit, SSME
7
shouts

HanselMinutes - Show #198 - Reactive Extensions for .NET (Rx) with Erik Meijer

published 15 hours, 21 minutes ago posted by mithumithu 3 days, 2 hours, 49 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:12:23 AM GMT
Scott sits down with Erik Meijer from the Cloud Programmability Team to hear about the Reactive Extensions for .NET (Rx). Rx is a library for composing asynchronous and event-based programs using observable collections. Sound boring? Not even a little. Rx is a prescription for awesome. (more)
category: Podcast | clicked: 26 | comment | | source: www.hanselminutes.com
tags: .NET, HanselMinutes, Rx
7
shouts

Debugging ASP.NET generated code - David Ebbo

published 15 hours, 21 minutes ago posted by mithumithu 3 days, 2 hours, 36 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:25:11 AM GMT
This post applies to any ASP.NET app that uses .aspx files, whether WebForms or MVC. When you write an aspx/ascx/master file (I’ll just say aspx for here on, but it applies to all), it gets compiled dynamically by the ASP.NET runtime.  Note that this is true whether you use a Web Site or a Web Application Project (WAP).  While in a WAP, most of the code is built by Visual Studio, the aspx pages themselves... (more)
category: ASP.NET | clicked: 35 | comment | | source: blogs.msdn.com
tags: ascx, ASP .NET, ASP.NET, aspx, MVC, WAP, WebForms
3
shouts

How do I set a breakpoint in a CLR Stored Procedure already deployed and running on a live SQL Server and debug is using Visual Studio? - Jay Askew

published 15 hours, 21 minutes ago posted by impaimpa 1 day, 17 hours, 43 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 11:17:44 AM GMT
For information on setup and debugging a CLR stored procedure in a direct-debug scenario by “stepping-through” the code from within Visual Studio, OR by using a test TSQL script from with Visual Studio, refer to the following MSDN article: http://msdn.microsoft.com/en-us/library/ms165051.aspx Now, suppose you have a stored procedure already deployed to a remote SQL S... (more)
category: ASP.NET | clicked: 38 | comment | | source: blogs.msdn.com
tags: .NET, CLR, Debug, SQL, Visual Studio
5
shouts

HanselMinutes - Show #199 - How Craigslist Works - with Jeremy Zawodny

published 15 hours, 21 minutes ago posted by mithumithu 3 days, 2 hours, 45 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:16:40 AM GMT
Scott chats with Jeremy Zawodny, a developer at Craigslist on how the system is put together. How many servers do they have? How does it all fit together and what are the major technology problems they have to solve? (more)
category: Podcast | clicked: 34 | comment | | source: www.hanselminutes.com
tags: HanselMinutes, Server
7
shouts

How to display Site pages/ Subsites in navigation using Treeview control in sharepoint applicartion.

published 15 hours, 21 minutes ago posted by PraveenPraveen 3 days, 19 hours, 12 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Friday, February 05, 2010 9:49:09 AM GMT
For very big projects in SharePoint or any other platform it's very difficult to organize the navigation to keep all the data on page. For example, you have plenty of data around 15 to 20 subsites and 50 pages, then it's impossible to display all the links at one place. So, it's big challenge that even you have more data on site but if user failed to find what he want on the site then it's just waste. So by thinking that for long time, i was came up with a good solution and here i am presenting for you ... (more)
category: Foundation | clicked: 30 | comment | | source: praveenbattula.blogspot.com
tags: C#, Navigation, Sharepoint, TreeView
8
shouts

Top 5 Common programming mistakes .NET developers must avoid !!

published 15 hours, 21 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 20 hours, 4 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Monday, February 08, 2010 8:57:43 AM GMT
Some time back, I asked a question in Stackoverflow.com, about common programming mistakes .NET developers must avoid. The response was awesome, to say the least. I’m just listing down the top 5 developer crimes I picked, from the answers I received (regardless the votes). (more)
category: Foundation | clicked: 54 | comment | | source: amazedsaint.blogspot.com
tags: .NET, C#, programmers, Software Develeopment
5
shouts

WebForms Routing in ASP.NET 4 | TechBubbles

published 15 hours, 21 minutes ago posted by kalyanms1kalyanms1 3 days, 10 hours, 4 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: ASP.NET | clicked: 38 | comment | | source: www.techbubbles.com
tags: ASP.NET 4
5
shouts

Developing A Facebook FBML Canvas App In ASP.NET

published 15 hours, 21 minutes ago posted by KhaledKhaled 2 days, 9 hours, 8 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: ASP.NET | clicked: 39 | comment | | source: www.murrayhilltech.com
5
shouts

StackOverflow - Podcast #82

published 15 hours, 21 minutes ago posted by mithumithu 3 days, 2 hours, 24 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: 46 | comment | | source: blog.stackoverflow.com
tags: iBooks, iMac, iPad, iPhone, iWork, OSX, stackoverflow, UNIX
5
shouts

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

published 15 hours, 21 minutes ago posted by mithumithu 3 days, 2 hours, 57 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: 33 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks
6
shouts

SilverCooler - a MIX 10K entry

published 15 hours, 21 minutes ago posted by gergelyoroszgergelyorosz 5 days, 20 hours 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: Silverlight | clicked: 41 | comment | | source: gregdoesit.com
Previous 1 2 3 4 5 6 7 8 9 10 ... 351 352 Next