DotNetShoutout - Upcoming stories
4
shouts

10 things you must do to make your desktop database apps better

posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 3 hours, 53 minutes ago
Tuesday, February 09, 2010 6:10:26 PM GMT
Each of these items could be a blog post unto themselves, but I am going to try really hard to not be too verbose and just cover the core of the concept and why you need to do it. Everyone knows that any app driven by data is much more than just the app.  In most cases the app without a database doesn’t even function, or fails to function properly.  If a database is an integral part of your application, then shouldn’t you be doing all you can to ensure it ... (more)
category: SQL | clicked: 3 | comment | | source: www.vistadb.net
tags: Application Development, Database, Reliability
4
shouts

VS2010 RC2 Available for download

posted by himanethimanet 4 hours, 39 minutes ago
Tuesday, February 09, 2010 5:24:39 PM GMT
Much Awaiting VS2010 RC2 ia available for download now. This is only available to MSDN subscribers and will be available to public by February 10th 2010. This RC includes go-live licence for deployment in prodcution environments. Seems that performance issues are improved as per our feedback.But we need to download ,install,check and see how fast it is. I am planning to play with it during week end if I get some time. Seems that MS VS201 Product team working closely with 3rd party companies that ... (more)
category: ASP.NET | clicked: 5 | comment | | source: himabinduvejella.blogspot.com
tags: VS2010 RC2
3
shouts

VS 2010 / .NET 4 Release Candidate - Scott Guthrie

posted by jantujantu 6 hours, 1 minute ago
Tuesday, February 09, 2010 4:03:00 PM GMT
This afternoon we made available the VS 2010 and .NET 4 release candidates.  You can find download links here.Right now the downloads are available only to MSDN subscribers.  Starting Wednesday (Feb 10th) everyone will be able to download them (regardless of whether you are a MSDN subscriber or not).Background on the Release Candidate I blogged about us deciding to ship a pub... (more)
category: ASP.NET | clicked: 13 | comment | | source: weblogs.asp.net
tags: .NET, Community News, Visual Studio
3
shouts

SmallestDotNet Update - Now with .NET 4 support and an includable JavaScript API - Scott Hanselman

posted by jantujantu 6 hours, 21 minutes ago
Tuesday, February 09, 2010 3:42:54 PM GMT
A few years back I wrote a post on the size of the .NET Framework. There's historically been a lot of confusion on the site of the .NET Framework. If you search around on the web for ".NET Framework" or ".NET Framework Redistributable" you'll often get a link to a 200 meg download. That download is the complete offline thing that developers redistribute when they want to install the .NET Framework on any kind of machine without an internet connection.The .NET 3.5 Client Profile is more like 28 megs and... (more)
category: ASP.NET | clicked: 11 | comment | | source: www.hanselman.com
tags: JavaScript, Learning .NET, Microsoft Source Code, Tools, VS2010 Windows Client, WPF
4
shouts

Working with transactions in Entity Framework and LINQ to SQL

posted by DevartDevart 8 hours, 6 minutes ago
Tuesday, February 09, 2010 1:57:48 PM GMT
Entity Framework In this article we consider a short description of the Entity Framework and LINQ to SQL transactional models. There are also some simple code listings illustrating different aspects of the transactional model. A transaction is a series of operations performed as a single unit of work. Entity Framework transactions are a part of its internal architecture. The SaveChanges method operates within a transaction and saves results of the work. It is designed to ensure data integrity. (more)
category: Architecture | clicked: 5 | comment | | source: www.devart.com
tags: Database, Entity Framework, Linq
7
shouts

Outback Steakhouse Scaling Viral Facebook Applications with Windows Azure

posted by bobfamiliarbobfamiliar 8 hours, 10 minutes ago
Tuesday, February 09, 2010 1:53:59 PM GMT
09 February 2010Customer Showcase: Outback Steakhouse Scaling Viral Facebook Applications with Windows Azure Jeff Barnes details the solution architecture and business benefits of the Outback Steakhouse Blooming Onion Facebook campaign created by Micrtosoft partner by Thuzi. The solution leveraged the .NET Facebook DSK and Windows Azure. Outback Steakhouse wanted to encourage repeat guests by creating a social networking presence. Working with Microsoft partner Thuzi, the restaurant chain offered a f... (more)
category: Architecture | clicked: 3 | comment | | source: blogs.msdn.com
tags: Architecture, Facebook SDK, SQL Azure, Windows Azure
5
shouts

