http://kazimanzurrashid.myopenid.com/
Name: http://kazimanzurrashid.myopenid.com/
Score:
Last Seen: 454 days, 10 hours, 22 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
4
Shouts

The Law of Demeter

published 454 days, 4 hours, 11 minutes ago posted by BlackWaspBlackWasp 461 days, 14 hours, 36 minutes ago
Monday, February 27, 2012 9:47:43 AM GMT Sunday, February 19, 2012 11:23:14 PM GMT
Coupling in object-oriented software indicates the level to which classes are reliant upon each other. A tightly coupled system is usually harder to maintain and modify than a loosely coupled one. The Law of Demeter addresses a specific coupling problem. (more)
category: How To | clicked: 14 | comment | | source: www.blackwasp.co.uk
tags: C#
4
Shouts

SharpComments extension for Visual Studio 2010

published 464 days, 23 hours, 45 minutes ago posted by SergeyVlasovSergeyVlasov 465 days, 11 hours, 39 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Thursday, February 16, 2012 2:19:36 AM GMT
Change color and font size of individual comments in C# code with a prefix like //! or //+. (more)
category: How To | clicked: 38 | comment | | source: visualstudioaddins.svprogramming.net
tags: visual studio extensions, C#, Visual Studio 2010, Visual Studio
6
Shouts

Mindscape Blog » Blog Archive » Web Workbench 3.0 released

published 463 days, 17 hours, 26 minutes ago posted by traskjdtraskjd 465 days, 10 hours, 25 minutes ago
Friday, February 17, 2012 8:33:18 PM GMT Thursday, February 16, 2012 3:34:15 AM GMT
Mindscape have released version 3 of their popular Web Workbench product. Version 3 introduces entirely asynchronous compilation meaning no more waiting for large files to compile. A new visual settings dialog has been introduced to make configuring minification, compilation and compiler settings more easy. Along with these key new features there's plenty of small new improvements that will really make working with Sass, Less or CoffeeScript in .NET a pleasure - this post dives into more detail about the... (more)
category: UX | clicked: 37 | comment | | source: www.mindscapehq.com
tags: Less, Sass, Web Workbench, CoffeeScript, Mindscape
4
Shouts

C# Needs Seqs

published 467 days, 17 hours, 55 minutes ago posted by KodefuGuruKodefuGuru 473 days, 10 hours, 36 minutes ago
Monday, February 13, 2012 8:04:31 PM GMT Wednesday, February 08, 2012 3:22:59 AM GMT
A proposition for a new keyword in C# to support IEnumberable (more)
category: How To | clicked: 28 | comment | | source: www.kodefuguru.com
tags: C#, IEnumerable, Linq
5
Shouts

EntitySpaces 1,000 License Give Away (no catches)

published 469 days, 21 hours, 9 minutes ago posted by MikeGriffinMikeGriffin 472 days, 16 hours, 19 minutes ago
Saturday, February 11, 2012 4:49:46 PM GMT Wednesday, February 08, 2012 9:40:15 PM GMT
EntitySpaces LLC is announcing a one-time, special offer on February 29th, 2012. We are giving away 1,000 EntitySpaces Studio Licenses for free. See http://www.entityspaces.net for more information on EntitySpaces Studio. Why are we doing this? One reason… we feel so strongly that once we put EntitySpaces into the hands of developers (including our new entityspaces.js JavaScript Data Access System), a good portion of them will become the best PR team we could ever have. (more)
category: Architecture | clicked: 90 | comment | | source: www.entityspaces.net
tags: EntitySpaces, C#, VB.NET, KnockoutJS, knockout, ORM
3
Shouts

Book review: Working with NHibernate 3.0

published 469 days, 21 hours, 9 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 472 days, 17 hours, 44 minutes ago
Saturday, February 11, 2012 4:49:46 PM GMT Wednesday, February 08, 2012 8:14:35 PM GMT
It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... (more)
category: Architecture | clicked: 26 | comment | | source: jclaes.blogspot.com
tags: Entity Framework, NHibernate, Data Access
8
Shouts

SQL SERVER – Convert Subquery to CTE – SQL in Sixty Seconds #001 – Video

published 469 days, 21 hours, 9 minutes ago posted by pinaldavepinaldave 473 days, 7 hours, 1 minute ago
Saturday, February 11, 2012 4:49:46 PM GMT Wednesday, February 08, 2012 6:57:54 AM GMT
SQL Server is an ocean of information. I believe if one starts learning today, after 60 years he/she may still be learning the subject (there are always a few exceptions)! Recently, I published the SQL Server Questions and Answers video tutorial, and since the course came out, I have been receiving lots of request to share SQL Tips which are small and easy to digest. (more)
category: Data | clicked: 26 | comment | | source: blog.sqlauthority.com
4
Shouts

