MihirPatel
Name: MihirPatel
Score: 10,492.74
Last Seen: 947 days, 20 hours, 32 minutes ago
Member Since: 11 February, 2009
DotNetShoutout
atom rss
11
Shouts

VS2010 Architecture Explorer Analyzers

published 1219 days, 1 hour, 26 minutes ago posted by ClemensReijnenClemensReijnen 1221 days, 54 minutes ago
Wednesday, January 20, 2010 9:41:33 AM GMT Monday, January 18, 2010 10:13:42 AM GMT
DGML, the new VS2010 visualization technology has capabilities to render graphs. Graphs like dependencies between classes, inheritance graphs, custom graph, you actually can visualize any relation you want. Cameron Skinner has posts about DGML and Chris Lovett has some great video’s. You also can make your own analyzer. For example code coverage or naming conventions or … whatever you can imaging. In the example below I created an analyzer which marks the nodes green with the string ‘Clemens’… (code you... (more)
category: Architecture | clicked: 1 | comment | | source: www.clemensreijnen.nl
tags: VS2010; DGML
11
Shouts

Coding is not Kata - You cannot study karate without all 3 components - Sara Ford

published 1219 days, 1 hour, 26 minutes ago posted by jantujantu 1221 days, 44 minutes ago
Wednesday, January 20, 2010 9:41:33 AM GMT Monday, January 18, 2010 10:23:05 AM GMT
I promised on Twitter to write a blog post explaining why “kata” was the wrong word for the “coding kata” problems presented at CodeMash this past week in Ohio.First and foremost, I absolutely loved the idea of these coding problems. The problems were very similar to those found in computer science classes (for example, find all the prime numbers between 1 and 100), but the goal was to explore new languages or coding techniques (like TDD). For me, getting to pair programming with ... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: C#, Miscellaneous, Karate, personalize
7
Shouts

Random Acts of Coding: A Configurable Type Catalog for MEF

published 1221 days, 25 minutes ago posted by JamesEggersJamesEggers 1226 days, 6 hours, 38 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Wednesday, January 13, 2010 4:29:06 AM GMT
Over the past month or so, I've had  some time to focus on a few different projects.  In one of these new projects, I was using MEF in order to provide a number of extensibility points.  Everything was going well until I started to dive into a place where I wanted it to be extensible but also configurable like a traditional provider model scattered throughout the .Net framework. With MEF, there's a couple of different ways of handling this situation; however, after playing around with a few of them, I de... (more)
category: Architecture | clicked: 1 | comment | | source: randomactsofcoding.blogspot.com
tags: C#, MEF
4
Shouts

.NET Framework 4.0 Poster

published 1221 days, 25 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 1221 days, 4 hours, 37 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Monday, January 18, 2010 6:30:42 AM GMT
The new .NET Framework 4.0 poster in deepzoom. Download PDF: PDC2008-NETFX4.pdf (3.22 mb) (more)
category: How To | clicked: 2 | comment | | source: www.midnightprogrammer.net
tags: .NET Framework 4.0
5
Shouts

Sql Server reporting services and Forms authentication – Part 3 – Linking aspnetdb to report server

published 1221 days, 25 minutes ago posted by PraveenPraveen 1221 days, 5 hours, 21 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Monday, January 18, 2010 5:45:42 AM GMT
I think, you have read my previous two posts related to implementing forms authentication in report server. Sql server reporting server and forms authentication – Part 1 – Understanding the concept. Sql Server reporting server an forms authentication – Part 2 – How to implement. I just followed Russell’s article to link sql server report server to aspnetdb. So, I prefer to redirect my users to the same post. I don't want to repeat the whole story here again. So, please go here and continue your readin... (more)
category: Data | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: Authentication, SSRS, SQL Server Reporting Services
5
Shouts

Refresh intellisense local cache in Sql Server 2008

published 1221 days, 25 minutes ago posted by PraveenPraveen 1221 days, 5 hours, 25 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Monday, January 18, 2010 5:41:43 AM GMT
Everyone knows that Sql server 2008 has an excellent feature for supporting the intellisense. This will surely fasten the development. Last week, I have created 3 tables in my Sql server 2008 and when I try to write the stored procedure based on those tables, surprisingly they weren't shown in the intellisense any more. I thought initially it's a bug in Sql Server 2008. Lately after done some research and found that we need to refresh the cache for intellisense to shown up everything correct. Please find... (more)
category: Data | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: SQL Server 2008, Intellisense
5
Shouts

SQL-Articles - SQL Server Joins

published 1221 days, 25 minutes ago posted by sqlarticlessqlarticles 1221 days, 9 hours, 48 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Monday, January 18, 2010 1:19:28 AM GMT
SQL Server joins are required to retrieve data from one or more tables to get a single result set. Joins are needed when Normalization enforced in design. When you normalize the data you be reducing redundancy in data by placing data in different tables and also you will be creating relationship between the tables. With the help of these relationship you will be retrieved... (more)
category: Data | clicked: 0 | comment | | source: www.sql-articles.com
tags: sql joins, TSQL, joins
8
Shouts

Strange behavior of DropShadowEffect | Software and UX

published 1219 days, 21 hours, 28 minutes ago posted by http://pedropombeiro.blogspot.com/http://pedropombeiro.blogspot.com/ 1221 days, 14 hours, 48 minutes ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 8:19:42 PM GMT
This article describes an unexpected behavior from DropShadowEffect that can trip many developers. (more)
category: UX | clicked: 1 | comment | | source: sweux.com
tags: WPF, XAML
6
Shouts

The Debug->Exceptions.. window technique

published 1221 days, 25 minutes ago posted by codehappinesscodehappiness 1221 days, 16 hours, 42 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Sunday, January 17, 2010 6:25:09 PM GMT
The Debug-Exceptions… window is a useful tool that at times saves lot of time when debugging. Even though this exists (i think)from Visual Studio 2003, I Still find people struggle a bit with the situation I am going to explain in this post. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codehappiness.com
tags: Exception Handling, Debugging, Visual Studio, Exceptions
11
Shouts

Alvas.Net Blog: Communicate with aliens on IronPython (ending)

published 1219 days, 21 hours, 28 minutes ago posted by alvasalvas 1221 days, 23 hours, 1 minute ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 12:06:20 PM GMT
Previously, we are talking with aliens in C#, Nemerle, Boo and F#. Now let's try to do the same on IronPython. See code below. from System import * from System.Collections.Generic import * from System.Text import * from Alvas.Audio import * def rexOpen(sender, e):     _play.OpenPlayer(pcmFormat)     _play.StartPlay() def rex_Close(sender, e):     _play.ClosePlayer() def rexData(sender, e):     data = AudioCompressionManager.Reverse(pcmFormat, e.Data)     _play.AddData(data) _p... (more)
category: How To | clicked: 0 | comment | | source: alvasnet.blogspot.com
tags: Audio&Multimedia
4
Shouts

Visual WebGui Ajax framework/platform at SourceForge.net

published 1221 days, 25 minutes ago posted by webguiwebgui 1221 days, 20 hours, 42 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Sunday, January 17, 2010 2:25:20 PM GMT
.NET #1 data centric Ajax Framework & Platform. It provides the simplest, VB6 desktop-like Ajax development. Point & Click Windows or 2.0 User interfaces designer. And 10x faster, and unhackable runtime. (more)
category: Web Dev | clicked: 0 | comment | | source: sourceforge.net
tags: .NET, Design, Development, Web, UI, ASP .NET, Visual Studio, VB6, Ajax, applications, WinForms
4
Shouts

http://daniel.wertheim.se/2010/01/17/how-to-isolate-datetime-now-in-your-unit-tests/

published 1221 days, 25 minutes ago posted by sedanwersedanwer 1221 days, 22 hours, 26 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Sunday, January 17, 2010 12:41:31 PM GMT
«Faking API for stubs and mocks How-to isolate DateTime.Now in your unit tests Published 2010/01/17TestingLeave a Comment Tags: Unit testing I’m currently working on an application that makes some calculations depending on dates. In one scenario I wanted to ensure that a correct timeintervall is created from DateTime.Now. Since I’m not using TypeMock an easy way is to don’t access DateTime.Now directly in my code, but via instead via a static proxy, to which I can inject code tha... (more)
category: How To | clicked: 0 | comment | | source: daniel.wertheim.se
tags: isolate DateTime.Now, unit testing
7
Shouts

A sole developer was able to build a tour costing system's web UI using existing VB6 skills

published 1219 days, 21 hours, 28 minutes ago posted by webguiwebgui 1221 days, 20 hours, 32 minutes ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 2:35:00 PM GMT
"The ease of designing a web page in Visual WebGui is unmatched to any other web solution I have evaluated… "Visual WebGui was easy to get acquainted and got me started with building an architectural plan within few working days. On execution it was satisfying to see a web application coming through faster than expected," said the CEO Rajeev Jha. (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, Programming, Development, Application, developers, Web, Visual Basic, Travel & Tourism, UI, ASP .NET, Visual Studio, VB6, Ajax, WinForms
15
Shouts

Innovation Showcase : ARCast.TV - An Overview of MVC4WPF - Part 2 of 3

published 1219 days, 21 hours, 28 minutes ago posted by bobfamiliarbobfamiliar 1221 days, 18 hours, 24 minutes ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 4:43:01 PM GMT
17 January 2010ARCast.TV - An Overview of MVC4WPF - Part 2 of 3 Brian H. Prince meets with Stephen Giffin and John Hannah about their new open source project called MVC4WPF. It is a new framework and guidance package that helps you quickly build enterprise WPF applications. They have seen a dramatic improvement in productivity, ability to leverage entry level developers, and a massive reduction in development costs. The framework helps your developers follow the right path and do the right thing. ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Brian H. Prince, Practical Guidance, WPF, Open Source, Architecture, Architects, ARCast, MVC
7
Shouts

Making NCloak fool Reflector (an implementation) : Paul Mason

published 1221 days, 25 minutes ago posted by tivittivit 1225 days, 3 hours, 41 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Thursday, January 14, 2010 7:26:03 AM GMT
In the last article of the series we took a look at two different methods for stopping Reflector being able to successfully decompile our code: inserting invalid IL, and modifying header information. Today we'll implement the more common approach: inserting invalid IL into each method inside our assembly making unreadable in Reflector. (more)
category: Architecture | clicked: 11 | comment | | source: blog.paul-mason.co.nz
tags: NCloak, Mono.Cecil, Reflector, Obfuscation
10
Shouts

Severely Decoupled Configuration - Jesse Liberty

published 1219 days, 21 hours, 28 minutes ago posted by jantujantu 1221 days, 22 hours, 55 minutes ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 12:11:50 PM GMT
In the spirit of a glass-house open source project, here is a draft of how I see handling configuration for the Silverlight HyperVideo Platform  this will be modified in the next iteration to take more advantage of the services provided by MEF.Design Goals It doesn’t matter what order the modules are loaded by MEF. Maximum encapsulation, minimal coupling EventManager Rather than having objects publish and sub... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, MEF, HyperVideoProject
9
Shouts

Getting the System Up Time (C# / .NET)

published 1219 days, 1 hour, 26 minutes ago posted by BlackWaspBlackWasp 1221 days, 16 hours, 13 minutes ago
Wednesday, January 20, 2010 9:41:33 AM GMT Sunday, January 17, 2010 6:53:58 PM GMT
Sometimes it is necessary to know how much time has passed since Windows was started. This article demonstrates two ways to obtain this information using the .NET framework and describes the limitations of one of the commonly used methods. (more)
category: Smart Client | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: .NET, sysinfo, C#
5
Shouts

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.

published 1221 days, 25 minutes ago posted by http://www.smallworkarounds.net/http://www.smallworkarounds.net/ 1222 days, 2 hours, 13 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Sunday, January 17, 2010 8:54:28 AM GMT
If you are using IIS 7 then you probably might face this error.It’s a little frustrating when such errors occur and simple IIS 6 or IIS 5.1 users when it was really simple to configure and run a website, those users feel really hooked up. I myself faced a lot of issues but as you progress with IIS 7 you will find it simple to configure and very easy to manage. As far as this issue is concerned in the earlier versions of IIS we used to just set the directory browsing checkbox to be checked in order to e... (more)
category: Web Dev | clicked: 84 | comment | | source: www.smallworkarounds.net
tags: IIS 7
11
Shouts

Introducing Cloud Light: a 10KB Application Runtime in Silverlight

published 1221 days, 25 minutes ago posted by orktaneorktane 1224 days, 19 hours, 4 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Thursday, January 14, 2010 4:03:29 PM GMT
For the Mix10K smart coding challenge, I’ve create an application runtime that hosts, manages and runs cloud-based applications. The runtime is called Cloud Light, and per the rules of the Mix10K challenge the code and visuals weighs-in less than 10KB. The runtime environment also features an online application store from which you can download and install applications. (more)
category: Metro | clicked: 1 | comment | | source: www.orktane.com
tags: Cloud Light, Silverlight, Application Runtime, Mix10K
9
Shouts

Use .NET Built-in Methods to Save Time and Headaches

published 1221 days, 25 minutes ago posted by shayfriedmanshayfriedman 1222 days, 18 hours, 2 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Saturday, January 16, 2010 5:05:33 PM GMT
During our everyday programming tasks we run into several repetitive code blocks that after the 20th time you implement them become really annoying. In this post I will take you through several of such blocks and show you how to implement them using built-in .NET methods. (more)
category: Smart Client | clicked: 0 | comment | | source: www.ironshay.com
tags: C#
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 ... 29 30 Next