http://baldi.myopenid.com/
Name: http://baldi.myopenid.com/
Score: 4,555.45
Last Seen: 666 days, 8 hours, 28 minutes ago
Member Since: 11 January, 2010
DotNetShoutout
atom rss
3
Shouts

Advanced Dotnet Tutorial: Working with Cookies in ASP.NET

posted by learndotnet123learndotnet123 966 days, 18 hours, 21 minutes ago
Wednesday, September 29, 2010 7:07:13 AM GMT
ASP.NET has 3 classes which allow you to work with Cookies. HttpCookie: provides a way to create and manipulate individual HTTP cookies. HttpResponse: The Cookies property allows to create and save cookies on client machines. HttpRequest: The Cookies property allows access to cookies from the client maintains. How to create a Cookie ?It is really easy to create a cookie in ASP.NET. You can use the Response object in ASP.NET to create cookies as key-value pairs. Response.Cookies("UserName").Valu... (more)
category: Web Dev | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: cookies, ASP.NET
7
Shouts

HtmlHelper guide for MVC 3 Part 2

published 965 days, 20 hours, 33 minutes ago posted by http://morder.myopenid.com/http://morder.myopenid.com/ 966 days, 11 hours, 36 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 1:52:49 PM GMT
When you spend a lot of time, like I do, using the Razor View Engine in MVC 3 you’ll find yourself constantly looking up helper parameters. I’ve decided to put together this guide to help me, and others, to code more quickly and efficiently. This is part one of an n-part series involving all html helpers contained in MVC 3. This is Part 2 of my Helper Guide. (more)
category: Architecture | clicked: 0 | comment | | source: buildstarted.com
tags: C#, MVC
6
Shouts

Binding HTML to the Web Browser Control in WP7

published 965 days, 20 hours, 33 minutes ago posted by nigel-sampsonnigel-sampson 966 days, 16 hours, 9 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 9:19:44 AM GMT
Using attached properties to simplify binding and displaying html in Windows Phone 7. (more)
category: Metro | clicked: 34 | comment | | source: compiledexperience.com
tags: Windows Phone 7, HTML
8
Shouts

Podcasts I listen - Rudi Grobler in the Cloud

published 965 days, 20 hours, 33 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 966 days, 13 hours, 53 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 11:34:54 AM GMT
a list of cool technical podcasts I listen to!!! (more)
category: Podcast | clicked: 1 | comment | | source: www.rudigrobler.net
tags: Podcasts
12
Shouts

Getting Started with WP7 Development: Learning Siverlight

published 964 days, 10 hours, 47 minutes ago posted by gergelyoroszgergelyorosz 966 days, 10 hours, 52 minutes ago
Friday, October 01, 2010 2:41:33 PM GMT Wednesday, September 29, 2010 2:36:28 PM GMT
This post aims to present a structured collection of resources for developers wanting to get started developing for Windows Phone 7 in Silverlight, but don’t have any Silverlight or WPF experience. I’m also aiming this post at people who’ve started developing for WP7 without too much WPF/Silverlight experience and would like to learn more about the framework to move on. (more)
category: Metro | clicked: 0 | comment | | source: gregdoesit.com
tags: WPF, Tutorial
12
Shouts

Understanding Silverlight releases - Tim Heuer