Laurent Kempé | Starting TeamCity builds from HipChat using Github Hubot

published 471 days, 15 hours, 43 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 473 days, 16 hours, 53 minutes ago
Thursday, February 09, 2012 10:15:54 PM GMT Tuesday, February 07, 2012 9:06:29 PM GMT
After writing about “Running your TeamCity builds from PowerShell for any Git branch” I’d like to talk about another integration which is using Github Hubot so that the build could be started directly form a chat room. So using the same idea, which is to extend our development environment, we implemented a way to start TeamCity builds directly from our HipChat room. You could do the same from Campfire for sure. (more)
category: Agile | clicked: 5 | comment | | source: www.laurentkempe.com
4
Shouts

Running your TeamCity builds from PowerShell for any Git branch

published 467 days, 17 hours, 55 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 474 days, 19 hours, 58 minutes ago
Monday, February 13, 2012 8:04:31 PM GMT Monday, February 06, 2012 6:01:00 PM GMT
I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do, we have certainly better and more interesting things to do. The habit I saw in the different projects I worked for is to create new TeamCity builds for the branches you work on. It take quite some work to do, even with templates… So I came with another way of doing it. It is leverage Git, PowerShell and the possibility to run TeamCity builds by “Accessing Server by HTTP” (more)
category: Agile | clicked: 10 | comment | | source: www.laurentkempe.com
tags: Git, Powershell, TeamCity
2
Shouts

Rx - DistinctUntilChanged - Bnaya Eshet

published 476 days, 23 hours, 48 minutes ago posted by bnayabnaya 478 days, 18 hours, 23 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Thursday, February 02, 2012 7:36:20 PM GMT
Rx - DistinctUntilChanged this post will focus on the simple yet very useful DistinctUntilChanged operator. sometimes a datum stream may produce the same value for a while, you can see it in stock exchange stream the value of specific stock may be steady for a while. the observer can reduce its computation level by ignoring a repeatable value (sequential repeatable value, for none sequential you can use the Distinct operator). the DistinctUntilChanged is having the follow... (more)
category: Architecture | clicked: 8 | comment | | source: blogs.microsoft.co.il
tags: buffer, IObservable, Parallel, Rx, Iobserver, DistinctUntilChanged, Concurrency
6
Shouts

8 Most Popular jQuery Plugins of January 2012

published 474 days, 19 hours, 37 minutes ago posted by MikeMoreMikeMore 478 days, 14 hours, 1 minute ago
Monday, February 06, 2012 6:22:29 PM GMT Thursday, February 02, 2012 11:58:09 PM GMT
Last month developers were busy with jQuery and it is time to go through some of the most popular jQuery plugins they created in January 2012. (more)
category: UX | clicked: 114 | comment | | source: www.moretechtips.net
tags: css3, JavaScript, jQuery
3
Shouts

Learning Caliburn Micro Part 4: The Event Aggregator

published 476 days, 23 hours, 48 minutes ago posted by traskjdtraskjd 478 days, 12 hours, 13 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Friday, February 03, 2012 1:46:02 AM GMT
The 4th part in the Caliburn Micro tutorial looks at learning about how to use the event aggregator included with Caliburn Micro. The event aggregator is a service that makes it easy for multiple parts of your application to send messages to each other. This is useful when your application is made up of several view-models that need to communicate. (more)
category: How To | clicked: 20 | comment | | source: www.mindscapehq.com
tags: Caliburn Micro, Event Aggregator, Mindscape
3
Shouts

New Tools in My TDD Arsenal

published 474 days, 19 hours, 37 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 479 days, 4 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Thursday, February 02, 2012 1:55:24 PM GMT
Recently my TDD arsenal has been enhanced with 3 new cool tools, which I'm about to share with you. More precisely it one tool and two frameworks. Let's go for it. NCrunch NCrunch is just amazing extension for Visual Studio created by @remcomulder. It automatically detects all your tests and re-running those as soon as source code changes happen. Forget about manual test re-running, it's just waste of time. You even do not need to press Ctrl + S, just continue coding as you usually do. Initially ... (more)
category: Web Dev | clicked: 25 | comment | | source: www.beletsky.net
tags: .NET, TDD, Tools
8
Shouts

SQL Server Page Restore

published 478 days, 20 hours, 52 minutes ago posted by dharadhara 481 days, 19 hours ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 6:58:37 PM GMT
We all know how backup is important. I usually say that restore is more important than backup. We can create backup but if we don’t know how to restore it, or we cannot because it isn’t correct we have nothing. So always check your backups and restore... (more)
category: Data | clicked: 16 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
9
Shouts

