DotNetShoutout - Latest published stories
6
shouts

SQL SERVER – Difference Between ROLLBACK IMMEDIATE and WITH NO_WAIT during ALTER DATABASE « Journey to SQL Authority with Pinal Dave

published 19 hours, 34 minutes ago posted by pinaldavepinaldave 1 day, 20 hours, 15 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 12:00:40 PM GMT
Today, we are going to discuss about something very simple, but quite commonly confused two options of ALTER DATABASE. The first one is ALTER DATABASE …ROLLBACK IMMEDIATE and the second one is WITH NO_WAIT. Many people think they are the same or are not sure of the difference between these two options. Before we continue our explaination, let us go through the explanation given by Book On Line. ROLLBACK AFTER integer [SECONDS] | ROLLBACK IMMEDIATE Specifies whether to roll back after a specified numb... (more)
category: SQL | clicked: 44 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
4
shouts

ASP.NET4 - Working with URL Routing | syntaxhelp.com

published 19 hours, 34 minutes ago posted by himanethimanet 1 day, 16 hours, 40 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 3:35:44 PM GMT
SQL ServerASP.NETSQL Azure with ASP Dot NetASP.NET - Working with Request ObjectASP.NET - Working with Response ObjectASP.NET - Working with Page Attributes ASP.NET - Send Email in C#.NETASP.NET - Configuration SettingsASP.NET - Encryption using Forms Authentication ASP.NET - Working with CacheASP.NET - Working with Connection String Encryption and Decryption in Web.Config ASP.NET - Working with Controls -Resetting Form ControlsASP.NET - Working with GridView ASP.NET4 SEO FeaturesASP.NET4 - Working ... (more)
category: ASP.NET | clicked: 47 | comment | | source: syntaxhelp.com
tags: ASP.NET4. urlRouting
6
shouts

Microsoft Silverlight Analytics Framework - Day 2 Part 2 of MIX 2010

published 19 hours, 34 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1 day, 15 hours, 33 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 4:42:20 PM GMT
3/15/2010Microsoft Silverlight Analytics Framework - Day 2 Part 2 of MIX 2010 I went to the session on Microsoft Silverlight Analytics Framework (MSAF) today while here at MIX 2010.  It was a great walk through the features, ideas, and what the end goal is.  Michael Scherotter did a great job of lining up the ideas, intentions, and the functional ideas behind the framework. The framework is built around the Silverlight Behaviors.  If you aren't sure what behaviors are, check out these entries from Nikh... (more)
category: Silverlight | clicked: 25 | comment | | source: www.adronbhall.com
tags: silverlight analytics tracking web_analytics
6
shouts

Architecture Analysis Practices with VS2010 Direct Graphs and Layer Diagrams

published 19 hours, 34 minutes ago posted by ClemensReijnenClemensReijnen 1 day, 9 hours, 31 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 10:44:42 PM GMT
Been using the direct graph [DGML] and layer diagram capabilities from VS2010 for a while now. Used them on many different projects with a wide spread of architectures, different quality levels and with many questions to answer about it. And I recognized a common way of working when using the tools… It looks something like this: Zoom Out – Recognize - Zoom In – Analyze - Zoom Out or Zoom In – Group – Zoom Out and can been done in a different order… (more)
category: Architecture | clicked: 35 | comment | | source: www.clemensreijnen.nl
tags: VS2010
7
shouts

C# Bits: A Slightly Improved Password Field Template

published 19 hours, 34 minutes ago posted by KhaledKhaled 1 day, 7 hours, 52 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Thursday, March 18, 2010 12:23:08 AM GMT
I know my previous password field template was just about functional, so I have improved it slightly now you will have to enter the password twice in password mode and they will have to match. And in Read-Only mode it just displays ** or as many ‘*’ as you like. Listing 1 - Password.ascx page and the code behind is even less interesting.<%@ Control Language="C#" CodeFile="PasswordEdit.ascx.cs" Inherits="PasswordEditField" %> Listing 2 – Password_Edit.ascx Fig... (more)
category: ASP.NET | clicked: 35 | comment | | source: csharpbits.notaclue.net
6
shouts

MVVM: Going it alone

published 19 hours, 34 minutes ago posted by developmentalmadnessdevelopmentalmadness 1 day, 13 hours, 25 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 6:49:50 PM GMT
Just watched Rob Eisenburg's presentation from MIX10. Here's a bit of a recap, links to source code and my own thoughts after watching it. (more)
category: Silverlight | clicked: 35 | comment | | source: www.developmentalmadness.com
tags: Caliburn, MIX10, MVVM
6
shouts