What’s so good about OpenRasta?

posted by http://blog.robustsoftware.co.uk/http://blog.robustsoftware.co.uk/ 8 hours, 40 minutes ago
Tuesday, February 09, 2010 1:23:25 PM GMT
I’ve been proclaiming the greatness of OpenRasta to anyone unfortunate to start talking to me about web development recently. I thought it was about time that I recorded the reasons I love it so much somewhere everyone can see. OpenRasta is by no means a finished product but it has principles at its core that I value greatly and give it massive potential. (more)
category: Architecture | clicked: 4 | comment | | source: blog.robustsoftware.co.uk
tags: Architecture, ASP .NET MVC, SOLID Principles, Testability
5
shouts

RhinoMocks Stub not retaining value when property shadowed on inheriting interface | Samuel Moura's DevUX

posted by smourasmoura 10 hours, 48 minutes ago
Tuesday, February 09, 2010 11:15:41 AM GMT
I was still fixing the tests that had failed after upgrading to Castle.Windsor 2.1 and RhinoMocks 3.6 when I stumble on this one. Basically I had a unit test that passed before I upgraded and as soon as I switched to using the most recent versions of both libraries the test failed.The issue manifested on a stub for an Interface... (more)
category: Agile | clicked: 1 | comment | | source: sweux.com
tags: CastleWindsor, rhinomocks, TDD, Tips
5
shouts

BadImageFormatException when debugging interface mocked with RhinoMocks

posted by smourasmoura 10 hours, 53 minutes ago
Tuesday, February 09, 2010 11:10:19 AM GMT
SwitRecently I updated the project I am working on to Castle.Windsor version 2.1. Since we are using an abstraction over the container (for resolving purposes only), we had to adapt it to conform with the new restrictions for Resolving dependenciescher (more)
category: Agile | clicked: 0 | comment | | source: sweux.com
tags: CastleWindsor, rhinomocks, TDD, UnitTesting
5
shouts

Why breakpoints do not get hit when targeting x86 on Windows 7 x64? | Samuel Moura's DevUX

posted by smourasmoura 10 hours, 57 minutes ago
Tuesday, February 09, 2010 11:06:51 AM GMT
I am currently working on a fully managed WPF application, that references a certified C# DLL that was purposely compiled targeting x86 platform (part of the certification process I think). Since I recently got an upgrade on my development machine, and I wanted to take full advantage of my 8GB of RAM I ended up installing Windows 7 x64. (more)
category: Smart Client | clicked: 3 | comment | | source: smoura.com
tags: Debug, VS2008, Windows7, x64
3
shouts

ADO.NET team blog : Entity Designer Database Generation Power Pack

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 12 hours, 23 minutes ago
Tuesday, February 09, 2010 9:40:30 AM GMT
The "Entity Designer Database Generation Power Pack" is a downloadable addition to Visual Studio 2010 Beta 2 which includes some new database generation technologies. The original Database Generation feature in the Entity Designer in VS 2010 is extensible via Windows Workflows and T4 Templates. This Power Pack builds on these extensibility mechanisms and introduces the following:Basic Table-per-Hierarchy support... (more)
category: Architecture | clicked: 6 | comment | | source: blogs.msdn.com
tags: EF4, Entity Framework, entityframework, entityframework4
4
shouts

COM Structured Storage in .NET

posted by mikeukmikeuk 12 hours, 32 minutes ago
Tuesday, February 09, 2010 9:31:26 AM GMT
Using COM structured storage (OLE compound documents) from .NET (more)
category: Foundation | clicked: 1 | comment | | source: www.i-programmer.info
tags: COM, Interop
2
shouts

Show data from list by using web services through SharePoint designer

