MihirPatel
Name: MihirPatel
Score: 10,492.74
Last Seen: 949 days, 15 hours, 12 minutes ago
Member Since: 11 February, 2009
DotNetShoutout
atom rss
6
Shouts

Back to Basic - Writing meaningful, accessible and semantic markup in Html5 - Kazi Manzur Rashid

published 949 days, 15 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 950 days, 10 hours, 55 minutes ago
Monday, October 18, 2010 2:36:01 PM GMT Sunday, October 17, 2010 6:51:51 PM GMT
Unless you are living in a cave, I expect you heard Html5 and know that most of the modern browsers has the reasonable support to render html5 pages. In this post, I will take the tiny sample “Bakery” which comes with the Microsoft WebMatrix as a site template and truly upgrade it to html5. The reason I mentioned “trul... (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: semantic, ARIA, Markup, CSS, WebMatrix, html5
8
Shouts

Introduction to .NET 4.0 Workflow Services

published 958 days, 15 hours, 26 minutes ago posted by sonukapoorsonukapoor 961 days, 14 hours, 32 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Wednesday, October 06, 2010 3:14:45 PM GMT
In this article we will explore into one of the major features introduced in .Net 4.0, Workflow Services. Workflow Services let you define services where service operations are defined using workflow activities. (more)
category: Architecture | clicked: 3 | comment | | source: dotnetslackers.com
tags: Workflow 4.0
9
Shouts

Introducing NuPack Package Management for .NET Another piece of the Web Stack - Scott Hanselman

published 958 days, 15 hours, 26 minutes ago posted by jantujantu 960 days, 22 hours, 44 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 7:02:31 AM GMT
Microsoft's been filling out the Web Stack with more and more right-sized LEGO pieces lately, and today ScottGu announced the developer preview of NuPack. It's a piece of the stack that's been notably missing for years and after using it for a while now, I'm not sure how I lived without it. NuPack is a package management system for .NET. The goal of NuPack is to make the process of incorporating third party libraries into your solutions as simple as possible. Package Management itself is not a new con... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC 3 Beta, ASP .NET
6
Shouts

Silverlight Animation Class Diagram - Ning Zhang

published 960 days, 15 hours, 10 minutes ago posted by jantujantu 962 days, 18 hours, 33 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
8
Shouts

Andrew Brust Gets All BI On Us - DotNetRocks - Show #599

published 958 days, 15 hours, 26 minutes ago posted by jantujantu 961 days, 16 hours, 6 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Wednesday, October 06, 2010 1:40:50 PM GMT
Andrew Brust joins Carl and Richard on the .NET Rocks Live Weekend to talk a little Business Intelligence. The conversation also jumps to Windows Phone 7, Google Android and the Apple iPad. Andrew BrustAndrew J. Brust is the Chief of New Technology at 26 New York, a Microsoft Gold Certified Partner, where he works on strategy, evangelism and business development. Andrew has worked closely with Microsoft technologies since the early 90s and has worked in software development since the mid 80s. Andrew serv... (more)
category: Podcast | clicked: 1 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks
8
Shouts

TSQL Challenge 34 - Search for two keywords within the maximum distance of one word between them - TSQL Challenges

published 1038 days, 14 hours, 22 minutes ago posted by jacobsebastianjacobsebastian 1039 days, 2 hours, 26 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Wednesday, July 21, 2010 3:20:11 AM GMT
This challenge is all about searching for two keywords in a string with a maximum distance of 'one word' between them (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, tsql challenges, Puzzle, TSQL, challenge
8
Shouts

Model-First Design using ADO.NET Entity Framework 4.0

published 1038 days, 14 hours, 22 minutes ago posted by codegaincodegain 1039 days, 4 hours, 33 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Wednesday, July 21, 2010 1:13:27 AM GMT
In Model first approach, we will be creating the EDM, conceptual model, first with respect to the business, and keep evolute the EDM till it fits for the business and then generate the database schema based on the EDM. At least it makes easier to limit the huge changes. We will see the what limitations we have in this approach, everything comes with limitation ? We will be learning following 1. Create Empty Model. 2. EDM Designer. 3. Creating Entities. 4. Creating Associations and Relation (more)
category: Smart Client | clicked: 4 | comment | | source: www.codegain.com
tags: .NET, Design, ADO.NET, ADO.NET Framework, Entity
15
Shouts

ASP.NET MVC 2.0 and AJAX Part 2

published 1035 days, 12 hours, 35 minutes ago posted by sonukapoorsonukapoor 1038 days, 18 hours, 7 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Wednesday, July 21, 2010 11:39:53 AM GMT
In this article, we are going to look at how you can utilize AJAX in your views, and utilize a concept called unobtrusive JavaScript to take advantage of a variety of situations. ASP.NET MVC provides AJAX features very easily as we previously saw, but this comes with a caveat, and it has mostly to do with the planning of the implementation. We’re going to examine these concerns in this article. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: Ajax, MVC, ASP.NET
7
Shouts

Deploying an Azure Project using TFS 2010

published 1038 days, 14 hours, 22 minutes ago posted by JemmJemm 1044 days, 21 hours, 59 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Thursday, July 15, 2010 7:47:57 AM GMT
So, one of the biggest pains in any development is deployment. And when it comes to Azure, it is easy to deploy, but still is a very manual process. Also you need to deploy from your local Visual Studio which can be very problematic. So after going through this pain more than once, actually more like 30+ times, I got off of my butt and figured out how to deploy to azure from TFS 2010. (more)
category: How To | clicked: 1 | comment | | source: www.jimzimmerman.com
tags: Visual Studio, TFS, TFS2010, Azure
6
Shouts

Vb.Net Draw In Picturebox [ VB .Net Tutorial ]

posted by pons_saravananpons_saravanan 1045 days, 23 hours, 27 minutes ago
Wednesday, July 14, 2010 6:19:58 AM GMT
Drawing libraries in .Net ‘System.Drawing’ can be one of the fun working libraries for working on interesting tasks like imaging. This is loaded with a lot of features that can make the drawing and imaging activities much easier. Dealing with Bitmap I usually prefer to work ... (more)
category: Smart Client | clicked: 7 | comment | | source: www.vbnettutorial.net
4
Shouts

Using CeSetUserNotification to start a program in .NET CF

published 1038 days, 14 hours, 22 minutes ago posted by codegaincodegain 1042 days, 48 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Sunday, July 18, 2010 4:58:40 AM GMT
A few days ago I got a message from a developer that was trying to use CeRunAppAtTime to schedule an application to start up. As I had mentioned in a previous post instead of using this function one should use CeSetUserNotification since on more recent devices CeRunAppAtTime is not as reliable (more)
category: How To | clicked: 0 | comment | | source: www.codegain.com
tags: Windows Mobile, functions, .NET CF, CeSetUserNotification
8
Shouts

Rocking your SQL Source Control world with Red Gate

published 1038 days, 14 hours, 22 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 1040 days, 22 hours, 25 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Monday, July 19, 2010 7:21:54 AM GMT
.NET developers often don’t tend to version their database objects as it can be a very clunky approach. Red Gate has just given us SQL Source Control that makes the whole process dead easy. This blog post is a step-by-step review of how the product works and how it integrates into the existing work practices developers are familiar with. (more)
category: Data | clicked: 2 | comment | | source: www.troyhunt.com
7
Shouts

ScrewTurn Wiki - ASP.NET Wiki Software

published 1038 days, 14 hours, 22 minutes ago posted by solidstonesolidstone 1040 days, 19 hours, 37 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Monday, July 19, 2010 10:09:15 AM GMT
ScrewTurn Wiki - ASP.NET Wiki Software ScrewTurn Wiki allows you to create, manage and share wikis. A wiki is a collaboratively-edited, information-centered website: the most famous is Wikipedia. ScrewTurn Wiki can be extended and customized with plugins and themes. It can store data using a simple, built-in file-system provider or, if you need performance and scalability, it can use SQL Server. If you use Active Directory, you can integrate with that too. (more)
category: Web Dev | clicked: 1 | comment | | source: www.findbestopensource.com
tags: Wiki, OpenSource
10
Shouts

Building great Windows 7 apps with C++

published 1038 days, 14 hours, 22 minutes ago posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 1040 days, 13 hours, 57 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Monday, July 19, 2010 3:49:43 PM GMT
Jason Zander (GM, Visual Studio, Microsoft) gives a tour through some of Visual Studio 2010's new features, and how building great Windows 7 apps in C++ has never been easier. Jason looks at using animations, the new ribbon controls and how to build in touch screen support (more)
category: UX | clicked: 6 | comment | | source: www.developerfusion.com
tags: Ribbon, Windows 7, C++, Visual Studio
10
Shouts

Switching with non-constant cases in C#

published 1038 days, 14 hours, 22 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1040 days, 9 hours, 5 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Monday, July 19, 2010 8:41:18 PM GMT
Last week I came across a scenario where I wanted to switch over non-constants (aka variables), but while I was compiling I got Compiler Error CS0150 (A constant value is expected). This is one of those things I always forget. You can't use variables in your case statements because the C# compiler doesn't allow you to. It's very logical though, the compiler forces you to use constants because otherwise there is no way of knowing there are equal case statements. The scenario Let's say I have an ASP.... (more)
category: Web Dev | clicked: 4 | comment | | source: bit.ly
tags: C#, ASP.NET
8
Shouts

WebMatrix Tutorial – Getting Started

published 1038 days, 14 hours, 22 minutes ago posted by JudoJudo 1039 days, 23 hours, 15 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Tuesday, July 20, 2010 6:31:16 AM GMT
In this WebMatrix Tutorial we will look at getting started with using WebMatrix and look at the new ASP.NET Pages coding method.Introduction to WebMatrix WebMatrix is a fully integrated development environment for building ASP.NET web apps. Currently developing an ASP.NET web will require using Visual Studio, IIS and SQL Server Management Studio all of which complicated tools in their own right. WebMatrix is Microsoft’s attempt to integrate a coding tool, database development tool and web server admin t... (more)
category: Web Dev | clicked: 3 | comment | | source: www.aspnet101.com
tags: WebMatrix
10
Shouts

DotNetRocks - Show #577 - Catching up with Roy Osherove at NDC

published 1038 days, 14 hours, 22 minutes ago posted by rajuraju 1039 days, 10 hours, 8 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Tuesday, July 20, 2010 7:38:28 PM GMT
Roy Osherove talks about his experience moving his software company's build servers into the cloud. Recorded June 17th in the Fishbowl at the Norwegian Developer's Conference. (more)
category: Podcast | clicked: 2 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, developers
13
Shouts

Use Razor as ASP.NET MVC ViewEngine - Kazi Manzur Rashid

published 1048 days, 19 hours, 2 minutes ago posted by iftekharahmedamitiftekharahmedamit 1049 days, 20 hours, 49 minutes ago
Sunday, July 11, 2010 10:44:53 AM GMT Saturday, July 10, 2010 8:57:33 AM GMT
ince the release of Razor I could not manage time to give a deep dive into this new framework. Last night, I started to explore, the idea was to create ASP.NET MVC View Engine, yes I know the official version is coming up end of this month, but it will give me enough details of the Razor internals in the mean time. Part of the goal was to port the default AS... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, ViewEngine, Razor, MVC, ASP.NET
7
Shouts

Silverlight XAP Signing Certificate promotion from Thawte - Tim Heuer

published 1113 days, 16 hours, 46 minutes ago posted by jantujantu 1114 days, 11 hours, 19 minutes ago
Friday, May 07, 2010 1:00:09 PM GMT Thursday, May 06, 2010 6:27:24 PM GMT
The offers keep coming in! Another one of our key partners for testing XAP signing for trusted applications was Thawte. Their group helped provide us with valid certificates to verify their process and signing worked as expected (and verified) for Silverlight 4. Today I just got an email from their marketing department that they would like to offer Silverlight developers a discount on Thawte code-signing certificates to $89 for a 1-year…about 70% off their current rate. That’s pretty amazing of them ... (more)
category: Metro | clicked: 1 | comment | | source: timheuer.com
tags: RIA, Silverlight, Code Signing, riaservices, XAML, xapsign
9
Shouts

Whipped Together a Sample in ASP.NET MVC Archiving your contact form data - Joe Stagner

published 1113 days, 16 hours, 46 minutes ago posted by jantujantu 1114 days, 11 hours, 26 minutes ago
Friday, May 07, 2010 1:00:09 PM GMT Thursday, May 06, 2010 6:20:42 PM GMT
I store the email that comes from my blog contact form in folders and then search through them looking for trends periodically. It occurred to me that, while I need to get the emails because many of them are actionable, it would be great if I could use reporting and analysis tools against the collection.So I whipped together a sampl... (more)
category: How To | clicked: 1 | 4 comments | | source: misfitgeek.com
tags: blog, ASP.NET MVC, ASP.NET
Previous 1 2 3 4 5 6 7 8 9 10 ... 29 30 Next