impa
Name: impa
Score: 18,567.98
Last Seen: 359 days, 11 hours, 10 minutes ago
Member Since: 7 February, 2009
DotNetShoutout
atom rss
5
Shouts

SisoDb – An early prototype « Daniel Wertheim

published 958 days, 21 hours, 49 minutes ago posted by sedanwersedanwer 960 days, 18 hours, 2 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Tuesday, October 05, 2010 6:24:10 PM GMT
SisoDb, a Simple Structure Oriented Database - a NoSql implementation over Sql-server. (more)
category: Data | clicked: 1 | comment | | source: daniel.wertheim.se
tags: JSON, structure oriented db, SisoDb, SQLServer, NoSQL
4
Shouts

How to show dropdown list items in multiple colors in asp.net - Dot Net logiX

published 958 days, 21 hours, 58 minutes ago posted by DotNetLogixDotNetLogix 963 days, 4 hours, 35 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Sunday, October 03, 2010 7:51:47 AM GMT
In this article I will explain how to show dropdown list items in multiple colors in asp.net (more)
category: Web Dev | clicked: 2 | comment | | source: dotnetlogix.com
tags: ASP.Net 2.0, ASP.NET 3.5
4
Shouts

Raymond Camden's ColdFusion Blog: Exporting SQL Server Data to a Script

