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

When Is It OK To Hack? Silverlight Geek - Jesse Liberty

published 1178 days, 19 hours, 14 minutes ago posted by jantujantu 1180 days, 23 hours, 16 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 8:36:57 AM GMT
One of the goals of the Silverlight HyperVideo Project is to demonstrate best practices.  So when is it okay to throw in a quick hack to get things working?Case in point: as I approached the release this week for the latest alpha,  I noted that the player was not updating when the user clicked on a topic, though the links were appearing as if  the player had been advanced.To make the issue clear, in this image you s... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, slhvp, Best Practices, Dependency-Properties, HyperVideoProject, MVVM, Data-Binding
7
Shouts

Postback Text Processing with the AJAX Modal Dialog - Misfit Geek

published 1181 days, 17 hours, 16 minutes ago posted by jantujantu 1182 days, 21 hours, 32 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 10:20:58 AM GMT
I’ve started blogging simple tips when I get a question from a developer that’s a bit tricky.This is one of those. Simple to do, but not always simple to find the answer.In this case the developer wanted to use an AJAX Editor Control inside a ModalPopup control.This isn’t a problem but, the user needed to clicking the OK button to cause a post-back so that he could execute some server –side logic.The ”Ok” Button is an ASP.NET control but adding a Click Event Handler for the button didn’t solve ... (more)
category: UX | clicked: 2 | comment | | source: misfitgeek.com
tags: blog, ASP.NET AJAX, ASP.NET
8
Shouts

Key Software Development Trends - Somasegar

published 1181 days, 17 hours, 16 minutes ago posted by jantujantu 1182 days, 21 hours, 39 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 10:14:03 AM GMT
More than ever before, today’s developers are open to considering and using multiple technologies to enable them to build solutions smoothly and deliver them to their customers quickly.  There are an increasing number of choices available for developers in terms of programming styles.  Our goal is to provide fantastic support for all programming styles within our tools to enable our customers to build great software.Several trends are emerging within the area of softwa... (more)
category: Smart Client | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division
5
Shouts

Daily tech links for .net and related technologies - Feb 18-20, 2010 - Sanjeev Agarwal

published 1189 days, 17 hours, 48 minutes ago posted by sanjeevanasanjeevana 1190 days, 38 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Thursday, February 18, 2010 7:15:12 AM GMT
Quick Tips About ASP.NET MVC – AJAX-Enabled Partial Views -nuous, ASP.NET MVC – Switch between secure(https or ssl) & unsecure(http) connections - Rajan,Using T4 Templates to Create Strongly Typed View Names - HighOnCoding,ASP.NET MVC 2 Model Validation - MikeLooking, Ahead to ASP.NET 4.0 - K. Scott Allen,Web DesignCreate a Clean and Professional Web Design in P... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Silverlight, SQL, Web Service, Architecture, Ajax, ASP.NET
12
Shouts

Innovation Showcase : What’s New in Windows Phone 7 Series

published 1189 days, 17 hours, 48 minutes ago posted by zhimingzhiming 1190 days, 14 hours, 30 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 5:23:02 PM GMT
17 February 2010What’s New in Windows Phone 7 Series Ashlee Vance writes on New York Times that “Windows Phone has a cleaner look than most of today’s smartphone software, with just a handful of large, colorful icons atop a black background.” So what are the new features in Windows Phone 7 Series that really stand out? Below is my short list. Live Tiles Windows Phone 7 Series decorate the home screen with “Live Tiles” or super icons. With four-point multitouch support, the simple yet live user inter... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone
7
Shouts

SQL SERVER – Stored Procedure Optimization Tips – Best Practices « Journey to SQL Authority with Pinal Dave

published 1189 days, 17 hours, 48 minutes ago posted by pinaldavepinaldave 1189 days, 23 hours, 21 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Thursday, February 18, 2010 8:32:20 AM GMT
We will go over how to optimize Stored Procedure with making simple changes in the code. Please note there are many more other tips, which we will cover in future articles. Include SET NOCOUNT ON statement: With every SELECT and DML statement, the SQL server returns a message that indicates the number of affected rows by that statement. This information is mostly helpful in debugging the code, but it is useless after that. By setting SET NOCOUNT ON, we can disable the feature of returning this extra i... (more)
category: Data | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, Database, pinaldave, SQLAuthority
8
Shouts

