Haidee
Name: Haidee
Score: 33
Last Seen: 869 days, 11 hours, 46 minutes ago
Member Since: 29 November, 2010
DotNetShoutout
atom rss
8
Shouts

Quick introduction to Pex

published 902 days, 20 hours, 27 minutes ago posted by gpeipmangpeipman 906 days, 2 hours, 54 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Sunday, November 28, 2010 11:11:00 AM GMT
Pex and Moles is new testing and code analysis technology that is created by Microsoft Research. Pex is powerful tool that helps you analyze your code, detect error situations and generate parameterized unit tests. In this posting I will give you quick and illustrated overview of Pex. (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: Pex, Visual Studio, Testing
6
Shouts

How to dock/pin IE9 developer tools

published 904 days, 4 hours, 8 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 905 days, 22 hours, 49 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Sunday, November 28, 2010 3:15:45 PM GMT
The first time you open the IE9 developer tools a new window opens. This isn't always desirable, think laptop/small monitor. That's why you can dock/pin the tools in your browser.. (more)
category: Web Dev | clicked: 5 | comment | | source: jclaes.blogspot.com
tags: browsers, Web, IE9, IE
5
Shouts

Paging SQL Server CE 3.5 results on a WPF DataGrid using Entity Framework - .NET Development - Gal Ratner

published 904 days, 4 hours, 8 minutes ago posted by galratnergalratner 906 days, 18 hours, 10 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Saturday, November 27, 2010 7:55:17 PM GMT
SQL Server Compact 3.5 is an embedded database engine that developers can add to Windows Desktop and mobile applications. It runs as a part of the app and provides an internal data store. It is similar to SQLite and is available from Visual Studio.  Unfortunately SQL Server Compact 3.5 has a few limitations, one of them being the lack of support for SKIP expressions in paging queries when it is used with the Entity Framework. In this blog post I am going to describe a workaround I used for a WPF applic... (more)
category: Smart Client | clicked: 5 | comment | | source: galratner.com
tags: WPF 4, SQL Server Compact 3.5, Entity Framework
7
Shouts

You're deploying it wrong! Web Deploy with TeamCity

published 904 days, 4 hours, 8 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 908 days, 4 hours, 51 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Friday, November 26, 2010 9:14:19 AM GMT
In the first four parts of this series we got config transforms playing nice, command line builds and packaging ticking along, Web Deploy happily receiving our application and TeamCity continuously building the entire solution on every commit. The last thing to do is to harmonise everything so that we can actually automate the deployment. (more)
category: Web Dev | clicked: 1 | comment | | source: www.troyhunt.com
tags: Web Deployment Tool, Subversion, Visual Studio, TeamCity
4
Shouts

Visual Studio 2010 code snippets

published 904 days, 4 hours, 8 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 907 days, 21 hours, 46 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Friday, November 26, 2010 4:18:40 PM GMT
Snippet is a programming term for a small region of re-usable source code, machine code or text. Ordinarily, these are formally-defined operative units to incorporate into larger programming modules. Snippets are often used to clarify the meaning of an otherwise "cluttered" function, or to minimize the use of repeated code that is common to other functions. (more)
category: Screencast | clicked: 1 | comment | | source: blog.agafonov.net.ua
tags: Code snippets, Visual Studio 2010
5
Shouts

Common Windows Identity Foundation WS-Federation Exceptions Explained

published 905 days, 7 hours, 20 minutes ago posted by http://www.google.com/profiles/simonrobertevanshttp://www.google.com/profiles/simonrobertevans 908 days, 2 hours, 1 minute ago
Monday, November 29, 2010 6:45:16 AM GMT Friday, November 26, 2010 12:04:22 PM GMT
Simon Evans covers a list of commonly found Windows Identity Foundation (WIF) exceptions which can happen with you create an ASP.NET relying party using WS-Federation. (more)
category: Web Dev | clicked: 1 | comment | | source: consultingblogs.emc.com
tags: WS-Federation, Windows Identity Foundation, WIF, Identity
4
Shouts

How to use Ajaxtoolkit ModalPopupExtender in ASP.NET AJAX

published 904 days, 4 hours, 8 minutes ago posted by dotnetfundadotnetfunda 908 days, 1 hour, 11 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Friday, November 26, 2010 12:54:15 PM GMT
It is going to be full 4 years since I started writing articles. My First 4 years were a learning curve and no one could read my articles because I was just a newbie. I am hoping to write a book next year. Why I am saying that , is that I came across a book from a a reputable publisher, where an author badly explain a topic and he ended up pasting a generated that took 3 pages of his book. I will not do that and from the articles I have written before I have never done that, this means there is still roo... (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Ajax
5
Shouts

Advanced Dotnet Tutorial: Upload an Image and an Audio file using C#

published 902 days, 20 hours, 27 minutes ago posted by learndotnet123learndotnet123 908 days, 3 hours, 49 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Friday, November 26, 2010 10:16:09 AM GMT
Image Upload: In this case, use  a FileUpload Control(Id:->FileUpload1), an ImageButton(ImageButton1) or you can use the Image,  a Button Control(Id:->Updatebttn) to upload the Image, Button Control(Id:->Addbttn) to add the Image in database, an image(which we want to upload) , add a new folder (Image) in the WebForm. Steps: 1. Create a table in the database(abc): 1create table Image12(3id int identity(1,1),4image1 varchar(100)5); 2. Coding for connectionstring in web.config 1 3. In My WebForm(Pag... (more)
category: Web Dev | clicked: 2 | comment | | source: advanceddotnettutorial.blogspot.com
tags: c sharp, Uploading photos using C#, ASP.NET
6
Shouts

Ribbon for WinForms: Quick Start Tutorial - Arik Poznanski's Blog

published 905 days, 7 hours, 20 minutes ago posted by arikarik 910 days, 5 hours, 25 minutes ago
Monday, November 29, 2010 6:45:16 AM GMT Wednesday, November 24, 2010 8:40:35 AM GMT
Ribbon for WinForms: Quick Start Tutorial Due to popular demand on instructions for how to use the new version of the Ribbon for WinForms project, I’ve asked Bernhard to write a small tutorial. Bernhard agreed and wrote an excellent quick start tutorial, which now I present to you: http://bernhardelbl.wordpress.com/2010/11/17/quickstart-tutorial-windows-ribbon-for-winforms/ Note that the first 3 steps should be done only the first time you create a ribbon enabled application. This leaves us with... (more)
category: Smart Client | clicked: 8 | comment | | source: blogs.microsoft.co.il
tags: Ribbon, Windows 7, C#, WinForms
6
Shouts

Visual Studio Sharing Files Between Projects

published 905 days, 7 hours, 20 minutes ago posted by BlackWaspBlackWasp 909 days, 15 hours, 6 minutes ago
Monday, November 29, 2010 6:45:16 AM GMT Wednesday, November 24, 2010 10:58:41 PM GMT
Normally when an existing file is added to a project within Visual Studio, the file is copied into the project folder. There is an option to link to the file, rather than duplicate it, allowing files to be shared between multiple projects. (more)
category: How To | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: Visual Studio
5
Shouts

You're deploying it wrong! Continuous builds with TeamCity

published 905 days, 7 hours, 20 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 909 days, 3 hours, 36 minutes ago
Monday, November 29, 2010 6:45:16 AM GMT Thursday, November 25, 2010 10:29:07 AM GMT
Over the last three posts in this series, we got to the point where all the Microsoft bits are working really nicely together. Config transforms, packaging and Web Deploy are great stable mates in the world of web application deployment. The bit that’s missing though is automation. Actually there are several bits missing but automation is the common solution. Deployment by developers directly from Visual Studio or command line with MSDeploy works fine most of the time but has a few flaws we’re simply no... (more)
category: Web Dev | clicked: 1 | comment | | source: www.troyhunt.com
tags: Web Deployment Tool, Subversion, Visual Studio, TeamCity
5
Shouts

LINQ to SharePoint with WCF 4.0

published 905 days, 7 hours, 20 minutes ago posted by sonukapoorsonukapoor 908 days, 23 hours, 31 minutes ago
Monday, November 29, 2010 6:45:16 AM GMT Thursday, November 25, 2010 2:33:53 PM GMT
How could we perform CRUD operations on SharePoint 2010 List from a WCF Service? Assume we need to create a WCF Service and that service will perform CRUD operation on SharePoint 2010 list. We are going to see that in this article. (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
tags: Service, contract, WCF, Sharepoint
4
Shouts

blogengine.net 2.0 rc available now

published 905 days, 7 hours, 20 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 907 days, 22 hours, 55 minutes ago
Monday, November 29, 2010 6:45:16 AM GMT Friday, November 26, 2010 3:10:02 PM GMT
On Tuesday, a release candidate for BlogEngine.NET 2.0 was published.  Many nice features were added, with lots of great contributions from the community.  Switching to Mercurial for source code management made it very easy for people to create their own forks and for us to merge their code in. Here's the official RC announcement that contains some additional details, including a short 5 minute video demo'ing the redesigned control panel. If you're already using BlogEngine, I think you'll really lik... (more)
category: Web Dev | clicked: 1 | comment | | source: code2code.info
tags: BlogEngine
5
Shouts

Integrate Html5 Form in ASP.NET MVC (part 2) - Kazi Manzur Rashid

published 905 days, 7 hours, 20 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 909 days, 16 hours, 53 minutes ago
Monday, November 29, 2010 6:45:16 AM GMT Wednesday, November 24, 2010 9:11:40 PM GMT
I usually do not write multiple post in the same day, but as I was having some conversation with a folk in ASP.NET mailing list on Html5 specially on client side validation support in ASP.NET MVC3,  I decided to post the second part of the Html5 form Integration which I initially started in my old blog. In the previous post, I have shown you how you can emit standard HTML5 attributes from the ModelMetadata, I know the code is not what you lik... (more)
category: Web Dev | clicked: 0 | comment | | source: kazimanzurrashid.com
tags: ASP .NET MVC, MVC, html5