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

Telerik ASP.NET MVC Grid Preview (Take 2) - Kazi Manzur Rashid

published 1271 days, 12 hours, 13 minutes ago posted by mithumithu 1272 days, 12 hours, 27 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 4:23:51 PM GMT
In the last post, I have shown you how you can extend the ASP.NET MVC2 templates and some of the issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid. One of the benefit of using those statements in our grid is, you can host any kind of component in an individual cell, obviously the first two components will be the DateTimePicker and NumericTextBox that we are going to include in our next release. One of the most requeste... (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Telerik, ASPNETMVC, Open Source, MVC, ASP.NET
10
Shouts

dnrTV - Show #159 - Adam Cogan on TFS and Visual Studio 2010 Part 1

published 1272 days, 9 hours, 6 minutes ago posted by mithumithu 1273 days, 23 hours, 26 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 5:25:40 AM GMT
Carl caught up with Adam Cogan at the PDC in Los Angeles. Adam gives us the 9 steps you need to deliver your product to your customer using TFS and Visual Studio 2010. (more)
category: Screencast | clicked: 3 | 1 comment | | source: www.dnrtv.com
tags: Visual Studio 2010, dnrTV, VS 2010, PDC, TFS
10
Shouts

Main Differences between ASP.NET 3.5 and ASP.NET 4.0 - Part 1 - C#, ASP.Net, VB.Net

published 1272 days, 9 hours, 6 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1274 days, 7 hours, 18 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:33:18 PM GMT
Main Differences between ASP.NET 3.5 and ASP.NET 4.0. (more)
category: Data | clicked: 3 | comment | | source: www.dotnetspark.com
tags: ASP.NET
9
Shouts

iTextSharp PDF rendering in a medium trust ASP.Net environment

published 1271 days, 12 hours, 13 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 1273 days, 16 hours, 47 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 12:04:26 PM GMT
Rendering a PDF for download or email is a very common task for an e-commerce website. One thing to consider when deciding on a PDF library for rendering is what environment the site is running in. Most ASP.Net shared hosting solutions will restrict their hosted sites to Medium trust to prevent a rogue site from peeking at other sites on the server. Medium trust environments can cause funny things to happen between the development environment and the production environment. By default the websites cr... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: instantdevelopment.blogspot.com
11
Shouts

ASP.NET Validation Controls - Conditionally validating

published 1272 days, 9 hours, 6 minutes ago posted by http://priyanonnet.com/http://priyanonnet.com/ 1274 days, 18 hours, 52 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:59:32 AM GMT
Using the server side Page.Validate() and Client Side PageClientValidate() , we can validate a group of controls conditionally. For eg. i just need to validate some fields only when a checkbox is checked. Both Page.Validate() and PageClientValidate() allows to pass a validation group , So we group a set of controls with a validation group and calls this validation functions in both client & server side only on the required validation condition (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.priyanonnet.com
tags: asp.net-validation-controls, ASP.NET
10
Shouts

SQL Server Service accounts

published 1271 days, 12 hours, 13 minutes ago posted by sqlarticlessqlarticles 1272 days, 19 hours, 25 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 9:26:47 AM GMT
Most entry level DBAs still have the confusion on what is a service account and which is the best to be used and when. This article will take you through that. Depending on the selection that you made while installing SQL Server, you will have the services installed in your server. (more)
category: Data | clicked: 1 | 1 comment | | source: www.sql-articles.com
tags: SQL Server, sqlarticles, service account
12
Shouts

Configuring Data Compression – SQL Server 2008 – Part 4

published 1272 days, 9 hours, 6 minutes ago posted by sqlarticlessqlarticles 1273 days, 23 hours, 44 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 5:07:31 AM GMT
In this article we are going to configure Data compression in SQL Server 2008. Configuring data compression is very easy with just an couple of steps. The steps are below Estimate the Compression Ratio (Optional) Configure Data Compression (more)
category: Data | clicked: 1 | 1 comment | | source: www.sql-articles.com
tags: data compression, sqlarticles, Compression
9
Shouts

HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!

published 1271 days, 12 hours, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1274 days, 4 hours, 17 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 12:34:36 AM GMT
Abstract: In this screencast Mohammad Azam will demonstrate how to perform validation using IDataErrorInfo interface. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: highoncoding.com
tags: ASPNETMVC
10
Shouts

Instant Development: Using an interface to reuse Linq queries

published 1271 days, 12 hours, 13 minutes ago posted by http://www.google.com/profiles/liam.davieshttp://www.google.com/profiles/liam.davies 1273 days, 16 hours, 36 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 12:14:49 PM GMT
I just read a post about convention based Linq querying and thought I would followup with an alternative method for implementation. One downside that I see with the implementation of building the expression tree is that the entity may not have an Id property. In this case I would definitely want to see a compile error rather than runtime. So a simple solution may be to decorate the entities with a marker interface and the place the constraint on the extension method generic, such as public i... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: instantdevelopment.blogspot.com
tags: Linq
10
Shouts

Daily tech links for .net and related technologies - November 28-30, 2009 - Sanjeev Agarwal

published 1271 days, 12 hours, 13 minutes ago posted by sanjeevanasanjeevana 1272 days, 20 hours, 33 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 8:18:16 AM GMT
Web Development Main Differences between ASP.NET 3.5 and ASP.NET 4.0 - Part 1 - C#, ASP.Net, VB.Net Paging Records Sucks – Use jQuery to Scroll Just In Time Handling Exceptions in ASP.Net MVC 1 Using jQuery Grid With ASP.NET MVC Creating an ASP.NET MVC View by Calling Multiple Actions Using Facebook Connect with ASP.NET MVC and the Facebook Developer Toolkit 3 Binding Installed fonts in dropdownlist using LINQ Extending ASP.NET MVC 2 Templates ASP.NET MVC Application Using IDataErrorInfo Interfac... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: SQL, Web Service, Architecture, Ajax, WCF, ASP.NET
8
Shouts

siaqodb-object database for .NET, Mono and Silverlight

published 1271 days, 12 hours, 13 minutes ago posted by siaqodb_usersiaqodb_user 1273 days, 12 hours, 13 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Saturday, November 28, 2009 4:38:20 PM GMT
Why another database management system? Well… there are many reasons that current Object Databases available on the market are not wide-adopted but one of the simple answer is because performance; even almost all vendors of Object Databases is saying the performance is much higher the any Relational Databases is not always like that and I will try to make a simple example. Suppose we have typical one-to-many scenario and we will involve 2 entities as example: Product and Category. Each prod... (more)
category: Metro | clicked: 4 | 1 comment | | source: siaqodb.com
tags: silverlight database, object database, mono database, linq database
9
Shouts

VB .Net ListView [ VB .Net Tutorial ]

published 1271 days, 12 hours, 13 minutes ago posted by pons_saravananpons_saravanan 1272 days, 13 hours, 57 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 2:54:28 PM GMT
VB .Net ListView ASP. Net ListView DataBinding For presenting data in list form, we have several options in Asp.Net like ListView, DataList, Repeater, GridView, DropDownList, etc... Since we have a variety of controls to choose from, the control can be selected based on specific requirements. For e.g. single column with single selection the... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: vbnettutorial.net
9
Shouts

A brief explanation of search engine optimisation

published 1271 days, 12 hours, 13 minutes ago posted by axelnovelaxelnovel 1272 days, 20 hours, 41 minutes ago
Monday, November 30, 2009 4:38:20 PM GMT Sunday, November 29, 2009 8:09:52 AM GMT
Search engine optimisation is vital for any business that wants to be successful online. SEO is a process used by businesses and SEO companies in order to achieve higher rankings in the major search engines. (more)
category: Smart Client | clicked: 3 | 1 comment | | source: www.seoconsult.com.au
9
Shouts

Parallel For Loop - Coding N Design

published 1272 days, 9 hours, 6 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1273 days, 15 hours, 35 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Saturday, November 28, 2009 1:16:06 PM GMT
In my earlier post on Parallel Programming I have explained about Task and Data Parallelism.In this post we will go into a little more deep into the API and discuss about Parallel For loop in .NET Framework 4.0.The static method For of class System.Threading.Tasks.Parallel class allows us to execute for loops where several iterations might run in parallel.There are couple of ov... (more)
category: How To | clicked: 3 | 1 comment | | source: codingndesign.com
9
Shouts

Casts using “as” (Pitfalls and Best Practices to Prevent Them #5)

published 1272 days, 9 hours, 6 minutes ago posted by winSharp93winSharp93 1274 days, 12 hours, 35 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 4:15:56 PM GMT
Well – “as” is faster to type than a “real” cast using two brackets and has the same result. Really? (more)
category: How To | clicked: 1 | comment | | source: winsharp93.wordpress.com
tags: Pitfalls, C#, casting, As, Debugging, Codingstyle
10
Shouts

TSQL Challenge 1

published 1272 days, 9 hours, 6 minutes ago posted by vijipillaivijipillai 1274 days, 14 hours, 51 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 2:00:21 PM GMT
This is a challenge to write a TSQL query that can run on SQL Server 2000, 2005 and 2008 and transforms the data in a table to a custom shape. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
10
Shouts

Shawn Wildermuth - Silverlight 4's Printing Support

published 1272 days, 9 hours, 6 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1274 days, 9 hours, 49 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 7:02:08 PM GMT
As i've discussed with a number of my customers (with apologies to Siebrand) I never thought we needed printing. Printing on the Internet has a durable solution especially when it comes to to line-of-business applications: PDF. There are a plethora of report writing solutions that work and so using XAML to print has always been an unnecessary feature to me. But as most of you know the Silverlight team ig... (more)
category: Metro | clicked: 0 | 1 comment | | source: wildermuth.com
tags: Silverlight 4 Beta, Silverlight 4
10
Shouts

Moses' Blog | KiGG Design And Architecture – Part 2 Project Structure

published 1272 days, 9 hours, 6 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1274 days, 7 hours, 24 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 9:27:37 PM GMT
Introduction In part 1 I talked about KiGG high level architecture. In this part I am going to talk about KiGG project structure and summarize the purpose of each project in the solution. I’ll not go into deep details of each project. I’ll save that for some other posts, just be patient with me and stay tuned. Project Structure At the time of writing this post, KiGG consist of 7 projects plus unit test projects which I am not going to cover in this post. (more)
category: Architecture | clicked: 3 | 1 comment | | source: mosesofegypt.net
tags: Software Design, DotNetShoutout, KiGG
10
Shouts

WCF (ADO.NET) Data Services At-a-Glance

published 1272 days, 9 hours, 6 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1274 days, 8 hours, 37 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 8:14:36 PM GMT
Today, data tends to exist in horizontal or vertical silos: it can be shared within a particular environment but often becomes difficult to use beyond its original intent. As systems continue to become more interconnected, the need to reuse information grows, and data becomes more valuable the more it can be shared. The “silo effect”, which makes it difficult for consumers who weren’t originally envisioned to access the data, becomes increasingly painful. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: msdn.microsoft.com
tags: ADO.NET Data Services, Data Services, DataServices, WCF
11
Shouts

Binding Installed fonts in dropdownlist using LINQ

published 1272 days, 9 hours, 6 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1274 days, 11 hours, 48 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 5:03:42 PM GMT
In this blog I will give you snippet code which fetches installed font in dropdownlist in .NET using both C# and VB.NET. Start with creating a new website using asp.net C# and VB.NET. Drag a dropdownlist from toolbox into web page. Here is markup: (more)
category: Web Dev | clicked: 3 | 1 comment | | source: code2code.info
tags: Linq
Previous 1 2 ... 21 22 23 24 25 26 27 28 29 30 Next