jantu
Name: jantu
Score: 3,954.66
Last Seen: 949 days, 3 hours, 17 minutes ago
Member Since: 25 December, 2008
DotNetShoutout
atom rss
10
Shouts

Announcing NuPack, ASP.NET MVC 3 Beta, and WebMatrix Beta 2 - ScottGu's Blog

published 958 days, 23 hours, 17 minutes ago posted by rajuraju 960 days, 8 hours, 42 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Thursday, October 07, 2010 8:39:19 AM GMT
I’m excited to announce the beta release of several projects today. Two of these releases - ASP.NET MVC 3 Beta and WebMatrix Beta 2 - are evolutions of projects we first previewed this summer.  The third – NuPack - is a new project that I’m particularly excited about.NuPack – Open Source Package Manager for .NET NuPack is a free open source package manager that makes it easy for you to find, install, and use .NET libraries in your projects. It works with all .NET project types (including, but not limit... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, MVC, ASP.NET
8
Shouts

Introducing NuPack: the smart way to bring bits into your projects - Angle Bracket Percent

published 958 days, 23 hours, 17 minutes ago posted by rajuraju 960 days, 9 hours, 4 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Thursday, October 07, 2010 8:16:28 AM GMT
I’m thrilled to announce that the secret project we’ve been working on for the last few months is no longer a secret! It’s called NuPack, and you can download it from here. Make sure you also read ScottGu’s post about it. So what the heck is NuPack? In short, it’s an Open Source package manager that lets you import libraries into your .NET applications with much less effort than what you’re used to. Note that NuPack is not a Microsoft project, but an Outercurve Foundation project (previously Codeple... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET, nupack, Microsoft
4
Shouts

Remove duplicate items from Generic List using C#

published 960 days, 2 hours, 44 minutes ago posted by dotnetsparkdotnetspark 960 days, 18 hours, 40 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Wednesday, October 06, 2010 10:41:05 PM GMT
Most of times we use extensions like IList, IEnumerable, etc. which comes with .NET Framework 3.5. Other day when I was using these generic list with my custom class, I came across one of its shortcoming. Like it offers methods like Select(), Where() and GroupBy() which takes something called lambda as parameters. A few query operators, such as Distinct(), do not take lambdas as parameters. As a result, they are easy to call. (more)
category: How To | clicked: 2 | comment | | source: www.dotnetspark.com
tags: List(T), C#, List, DotNetSpark, C# .NET
4
Shouts

Remove Duplicate Words in C#

published 960 days, 2 hours, 44 minutes ago posted by dotnetsparkdotnetspark 960 days, 18 hours, 38 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Wednesday, October 06, 2010 10:43:27 PM GMT
In order to remove duplicate words from any string or data which can simplify your algorithm or improve performance. Using a Dictionary instance we can remove duplicate words from a string in C#. Following is a sample input and result (more)
category: How To | clicked: 0 | comment | | source: www.dotnetspark.com
tags: C#, DotNetSpark
8
Shouts

How to raise event for a mocked call. - Mehfuz's WebLog

published 958 days, 3 hours, 1 minute ago posted by http://mehfuzh.myopenid.com/http://mehfuzh.myopenid.com/ 960 days, 9 hours, 37 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 7:43:27 AM GMT
Wednesday, October 06, 2010 5:01 PM mehfuzh How to raise event for a mocked call. Recently, while i was working with a support issue , i found this interesting piece of test code that i would like to share here. This is actually written by Stefan Lieser (clean code developer from Germany forwarded to me by Jan from Telerik Germany). As the title states,  it is to mock a specific event for an expected call.   Now Stefan wants to raise an event from WebCli... (more)
category: Agile | clicked: 1 | comment | | source: weblogs.asp.net
tags: C#, JustMock
7
Shouts

Razor Syntax Highlighter for MVC 3 Beta

published 958 days, 3 hours, 1 minute ago posted by http://morder.myopenid.com/http://morder.myopenid.com/ 960 days, 12 hours, 22 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 4:58:45 AM GMT
All new Razor Syntax Highlighter available for MVC 3 Beta. Please update as the new razor syntax introduces some breaking changes. We've also added syntax error support! (more)
category: Architecture | clicked: 1 | comment | | source: buildstarted.com
tags: MVC3, C#, Razor
6
Shouts

Homework Will Never Be The Same

published 958 days, 3 hours, 1 minute ago posted by KodefuGuruKodefuGuru 960 days, 19 hours, 31 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Wednesday, October 06, 2010 9:50:12 PM GMT
I found tutorials for Microsoft Math 3.0 on Microsoft Downloads and felt compelled to view one. What I discovered was one of the coolest graphing programs I’ve ever witnessed. You just enter an equation into it, and it will graph it for you. Back on the worksheet tab, it not only solves equations, it will tell you how to solve them step by step! This makes me tempted to go dig up my calculus books for problems that were tough to solve, and see how Microsoft Math handles it. This thing has so man... (more)
category: How To | clicked: 0 | comment | | source: www.kodefuguru.com
tags: graphing, math, Microsoft Math
4
Shouts

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

published 960 days, 2 hours, 52 minutes ago posted by c1_richdc1_richd 963 days, 3 hours, 43 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 960 days, 2 hours, 44 minutes ago posted by traskjdtraskjd 961 days, 19 hours, 3 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

Debugging with IntelliTrace in Visual Studio 2010

published 961 days, 4 hours, 54 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 963 days, 4 hours, 34 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Monday, October 04, 2010 12:46:46 PM GMT
What mean debugging with IntelliTrace? Visual Studio 2010 Ultimate know the answer, because topic applies to Visual Studio 2010 Ultimate only. IntelliTrace extends and enhances the Visual Studio live debugging experience that you are used to. You still have access to all the Visual Studio debugger features that you are familiar with. IntelliTrace operates invisibly in the background, recording debug information. When you want to look back at a past state of your application. (more)
category: Architecture | clicked: 2 | comment | | source: blog.agafonov.net.ua
tags: Intellitrace in VIsual Studio 2010 ultimate, Visual Studio 2010 features, IntelliTrace, Debugging
6
Shouts

[Entity Framework] Using Include with lambda expressions

published 960 days, 2 hours, 52 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 963 days, 8 hours, 10 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 958 days, 23 hours, 17 minutes ago posted by thangchungthangchung 962 days, 9 hours, 13 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
10
Shouts

Introducing ‘Vingy’ Add-in for VS2010 – Search StackOverflow, CodeProject, DotNetKickS etc easily from with in Visual Studio

published 961 days, 4 hours, 54 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 963 days, 9 hours, 27 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Monday, October 04, 2010 7:54:05 AM GMT
Vingy let you search the web (mainly sites like StackOverflow, CodeProject, MSDN etc) in a non intrusive way, with out leaving the IDE. Vingy is a simple, but effective add in for Visual Studio 2010 so that you can search the web in a non intrusive way, and can filter results based on sources. (more)
category: UX | clicked: 1 | comment | | source: amazedsaint.blogspot.com
tags: .NET, C#, WPF, Visual Studio, Tools
10
Shouts

jQuery Alert Dialogs Plug-in

published 961 days, 4 hours, 54 minutes ago posted by gilfgilf 965 days, 3 hours, 8 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
7
Shouts

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

published 961 days, 4 hours, 54 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 964 days, 6 hours, 32 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
8
Shouts

Execute a script based on SQL Server version? - SQLMaster

published 960 days, 2 hours, 52 minutes ago posted by dharadhara 961 days, 10 hours, 18 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
5
Shouts

SisoDb – An early prototype « Daniel Wertheim

published 960 days, 2 hours, 44 minutes ago posted by sedanwersedanwer 961 days, 22 hours, 57 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 960 days, 2 hours, 52 minutes ago posted by DotNetLogixDotNetLogix 964 days, 9 hours, 29 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

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

published 960 days, 2 hours, 52 minutes ago posted by eralpereralper 962 days, 5 hours, 32 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

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

published 960 days, 2 hours, 44 minutes ago posted by eralpereralper 962 days, 5 hours, 41 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
Previous 1 2 3 4 5 6 7 8 9 10 ... 116 117 Next