DotNetShoutout - Upcoming stories
1
shouts

VS2010 Tip - Accelarate hardware based on System Performance | syntaxhelp.com

posted by himanethimanet 9 minutes ago
Thursday, March 18, 2010 12:04:18 PM GMT
SQL ServerASP.NETC#.NETJavaJava ScriptLINQMSDOSOracleSharePointVB.NET Visual Studio Reset Visual Studio IDE from command prompt SliverlightVS2010 - To Transfrom web.config to staging serverVS2010 Tip - Accelarate hardware based on System PerformanceVisual Studio Tip - JavaScript IntelliSense to workWPFOther TechnologiesContribute (more)
category: ASP.NET | clicked: 0 | comment | | source: syntaxhelp.com
tags: VS2010 RC
2
shouts

Daily tech links for .net and related technologies - Mar 18-21, 2010 - Sanjeev Agarwal

posted by sanjeevanasanjeevana 41 minutes ago
Thursday, March 18, 2010 11:32:17 AM GMT
TDD kata for ASP.NET MVC controllers (part 2) -David, Take Control Of Web Control ClientID Values in ASP.NET 4.0 - Scott Mitchell, Inside the ASP.NET MVC Controller Factory - Dino Esposito, Microsoft, jQuery, and Templating - stephen walther, Cross Domain AJAX Request with YQL and jQuery - Jeffrey Way, T4MVC Add-In to auto run template -Wayne...... (more)
category: ASP.NET | clicked: 3 | comment | | source: weblogs.asp.net
tags: Ajax, Architecture, Silverlight, SQL, WCF
1
shouts

Fat-Free Templating with Barebones Javascript

posted by joel_holderjoel_holder 6 hours, 6 minutes ago
Thursday, March 18, 2010 6:06:51 AM GMT
Today I’m going to demonstrate a straight-forward and very effective technique for markup templating. I’ve borrowed the supplant prototype function from Douglas Crockford’s - And Then There Was Javascript presentation, in order to show you how to inject values from custom data structures directly into into strings.  We’ll be doing a minimal implementation here in order to show the great effect you can get for minimal effort.  First we extend the pro... (more)
category: Ajax | clicked: 1 | comment | | source: uberpwn.spaces.live.com
2
shouts

Resolution Independent UI

posted by dotnetfundadotnetfunda 8 hours, 27 minutes ago
Thursday, March 18, 2010 3:46:41 AM GMT
It is a common problem to fix resolution related issues. Here I will demonstrate, how your UI will fix itself automatically using few tricks. (more)
category: Silverlight | clicked: 4 | comment | | source: www.dotnetfunda.com
1
shouts

Build Your Talking Application

posted by dotnetfundadotnetfunda 8 hours, 30 minutes ago
Thursday, March 18, 2010 3:43:31 AM GMT
In this application it is discussed how you can use Windows Narrator to create talking application. (more)
category: Silverlight | clicked: 1 | comment | | source: www.dotnetfunda.com
1
shouts

Find duplicate files using VB.Net

posted by pons_saravananpons_saravanan 9 hours, 11 minutes ago
Thursday, March 18, 2010 3:02:39 AM GMT
*MD5 hash to find Duplicate files * When you are receiving files from different sources but the content is same, there is a possibility of having a different filename for the same content. Hence finding a duplicate file just by file name may not be sufficien... (more)
category: Smart Client | clicked: 0 | comment | | source: www.vbnettutorial.net
3
shouts

Microsoft, jQuery, and Templating - Stephen.Walther

posted by KhaledKhaled 11 hours, 45 minutes ago
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: 4 | comment | | source: stephenwalther.com
4
shouts

C# Bits: A Slightly Improved Password Field Template

posted by KhaledKhaled 11 hours, 50 minutes ago
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: 1 | comment | | source: csharpbits.notaclue.net
4
shouts

Architecture Analysis Practices with VS2010 Direct Graphs and Layer Diagrams

posted by ClemensReijnenClemensReijnen 13 hours, 29 minutes ago
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: 0 | comment | | source: www.clemensreijnen.nl
tags: VS2010
3
shouts

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

posted by KhaledKhaled 14 hours, 49 minutes ago
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: 0 | comment | | source: www.highoncoding.com
3
shouts

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

posted by reshmireshmi 14 hours, 50 minutes ago
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: 1 | comment | | source: naveensrinivasan.com
tags: .Net 4.0, CLR 4.0, ETW
3
shouts

Let it ring - WriteableBitmapEx for Windows Phone

posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 15 hours, 26 minutes ago
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: 3 | comment | | source: kodierer.blogspot.com
tags: Silverlight, wbx, WP7, WP7S
2
shouts

Experience Space using Microsoft WorldWide Telescope | TechArtifact

posted by ankygoyalankygoyal 16 hours, 56 minutes ago
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: 1 | comment | | source: www.techartifact.com
3
shouts

MVVM: Going it alone

posted by developmentalmadnessdevelopmentalmadness 17 hours, 23 minutes ago
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: 5 | comment | | source: www.developmentalmadness.com
tags: Caliburn, MIX10, MVVM
2
shouts

Some Notes On SQL Saturday #44

posted by MarlonRibunalMarlonRibunal 17 hours, 36 minutes ago
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: 0 | comment | | source: dbalink.wordpress.com
tags: sql free training, SQL Server, sqlsaturday
4
shouts

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

posted by http://www.adronbhall.com/http://www.adronbhall.com/ 19 hours, 31 minutes ago
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: 4 | comment | | source: www.adronbhall.com
tags: silverlight analytics tracking web_analytics
4
shouts

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

posted by himanethimanet 20 hours, 38 minutes ago
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: 1 | comment | | source: syntaxhelp.com
tags: ASP.NET4. urlRouting
4
shouts

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

posted by pinaldavepinaldave 1 day, 13 minutes ago
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: 0 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
2
shouts

Tips on Google Buzz

posted by kirankkirank 1 day, 1 hour, 57 minutes ago
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: 1 | comment | | source: codingstuffsbykiran.blogspot.com
tags: Google, Google Buzz
2
shouts

Windows server 2008 and SharePoint server

posted by PraveenPraveen 1 day, 9 hours, 20 minutes ago
Wednesday, March 17, 2010 2:53:07 AM GMT
This is the best article that covers complete information about the requirements for installing SharePoint server on Windows Server 2008. This is important article because this is the starting point for the people who like SharePoint 2010. Because SharePoint 2010 install only on Windows Server 2008. http://blogs.msdn.com/sharepoint/archive/2008/01/16/windows-server-2008-and-sharepoint-resources.aspx (more)
category: Foundation | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: SharePoint 2010, Windows Server 2008
Previous 1 2 3 4 5 6 7 8 9 10 ... 317 318 Next