published 958 days, 21 hours, 49 minutes ago posted by eralpereralper 961 days, 46 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Tuesday, October 05, 2010 11:40:17 AM GMT
Exporting SQL Server Data to a Script So, I recently ran into an interesting problem. I needed to export data from SQL Server, but I need it in a form that I could use in a script - in other words, I wanted to export to a series of insert statements. Unfortunately, SQL Server (specifically Enterprise Manager, and I should be clear that I use both terms off and on to refer to the same thing) only lets you export to a delimited file - not a file you can run as is. (Unlike mySQL-Front, a darn nice client f... (more)
category: Data | clicked: 2 | comment | | source: www.coldfusionjedi.com
tags: SQL Server, SQL, script
4
Shouts

SQL Server Transact-SQL (SSQA.net) : How to Generate Script along with Data?

published 958 days, 21 hours, 58 minutes ago posted by eralpereralper 961 days, 38 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Tuesday, October 05, 2010 11:48:30 AM GMT
How to Generate Script along with Data? One of the new features available in SQL Server 2008 is scripting the tables along with data (in the form of INSERT statements). Here are the useful links that can help you generating script with data SQL Server 2008 http://www.kodyaz.com/articles/sql-server-script-data-with-generate-script-wizard.aspx SQL Server 2000/2005  http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en   Publishe... (more)
category: Data | clicked: 0 | comment | | source: sqlserver-qa.net
tags: SQL Server, SQL, script
4
Shouts

SQL Server Manager select and kill process query

published 958 days, 21 hours, 49 minutes ago posted by eralpereralper 961 days, 1 hour ago
Thursday, October 07, 2010 2:36:58 PM GMT Tuesday, October 05, 2010 11:26:33 AM GMT
Who is hogging the database process? This question can be hard to answer if you don’t have the right tools to view the Activity monitor. (more)
category: Data | clicked: 0 | comment | | source: www.ninjacoding.net
tags: SQL, T-SQL, SQLServer
4
Shouts

Migrating AdventureWorksDW to SQL Azure using SQL Azure Migration Wizard - Rich Dudley - Evangelists - ComponentOne Community

published 958 days, 21 hours, 58 minutes ago posted by c1_richdc1_richd 961 days, 22 hours, 56 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Monday, October 04, 2010 1:30:52 PM GMT
AdventureWorks is one of the more popular sample SQL Server databases. In the samples on Codeplex, only the LT version has an Azure installer. In this blog post we'll migrate the DW version from SQL Server 2008 to SQL Azure using the SQL Azure Migration Wizard. (more)
category: Data | clicked: 0 | comment | | source: helpcentral.componentone.com
4
Shouts

Creating a SQL Server CE 4 Database in WebMatrix - Rich Dudley - Evangelists - ComponentOne Community

published 958 days, 21 hours, 58 minutes ago posted by c1_richdc1_richd 961 days, 22 hours, 47 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Monday, October 04, 2010 1:39:39 PM GMT
In this blog post we'll create a new SQL Server CE 4 database using WebMatrix beta. (more)
category: Data | clicked: 1 | comment | | source: helpcentral.componentone.com
tags: WebMatrix Beta, sql server ce 4.0
4
Shouts

Explicit Interface Method in C#

published 958 days, 21 hours, 49 minutes ago posted by http://bimbim-in.myopenid.com/http://bimbim-in.myopenid.com/ 961 days, 21 hours, 23 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Monday, October 04, 2010 3:03:02 PM GMT
When any type is loaded by CLR then all method of the class and all inherited public methods and interfaces implementation methods are added to method table. For example i have created a class Test which is implementing one interface IFormattable and it has only one method ToString().publicclass Test:IFormattable { publicstring ToString(string format, IFormatProvider formatProvider) { return"Test"; } } When this class will be loaded then method table has entries for all virtual methods ... (more)
category: How To | clicked: 0 | comment | | source: bimbim.in
tags: Explicit Interface, EIMI, Interface
4
Shouts

Windows Phone 7 Minimum Hardware - Rich Dudley - Evangelists - ComponentOne Community

published 958 days, 21 hours, 58 minutes ago posted by c1_richdc1_richd 961 days, 22 hours, 49 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Monday, October 04, 2010 1:37:42 PM GMT
The minimum hardware specs for all Windows Phone 7 devices. (more)
category: Smart Client | clicked: 0 | comment | | source: helpcentral.componentone.com
6
Shouts

Custom data types in LightSpeed? No problem!

published 958 days, 21 hours, 49 minutes ago posted by traskjdtraskjd 960 days, 14 hours, 8 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Tuesday, October 05, 2010 10:17:57 PM GMT
Want to work more easily with custom types in your domain model? Want to have your tools respect that you're using custom types? This post shows how fall-off-a-log easy it is to integrate a custom type with the LightSpeed ORM. Not only do you get core engine support in a few lines of code, but the designer sees that and seamlessly integrates the type handling for you. (more)
category: How To | clicked: 4 | comment | | source: www.mindscape.co.nz
tags: DataType, LightSpeed, Mindscape
8
Shouts

Execute a script based on SQL Server version? - SQLMaster

published 958 days, 21 hours, 58 minutes ago posted by dharadhara 960 days, 5 hours, 23 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Wednesday, October 06, 2010 7:03:07 AM GMT
Following up from Madhivanan's blog post on Different ways to know Server's Version information here is another interesting question & replies on SSP forums lead to this post: Hi, I want to a script based on sql server version year, because... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

[Entity Framework] Using Include with lambda expressions

published 958 days, 21 hours, 58 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkfwgN_FRv_PGuuqKHi_T-SqBzNRlSYx0Uhttps://www.google.com/accounts/o8/id?id=AItOawkfwgN_FRv_PGuuqKHi_T-SqBzNRlSYx0U 962 days, 3 hours, 15 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Monday, October 04, 2010 9:11:05 AM GMT
This article describes a technique to use lambda expressions rather than strings with the ObjectQuery.Include method to eagerly load associated entities. (more)
category: How To | clicked: 4 | comment | | source: tomlev2.wordpress.com
tags: Entity Framework, Linq
8
Shouts

NHibernate 3 and Autofac, can go together? (part 1) - Context is King

published 957 days, 18 hours, 23 minutes ago posted by thangchungthangchung 961 days, 4 hours, 19 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Tuesday, October 05, 2010 8:07:44 AM GMT
In this post, I intend to explain about NHibernate and integrated it with Autofac. And some content that I will write as: NHibernateIntroduce about NHibernate 3Fluent NHibernate and its conventionsRelationship Mapping (1-1, 1-, *-), value objectDomain first, build entity, mapping classes, auto generated database schemaAutofacIntroduce about AutofacInversion of Control (IoC)AOP (Interceptor)Module (separated of concern: SoC)Intergrated NHibernate into AutofacRegister essential components of NHibernate ... (more)
category: Architecture | clicked: 2 | comment | | source: weblogs.asp.net
5
Shouts

Developer Guidance IA at a Glance - J.D. Meier

published 958 days, 21 hours, 58 minutes ago posted by jantujantu 961 days, 1 hour, 9 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Tuesday, October 05, 2010 11:17:12 AM GMT
The purpose of the IA is to simplify and improve the effectiveness of content for Microsoft developer guidance. Rather than create more prescriptive guidance, our management team wants me to scale by baking what I’ve learned from building Microsoft Blue Books and platform playbooks into an Information Architecture that improves our overall content effectiveness for our developer platform. This means having me work at the “meta” level to frame out the information architecture for our content and our pla... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Information Architecture, Product Success
6
Shouts

Silverlight Animation Class Diagram - Ning Zhang

published 958 days, 21 hours, 49 minutes ago posted by jantujantu 961 days, 1 hour, 13 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Tuesday, October 05, 2010 11:13:07 AM GMT
The MSDN section Animation is a good overview on Silverlight animation. Below class diagram, summary and table can serve as quick reference. Diagram Summary Timeline is the base class of animation classes and Storyboa... (more)
category: Metro | clicked: 1 | comment | | source: www.ningzhang.org
tags: Silverlight, Animation
9
Shouts

jQuery Templates, Data Link, and Globalization Accepted as Official jQuery Plugins - Scott Guthrie

published 958 days, 21 hours, 58 minutes ago posted by jantujantu 961 days, 1 hour, 17 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Tuesday, October 05, 2010 11:09:41 AM GMT
The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it in new versions of Visual Studio going forward. By default, when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010, the core jQuery library is now automatically added to your project. Earlier this year at the MIX 2010 conference I an... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, jQuery, Ajax, Community News, ASP.NET
10
Shouts

jQuery Alert Dialogs Plug-in

published 959 days, 23 hours, 59 minutes ago posted by gilfgilf 963 days, 22 hours, 13 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Saturday, October 02, 2010 2:13:09 PM GMT
When you want to alert the user in the client side of a web application probably you are embarrassed (or you don’t give a damn) when you use Javascript built-in alerts. I know I do. Javascript built-in alerts are very ugly IMHO and therefore I try to use alternatives instead. In this post I’ll show a very useful alternative that I’ve been using lately in more then one project – the jQuery Alert Dialogs plug-in. (more)
category: Web Dev | clicked: 4 | comment | | source: blogs.microsoft.co.il
tags: Plug-In, jQuery
6
Shouts

MOSS 2007 Architecture and Requests

published 961 days, 1 hour, 1 minute ago posted by sonukapoorsonukapoor 961 days, 15 hours, 47 minutes ago
Tuesday, October 05, 2010 11:25:29 AM GMT Monday, October 04, 2010 8:39:13 PM GMT
This article focus on MOSS 2007 technology stack architecture and SharePoint request routing. The article also sheds light on difference between different versions of SharePoint, SharePoint data store, key players involved in handling a request and terminologies like Ghosted and Unghosted pages. (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
tags: ghosted images, MOSS, Sharepoint
9
Shouts

Getting Started With WP7 Development: Learning the WP7 Ecosystem

published 961 days, 1 hour, 1 minute ago posted by gergelyoroszgergelyorosz 965 days, 2 hours, 51 minutes ago
Tuesday, October 05, 2010 11:25:29 AM GMT Friday, October 01, 2010 9:35:46 AM GMT
This article aims to collect the most important resources developers should go through in order to learn the WP7 ecosystem and build decent Windows Phone 7 applications using Silverlight. (more)
category: Metro | clicked: 0 | comment | | source: gregdoesit.com
tags: Windows Phone 7, Tutorial
7
Shouts

MSDN Magazine: Thread Pools - Scalable Multithreaded Programming with Thread Pools

published 959 days, 23 hours, 59 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 963 days, 1 hour, 38 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Sunday, October 03, 2010 10:48:28 AM GMT
Getting the most out of multicore systems means diving head-first into multithreaded programming. In this issue, Ron Fosner demonstrates some simple methods for adding parallel operation to your code, along with techniques for measuring how much you’ve improved execution. (more)
category: How To | clicked: 3 | comment | | source: msdn.microsoft.com
tags: multi threading, MSDN, thread pool, Threading, MSDN Magazine, ThreadPool
Previous 1 2 3 4 5 6 7 8 9 10 ... 124 125 Next