Microsoft, jQuery, and Templating - Stephen.Walther

published 19 hours, 34 minutes ago posted by KhaledKhaled 1 day, 7 hours, 47 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Thursday, March 18, 2010 12:27:55 AM GMT
About two months ago, John Resig and I met at Café Algiers in Harvard square to discuss how Microsoft can contribute to the jQuery project. Today, Scott Guthrie announced in his second-day MIX keynote that Microsoft is throwing its weight behind jQuery and making it the primary way to develop client-side Ajax applications using Microsoft technologies. (more)
category: Ajax | clicked: 49 | comment | | source: stephenwalther.com
5
shouts

HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!

published 19 hours, 34 minutes ago posted by KhaledKhaled 1 day, 10 hours, 51 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 9:24:30 PM GMT
Uploading files to a server is a common operation of many websites. In this article we will focus on how to upload image files using ASP.NET MVC Framework and display the images using our custom Image HtmlHelper. (more)
category: ASP.NET | clicked: 32 | comment | | source: www.highoncoding.com
6
shouts

Using CLR 4.0 Event Tracing for Windows (ETW) along with application ETW

published 19 hours, 34 minutes ago posted by reshmireshmi 1 day, 10 hours, 52 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 9:23:39 PM GMT
At last CLR 4.0 has started showing some love towards ETW. Like I mentioned before ETW is very useful in understanding what is happening on the entire system, along with your application. Today I am going to be demonstrating a simple application, which is going to allocate large arrays 100 times. Along with the allocation, it is also going to log via ETW each time it allocated. The reason is to see the object allocation within our code and GC collection from CLR in the same trace file. How cool it is to ... (more)
category: Architecture | clicked: 22 | comment | | source: naveensrinivasan.com
tags: .Net 4.0, CLR 4.0, ETW
5
shouts

Let it ring - WriteableBitmapEx for Windows Phone

published 19 hours, 34 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1 day, 11 hours, 28 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 8:47:06 PM GMT
Rene Schulte introduces the open source Silverlight WriteableBitmapEx library version for the Windows Phone. Furthermore he provides a sample application that is demoed in a video and shares his excitement about the new platform for Silverlight. (more)
category: Silverlight | clicked: 30 | comment | | source: kodierer.blogspot.com
tags: Silverlight, wbx, WP7, WP7S
2
shouts

Tips on Google Buzz

published 19 hours, 34 minutes ago posted by kirankkirank 1 day, 21 hours, 59 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 10:16:18 AM GMT
on my previous post i was discuss on what is Google buzz , how you can add Google Buzz button on your Blogger / Wordpress. now on this article i am just discussing tips on Google Buzz , hope u enjoy this 1.Quick open Google Buzz yes there are some keyboards shortkuts on gmail for opening google Buzz quickly, type g b from gmail view and Google Buzz will get open. here are few more shortcuts. m - mute r- add comments p/n - Go to new conversation o -expand conversation and so on. Hide buz... (more)
category: Ajax | clicked: 28 | comment | | source: codingstuffsbykiran.blogspot.com
tags: Google, Google Buzz
2
shouts

Some Notes On SQL Saturday #44

published 19 hours, 34 minutes ago posted by MarlonRibunalMarlonRibunal 1 day, 13 hours, 38 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 6:37:22 PM GMT
Some Notes On SQL Saturday #44March 16, 2010tags: attendee, dba, developer, free classes, free training, speaker, sql server session, sqlsaturday, SSAS, SSIS 2008, SSRSby MarlonRibunal Few weeks after we officially announced SQLSaturday#44, a couple of event sponsors have signed up so far. 2 or 3 have signed up as swag sponsors (books and software). There are only 5 weeks to go before the event.  This means we need an aggressive campaign to attract more event sponsors. In order for us to attract more sp... (more)
category: SQL | clicked: 27 | comment | | source: dbalink.wordpress.com
tags: sql free training, SQL Server, sqlsaturday
2
shouts

Experience Space using Microsoft WorldWide Telescope | TechArtifact

published 19 hours, 34 minutes ago posted by ankygoyalankygoyal 1 day, 12 hours, 58 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 7:17:08 PM GMT
We already have been visualizing the earth on our desktops for quite a long time now. Thanks Google Earth and Bind maps. Ever wondered if we could visualize space this way as well? Imagine taking a close look at a stars or galaxies like Milky way right from your desktop? Or even taking a view of Moon or Mars? Well Microsoft Research has come up with a solution to this. Read on... (more)
category: Silverlight | clicked: 28 | comment | | source: www.techartifact.com
8
shouts