published 964 days, 10 hours, 47 minutes ago posted by jantujantu 966 days, 13 hours, 55 minutes ago
Friday, October 01, 2010 2:41:33 PM GMT Wednesday, September 29, 2010 11:33:44 AM GMT
I’m not sure why Microsoft doesn’t have a standard on these things and it’s funny to hear marketing teams argue the benefit of one name over the other. For what it is worth, in my eyes, if it isn’t a major milestone release (or at least a ‘dot’ release [4.0->4.1 for example] then it is a service update. Call it a GDR, Wave X, Service Pack, R2, blah blah.In the GDR1 release (version 4.0.50826.0) we also released an update to the SDK. This is where it can start get confusing…allow me to attempt to expla... (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: RIA, Silverlight, wp7dev, XAML, LightSwitch
4
Shouts

Thread local variables with ThreadLocal(T)

published 963 days, 5 hours, 2 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 965 days, 19 hours, 38 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Thursday, September 30, 2010 5:49:52 AM GMT
.NET 4.0 provides a thread local storage, simply by adding a field of type ThreadLocal (more)
category: How To | clicked: 2 | comment | | source: www.mbaldinger.com
tags: .NET, threads
3
Shouts

ASP.NET ATOM Feed auto-discovery : The CodeGain

posted by codegaincodegain 968 days, 14 minutes ago
Tuesday, September 28, 2010 1:14:41 AM GMT
Adding a RSS feed auto-discovery code to your site is essentially a usability feature. It allows browsers capable of RSS auto discovery such as IE7, Firefox and Safari to display a nice RSS icon RSS. (more)
category: Web Dev | clicked: 1 | comment | | source: www.codegain.com
tags: rss, Feed
3
Shouts

Consuming URL Shortening Services – X.co : The CodeGain

posted by codegaincodegain 968 days, 13 minutes ago
Tuesday, September 28, 2010 1:15:43 AM GMT
This is another article of our URL shortening services series. This article is talking about X.co shortening service provided by Go Daddy. If you don’t know how to access this service from your .NET application, then it’s the time to. We’ll have a complete discussion of the WCF services offered by X.co. Then, we’ll consider the RESTful interfaces provided. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
3
Shouts

ASP.NET Security Vulnerability: Take Action Immediately : The CodeGain

posted by codegaincodegain 968 days, 7 minutes ago
Tuesday, September 28, 2010 1:21:39 AM GMT
This is very important for those who have asp.net application running out there. Attacker can get data encrypted data in view state or web.config data if you ignore this. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
4
Shouts

Security Advisory (Vulnerability in ASP.NET) and SharePoint : The CodeGain

posted by codegaincodegain 968 days, 7 minutes ago
Tuesday, September 28, 2010 1:21:07 AM GMT
We recently released a Microsoft Security Advisory about a security vulnerability in ASP.NET. This post explains the impact on SharePoint and documents a recommended workaround. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
tags: Sharepoint, ASP.NET
9
Shouts

Continuous Integration Tip #2 – Using App_offline.htm in your build

published 965 days, 20 hours, 33 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 967 days, 13 hours, 51 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 11:37:11 AM GMT
Deploying in an automated fashion using Continuous Integration doesn’t happen instantly, and depending on the size of your application, your continuous integration deployment can get caught in a state of unknown/in-between if a user visits your application half way through deployment. This can be far from optimal, but ASP.Net has a trick up it’s sleave in the form of the App_offline.htm file. (more)
category: Web Dev | clicked: 2 | comment | | source: www.diaryofaninja.com
tags: Automated Build, Deployment, Continuous Integration, ASP.NET
9
Shouts

Custom Ordering of Action Filters in ASP.NET MVC

published 966 days, 13 hours, 10 minutes ago posted by gshacklesgshackles 967 days, 13 hours, 51 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Tuesday, September 28, 2010 11:37:42 AM GMT
A look at how ASP.NET MVC lets you order the execution of action filters, and what extension points there are for customizing it. (more)
category: Web Dev | clicked: 0 | comment | | source: www.gregshackles.com
tags: Action Filter, MVC, ASP.NET
9
Shouts

WF4 Activities and Callbacks Event Handlers - Ron Jacobs

published 966 days, 13 hours, 10 minutes ago posted by jantujantu 967 days, 6 hours ago
Wednesday, September 29, 2010 12:18:45 PM GMT Tuesday, September 28, 2010 7:28:02 PM GMT
Recently David K contacted me through my blog and shared with me a solution that he came up with for a particular problem that he was able to solve using IWorkflowInstanceExtension and said it would be great if I could do an endpoint.tv episode about it. David already solved his problem but he wanted to spare you the pain in case you ever have to do this. (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: WF4
14
Shouts

Windows Phone 7 Developer Training events - Tim Heuer

published 965 days, 20 hours, 33 minutes ago posted by impaimpa 967 days, 5 hours, 46 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 7:42:04 PM GMT
It looks like the MSDN team has arranged some deep dives into Windows Phone development across the country. I am sure that for Microsoft developers Windows Phone 7 represents a new opportunity to get out in the marketplace with your XAML skills and get recognized (paid) for your work! It has been exciting to see a lot of interest from Silverlight developers in Windows Phone 7. (more)
category: Metro | clicked: 25 | comment | | source: timheuer.com
tags: RIA, Silverlight, XNA, WP7, wp7dev, MSDN, windows-phone, XAML
13
Shouts

ASP.NET Security Update Now Available - ScottGu's Blog

published 965 days, 20 hours, 33 minutes ago posted by rajuraju 967 days, 4 hours, 4 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 9:23:59 PM GMT
This morning Microsoft released a security update that addresses the ASP.NET Security Vulnerability that I’ve blogged about this past week.  We recommend installing it as soon as possible on your web-servers. Common Questions/Answers Below are some answers to a few common questions people have asked: Do the updates require me to change any code? No. The update should not require any code or configuration change to your existing ASP.NET applications. Will I still need to use the workarounds after I i... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Security, ScottGu, ASP.NET
15
Shouts

DotNetRocks - Show #597 - Building More Windows Phone 7 Applications

published 965 days, 20 hours, 33 minutes ago posted by rajuraju 967 days, 19 hours, 8 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 6:20:16 AM GMT
Carl and Richard talk to two different developers currently working on Windows Phone 7 applications: Jeff Walker and Ahmed Zaman. (more)
category: Podcast | clicked: 0 | 2 comments | | source: www.dotnetrocks.com
tags: DotNetRocks, Windows Phone 7
13
Shouts

ASP.NET Security Update Shipping Tuesday, Sept 28th - ScottGu's Blog

published 966 days, 13 hours, 10 minutes ago posted by rajuraju 967 days, 19 hours, 11 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Tuesday, September 28, 2010 6:17:18 AM GMT
An hour ago Microsoft released an advance notification security bulletin announcing that we are releasing an out-of-band security update to address the ASP.NET Security Vulnerability that I’ve blogged about this past week.  The security update is fully tested, and is scheduled for release tomorrow - Tuesday September 28th – at approximately 10:00 AM PDT.  The advance notice bulletin is intended to ensure administrators know it is coming, and are better prepared to apply it once the update is available. ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Security, ScottGu, ASP.NET
13
Shouts

Bing Maps: Adding and tracking pushpins using JavaScript

published 966 days, 13 hours, 10 minutes ago posted by gpeipmangpeipman 967 days, 15 hours, 22 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Tuesday, September 28, 2010 10:06:40 AM GMT
I played with Bing Maps AJAX-based API and found it to be very easy to use after you know basic objects and you are able to use them. In this posting I will show you simple example about how to add pushpins to map and how to show coordinates of pushpins to users. (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: Bing Maps, JavaScript
11
Shouts

New features in ASP.NET 4

published 966 days, 13 hours, 10 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 968 days, 14 hours, 24 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Monday, September 27, 2010 11:04:35 AM GMT
ASP.NET 4 introduces a number of features that improve core ASP.NET services such as output caching and session-state storage. Web Forms has been a core feature in ASP.NET since the release of ASP.NET 1.0. Many enhancements have been in this area for ASP.NET 4, including the following: The ability to set meta tags.More control over view state. Easier ways to work with browser capabilities.Support for using ASP.NET routing with Web Forms. More control over generated IDs. (more)
category: Web Dev | clicked: 0 | comment | | source: blog.agafonov.net.ua
tags: ASP.NET 4.0, ASP.NET 4, ASP.NET
Previous 1 2 ... 7 8 9 10 11 12 13 14 15 16 ... 79 80 Next