Straighce; a straight tracing tool (a thread-safe, non-blocking, file-based TraceListener for .NET)

published 1189 days, 17 hours, 48 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawm3s0JXZ5aXKOz0c1L4wkWorSDS8cVglgghttps://www.google.com/accounts/o8/id?id=AItOawm3s0JXZ5aXKOz0c1L4wkWorSDS8cVglgg 1191 days, 23 hours, 44 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Tuesday, February 16, 2010 8:09:22 AM GMT
I needed this; so I have wrote it; and now share it. This is a low-featured, cyclic (log files reside in appname\1.txt to at mose 31.txt), thread-safe and non-blocking TraceListener with some extension methods for System.String to ease tracing which are in fact some wrapper around Trace.Write(...) and Trace.Write(...) functionality (So you can change your TraceListener later!). (more)
category: Architecture | clicked: 1 | comment | | source: code.google.com
8
Shouts

Displaying Relative Time (C#)

published 1191 days, 20 hours, 35 minutes ago posted by BlackWaspBlackWasp 1193 days, 19 hours, 23 minutes ago
Tuesday, February 16, 2010 11:18:33 AM GMT Sunday, February 14, 2010 12:29:54 PM GMT
When developing software that works with time stamped information, it is common to show the date and time at which an item was created or last updated. A user-friendly alternative is to display a relative time, such as "Two Hours Ago". (more)
category: UX | clicked: 4 | comment | | source: www.blackwasp.co.uk
7
Shouts

Windows Azure Platform at a Glance - J.D. Meier

published 1189 days, 17 hours, 48 minutes ago posted by jantujantu 1190 days, 20 hours, 25 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 11:27:53 AM GMT
Windows Azure Platform at a GlanceThis is my first attempt at parsing and summarizing the Windows Azure Platform, so I expect it to evolve as I iterate on it.The Windows Azure platform is a set of cloud computing services for creating and consuming cloud applications and services. The key components of the Windows Azure Platform are: Windows Azure – provides virtualized compute, storage, and management for your cloud-based applications.  It’s effectively a “cloud OS.”SQL Azure – provides cloud-bas... (more)
category: How To | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Cloud, Azure
8
Shouts

dnrTV - Show #166 - Michael Cummings on XNA Development Part 2

published 1192 days, 18 hours, 45 minutes ago posted by jantujantu 1193 days, 14 hours, 46 minutes ago
Monday, February 15, 2010 1:08:43 PM GMT Sunday, February 14, 2010 5:06:58 PM GMT
Michael Cummings returns to wrap up this two part series on developing XBox 360 applications using XNA for .NET. Michael creates the scoring, end-game and menu systems and then deploys it to his XBox.Michael Cummings has over 15 years experience as a principal s... (more)
category: Screencast | clicked: 1 | comment | | source: www.dnrtv.com
tags: XNA, xbox 360, dnrTV, XBox
17
Shouts

Innovation Showcase : A Tour Through the Parallel Programming Samples for .NET 4

published 1196 days, 20 hours, 22 minutes ago posted by jbarnesjbarnes 1199 days, 9 hours, 17 minutes ago
Thursday, February 11, 2010 11:30:56 AM GMT Monday, February 08, 2010 10:36:22 PM GMT
08 February 2010 A Tour Through the Parallel Programming Samples for .NET 4 Now that the “Release Candidate” of Visual Studio 2010 and the NET 4.0 Framework is just around the corner – it’s time to get with the new economy and see how you can “Do More With Less” with the Parallel Extensions for the .NET Framework.  The Parallel Extensions team has recently released a plethora of samples on the MSDN Code Gallery that highlight aspects of the .NET Framework 4 that help with writing scalable and effi... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
8
Shouts

Life as a Microsoft Engineer : Quick Tips About ASP.NET MVC – Editor Templates

published 1197 days, 21 hours, 24 minutes ago posted by ali62bali62b 1199 days, 2 hours, 37 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 5:16:30 AM GMT
Quick Tips About ASP.NET MVC – Editor Templates In the last quick tip, I showed off how you can use the UIHint data annotation to specify a custom template for rendering of a particular field. An important part of that mechanism is the DisplayFor strongly-typed html helper that was introduced in ASP.NET MVC 2. As mentioned before, we can also use the EditorFor html helper to format the rendering of a field in an Edit view. In this example, we will use the model we created in the last tip: publicclassA... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC
9
Shouts

Yet another developer blog: 'Unobtrusive' asynchronous Form in ASP.NET MVC

published 1197 days, 21 hours, 24 minutes ago posted by ali62bali62b 1199 days, 2 hours, 48 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 5:05:04 AM GMT
I have already written how to create asynchronous form using jQuery Validation plugin, but I have made a few shortcuts in that sample. So this is the for some improvements. We will start with ViewModel class: public classAsynchronousFormViewModel: IDataErrorInfo {   #region Fields   privateIUsersRepository _usersRepository = null;   #endregion   #region Properties   public string UserName { get; set; }   public string Email { get; set; }   public string Password { get; set; }   publi... (more)
category: Web Dev | clicked: 0 | comment | | source: tpeczek.blogspot.com
tags: ASP.NET MVC, Validation, jQuery
11
Shouts

Visual Studio 2010 RC is available

published 1195 days, 20 hours, 1 minute ago posted by gpeipmangpeipman 1198 days, 22 hours, 19 minutes ago
Friday, February 12, 2010 11:52:09 AM GMT Tuesday, February 09, 2010 9:34:44 AM GMT
VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010, .NET Framework 4.0
3
Shouts

dotConnect Team’s Blog » Blog Archive » PostGIS and Entity Framework

published 1197 days, 21 hours, 24 minutes ago posted by DevartDevart 1198 days, 16 hours, 28 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 3:25:02 PM GMT
Introduction In this article we consider how to build Entity Framework models using PostGIS objects in Entity Developer. PostGIS is a popular spatial extension for PostgreSQL that gives one an opportunity to work with geographic objects. To create and use such models we will: use a .NET wrapper for PostGIS (SharpMap) build a new Entity C# code generation template in order to enable geometry types support write some code dealing with change tracking (more)
category: Architecture | clicked: 11 | comment | | source: www.devart.com
tags: Entity Framework, Database
3
Shouts

.NET CF and Windows Mobile Performance Best Practices

published 1197 days, 21 hours, 24 minutes ago posted by nightmannightman 1199 days, 5 hours, 31 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 2:22:24 AM GMT
The impact of performance is much more readily apparent in .NET Compact Framework applications. The mobile devices commonly have a CPU that is 10 times slower than your desktop CPU, and possibly up to 100 times less RAM than a desktop or server. In Agile or XP development, the mantra is often to ignore performance considerations until necessary – I don’t think you can apply that to .NET CF... (more)
category: Architecture | clicked: 0 | comment | | source: jsprunger.com
tags: Windows Mobile, Best Practices, C#, Performance, .NET CF
6
Shouts

The F# Survival Guide

published 1197 days, 21 hours, 24 minutes ago posted by KodefuGuruKodefuGuru 1199 days, 7 hours, 32 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT 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: How To | clicked: 31 | comment | | source: www.ctocorner.com
tags: Ebook, F#
9
Shouts

Mapping Relationships using Fluent nHibernate

published 1197 days, 21 hours, 24 minutes ago posted by KodefuGuruKodefuGuru 1199 days, 7 hours, 34 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT 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
8
Shouts

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

published 1197 days, 21 hours, 24 minutes ago posted by smourasmoura 1198 days, 20 hours, 38 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT 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: 0 | comment | | source: sweux.com
tags: TDD, CastleWindsor, Tips, rhinomocks
8
Shouts

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

published 1197 days, 21 hours, 24 minutes ago posted by smourasmoura 1198 days, 20 hours, 46 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT 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: 0 | comment | | source: smoura.com
tags: Windows7, Debug, VS2008, x64
Previous 1 2 3 4 5 6 7 8 9 10 ... 29 30 Next