Introducing Windows Phone 7 Development Tools - Somasegar

published 19 hours, 34 minutes ago posted by jantujantu 2 days, 11 hours, 48 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 8:26:51 PM GMT
Introducing Windows Phone 7 Development Tools Today at MIX10, we are introducing the Windows Phone 7 Series development story.  At the heart of Windows Phone 7 Series development is Silverlight.  This enables you to bring your existing development skills in building Windows Phone 7 ications.Windows Phone Developer Tools CTP, Microsoft’s developer toolset for Windows Phone 7 Series, is now available for download.The Windows Phone Developer Tools CTP contains what you need to get started with Wi... (more)
category: Smart Client | clicked: 79 | comment | | source: blogs.msdn.com
tags: .NET Framework, Developer Division, Expression, Silverlight, Visual Studio
7
shouts

Inside the ASP.NET MVC Controller Factory

published 19 hours, 34 minutes ago posted by sonukapoorsonukapoor 2 days, 8 hours, 18 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 11:56:57 PM GMT
In this article, I'll go through the process of customizing the controller factory to show that the controller name doesn't necessarily result from a token contained in the URL. (more)
category: ASP.NET | clicked: 47 | comment | | source: dotnetslackers.com
tags: ASP.NET, factory, MVC
8
shouts

Entity Framework 4.0: Optimal and horrible SQL

published 19 hours, 34 minutes ago posted by gpeipmangpeipman 2 days, 21 hours, 16 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 10:59:22 AM GMT
Lately I had Entity Framework 4.0 session where I introduced new features of Entity Framework. During session I found out with audience how Entity Framework 4.0 can generate optimized SQL. After session I also showed guys one horrible example about how awful SQL can be generated by Entity Framework. In this posting I will cover both examples. (more)
category: Foundation | clicked: 64 | 1 comment | | source: weblogs.asp.net
tags: entity framework 4.0, OR/M, SQL
6
shouts

Test sending email on Localhost in ASP.NET: The SMTP server alternative

published 19 hours, 34 minutes ago posted by ScioJimScioJim 3 days, 5 hours, 42 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 2:33:15 AM GMT
This article describes an alternative to setting up a localhost SMTP server to test email functionality of an ASP.NET project, by saving the email to disk. The Specified Pickup Directory method is quick to implement, works well with multipage production code, and makes the project easily transferable to others. (more)
category: ASP.NET | clicked: 51 | comment | | source: blogs.sciosoft.com
tags: ASP.NET, Email, localhost, SMTP, specified pickup directory, Test, web development, web.config
7
shouts

The ONLY ListBox you will EVER need! - Rudi Grobler in the Cloud

published 19 hours, 34 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 2 days, 20 hours, 20 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 11:55:24 AM GMT
A quick demo of the new PathListBox (Part of Blend 4 SDK) with the most flexiable layout ever. (more)
category: Smart Client | clicked: 66 | comment | | source: www.rudigrobler.net
tags: Blend, Silverlight, WPF
4
shouts

WP7'ish v/s iPhone'ish Sudoku, Fight!

published 19 hours, 34 minutes ago posted by orktaneorktane 3 days, 18 hours, 39 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Monday, March 15, 2010 1:36:07 PM GMT
Couple of weeks ago I had created a Sudoku Game in Silverlight and dressed it up in iPhone's theme, I even posted the code on Codeplex. Yesterday with some time on my hand and WP7 expectations running high I took the same codebase and by just changing the main view's XAML in Blend, I re-dressed it in WP7's theme.. (more)
category: Silverlight | clicked: 23 | comment | | source: www.orktane.com
tags: iPhone, nRoute, UI, UX, WP7
7
shouts

WCF Ria Services For Real - Jesse Liberty

published 19 hours, 34 minutes ago posted by jantujantu 2 days, 11 hours, 52 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 8:23:45 PM GMT
my previous post I discussed creating the database and tables for the Silverlight HVP configuration data.  All that was great, and worked just dandy until it was time to get the data from the database server to the application running on the client.“But,” I thought, “How hard can it be?”  I’ve done a few mini-tutorials… should be straight-forward… And it was… sorta.Getting Going The steps are pretty straight orward:Create an entity data model that corresponds to the t... (more)
category: Silverlight | clicked: 51 | comment | | source: blogs.silverlight.net
tags: Best Practices, data, Data-Binding, Design Patterns, HyperVideoProject, Linq, Mini-Tutorial, MVVM, slhvp, Videos, WCF-RIA-Services
Previous 1 2 3 4 5 6 7 8 9 10 ... 380 381 Next