posted by PraveenPraveen 14 hours, 36 minutes ago
Tuesday, February 09, 2010 7:27:54 AM GMT
When working on big SharePoint projects we will get really good requirements and most of them are the challenging. In some cases we need to show the data by pulling from one list in a site to another site. For example, on “Site A” home page we want to show the data from another site or sub site. Then we need to use the web services and call the list and get the items. This is what this blog post is completely about. How is it useful? It is useful because as far as i know we have two ways of doing this ... (more)
category: Foundation | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: Sharepoint, SharePoint Designer, Web Services
2
shouts

Adding a list item to Document library through c-sharp

posted by PraveenPraveen 14 hours, 36 minutes ago
Tuesday, February 09, 2010 7:27:20 AM GMT
As we all know the required filed for document library is not Title. We should be upload a file for the document library list item. This is the required field by default. You can add columns and make them required as well. So, when through program we want to add a list item to the document library then we need to collect the uploaded file and the meta data i.e. the list of columns data. So on the custom form of the document library we need to add ASP.NET controls for file upload and for all the other col... (more)
category: Foundation | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: C#, Sharepoint
4
shouts

Dive Deep Into MVC: ModelMetadata and ModelMetadataProvider

posted by mgolchinmgolchin 15 hours, 13 minutes ago
Tuesday, February 09, 2010 6:51:07 AM GMT
Custom ModelMetadataProvider that extracts model's metadata from an XML file. (more)
category: ASP.NET | clicked: 4 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#
2
shouts

Adding Sequential Workflow to a document library of a SharePoint

posted by dotnetsparkdotnetspark 20 hours, 57 minutes ago
Tuesday, February 09, 2010 1:06:58 AM GMT
In this article, I will discuss 1.How to create a Sharepoint Site 2.How to create Document Library inside that 3.How to add custom properties in Document library (more)
category: ASP.NET | clicked: 1 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Sharepoint
2
shouts

Creating message body by parsing document from Document Library and sending mail in SharePoint 2007

posted by dotnetsparkdotnetspark 21 hours, 15 minutes ago
Tuesday, February 09, 2010 12:48:22 AM GMT
This article will give an idea of, 1.How to parse a document from Document Library and replace with dynamic values at run time. 2.How to send mail in SharePoint using SPUtility class. 3.Introduction of a real time problem to use above said features of SharePoint. (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Sharepoint, SharePoint 2007
3
shouts

The F# Survival Guide

posted by KodefuGuruKodefuGuru 21 hours, 42 minutes ago
Tuesday, February 09, 2010 12:21:37 AM GMT
Welcome to the F# Survival Guide by John Puopolo with Sandy Squires. We wrote this book to introduce mainstream developers to the world of functional programming through the lens of F#, Microsoft's first fully-supported multi-paradigm language. In the spirit of a survival guide, this book covers all of the essential elements of functional programming and the F# language. In this regard, the book i... (more)
category: Foundation | clicked: 1 | comment | | source: www.ctocorner.com
tags: Ebook, F#
4
shouts

Mapping Relationships using Fluent nHibernate

posted by KodefuGuruKodefuGuru 21 hours, 44 minutes ago
Tuesday, February 09, 2010 12:19:43 AM GMT
In my last post I went over the basics of mapping properties on a POCO object to fields on a database table.   If you haven’t already check it out here.  In this post I’m going to focus on mapping relationships, that is, what if we wanted our objects to contain concrete references to the objects with which they have relationships, rather than just foreign key properties.One To One Relationships Take a look at the way we set up the File object in the previou... (more)
category: Agile | clicked: 2 | comment | | source: www.mattlong.com.au
tags: Fluent NHibernate, Mapping
5
shouts

IL perversions: throwing and catching strings

posted by gpeipmangpeipman 23 hours, 28 minutes ago
Monday, February 08, 2010 10:35:52 PM GMT
Inspired by Mohamed Mahmoud’s blog posting How to: Create Interfaces with Static Methods via IL? I wrote another sick example on IL (Intermediate Language) to show you how different is the world behind compilers. Tonight I have enough of exceptions, I want to throw some strings! Let’s do it! (more)
category: Foundation | clicked: 5 | comment | | source: weblogs.asp.net
tags: .NET, Exception Handling, IL, Visual Studio
Previous 1 2 3 4 5 6 7 8 9 10 ... 305 306 Next