SQL Server Index Fragmentation Script

published 478 days, 20 hours, 52 minutes ago posted by dharadhara 481 days, 19 hours, 1 minute ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 6:58:03 PM GMT
Just sharing a cool script I stumbled across while searching for SQL Server index fragmentation scripts ( Omer van Kloeten's Blog ). I’ve cleaned it up a bit and turned it into a Stored Procedure so that I can execute it as a SQL Server Agent... (more)
category: Data | clicked: 39 | 2 comments | | source: beyondrelational.com
tags: SQL Server, index
4
Shouts

Tpl Dataflow walkthrough - Part 5 - Bnaya Eshet

published 482 days, 5 hours, 17 minutes ago posted by bnayabnaya 484 days, 3 hours, 51 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Saturday, January 28, 2012 10:07:58 AM GMT
Tpl Dataflow walkthrough - Part 5Tpl Dataflow walkthrough - Part 5 this post is a complete walkthrough of a web crawler sample that was build purely by using Tpl Dataflow. it was built on .NET 4.5 / C# 5 (on a virtual machine using VS 11). I will analyze each part of this sample, both by discussing the Dataflow blocks and the patterns in used. the sample code is available in here (it is a VS 11 project). during the walkthrough you will see the following Tpl Dataflow blocks:TransformBlock Transfor... (more)
category: Architecture | clicked: 23 | 1 comment | | source: blogs.microsoft.co.il
tags: TPL, TDF, ISorceBlock, Transform, Dataflow, ITargerBlock, IDataBlobk, IPropagatorBlock
3
Shouts

HTML5 File Drag and Drop Upload With jQuery and ASP.NET

published 481 days, 2 hours, 44 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 483 days, 22 hours, 7 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Saturday, January 28, 2012 3:52:25 PM GMT
I came across an article on Tutorialzine which demonstrate file drag and drop upload with jQuery and PHP. As a curious reader, I downloaded the sample files and took a look and also get it running on my LINUX VM. It worked like a charm. But I am a Windows user and .NET programmer, the question is how can I do the same in ASP.NET? If someone out there can do something in PHP then I can do that in .NET!! Who said the above line??.....ME!!??.....oh yeah!!! So, to get myself started I used the same downloa... (more)
category: Web Dev | clicked: 82 | comment | | source: midnightprogrammer.net
tags: Drag and Drop, jQuery, File upload, html5
3
Shouts

SQL Server interview questions: – Mention Fragmentation in SQL Server? | dotnetinterviewquestion

published 482 days, 5 hours, 17 minutes ago posted by questpondquestpond 487 days, 1 hour, 49 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Wednesday, January 25, 2012 12:10:27 PM GMT
In this article we will explain about Fragmantation in SQL Server. For articles and videos visit us on http://www.questpond.com/ (more)
category: Data | clicked: 18 | comment | | source: dotnetinterviewquestion.wordpress.com
tags: .NET, SQL Server Interview Questions, data, SQL, .Net Interivew Questions, fragmentation
4
Shouts

Working with Prism 4 Part 3: Composite Command and Pub/Sub Events

published 483 days, 14 hours, 54 minutes ago posted by KMilKMil 487 days, 2 hours, 6 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Wednesday, January 25, 2012 11:53:22 AM GMT
In this article, you will see how to define multiple modules that can communicate with each other through a combination of CompositeCommands and Prism events. CompositeCommands let you have handlers registered or unregistered in a loosely coupled fashion, and allows you to have multiple handlers (child commands) that will be used by the CompositeCommand. Prism events are for situations that are not necessarily an action->reaction kind of set up where enablement and disablement is needed. You simply defin... (more)
category: Metro | clicked: 38 | 1 comment | | source: www.silverlightshow.net
tags: Prism
4
Shouts

New WPF Datagrid grouping and exporting capabilities from Mindscape

published 482 days, 5 hours, 17 minutes ago posted by traskjdtraskjd 486 days, 9 hours, 58 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Thursday, January 26, 2012 4:01:25 AM GMT
This post looks at new features for the WPF Datagrid control that is part of WPF Elements. The new additions in the latest nightly builds are grouping support and exporting functionality to make the WPF Datagrid save even more development time. This post shows how to use these additional features. (more)
category: UX | clicked: 63 | comment | | source: www.mindscapehq.com
tags: DataGrid, WPF, exporting, grouping, Mindscape
Previous 1 2 3 4 5 6 7 8 9 10 ... 12 13 Next