jch0001
Name: jch0001
Score: 5,661.13
Last Seen: 119 days, 2 hours, 56 minutes ago
Member Since: 6 February, 2009
DotNetShoutout
atom rss
8
Shouts

Visual Studio VB 2010 Enhancements

published 1035 days, 18 hours, 15 minutes ago posted by himanethimanet 1037 days, 19 hours, 53 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Thursday, July 22, 2010 3:33:05 PM GMT
Av rating: Total votes: 42 Total comments: 11  send to a friend  printer friendly version Visual Studio VB 2010 Enhancements14 July 2010by Hima Bindu Vejella The latest evolution of VB in Visual Studio will bring with it a bundle of C# functionality, nudging the two languages even closer together. To ensure we're ready to make the most of these enhancements, Hima Vejella takes us through each new feature.Introduction The constant debate between C# and VB developers over ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.simple-talk.com
tags: VS2010, VS2010 Language enhancements
15
Shouts

ASP.NET MVC 2.0 and AJAX Part 2

published 1035 days, 18 hours, 15 minutes ago posted by sonukapoorsonukapoor 1038 days, 23 hours, 46 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
5
Shouts

All about validation in ASP.NET : The CodeGain

published 1034 days, 20 hours, 16 minutes ago posted by codegaincodegain 1035 days, 19 hours, 26 minutes ago
Sunday, July 25, 2010 3:10:01 PM GMT Saturday, July 24, 2010 3:59:48 PM GMT
This article shows how to defeat the obstacles imposed by the ASP.NET validation system. Client-side control of validation is the main interest of this article, and the solution's core is JavaScript code. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: Validation, Validation Controls
5
Shouts

Interactive ToolTip using Visual Studio 2010 Productivity Power Tool

published 1034 days, 20 hours, 16 minutes ago posted by dotnetfundadotnetfunda 1035 days, 8 hours, 47 minutes ago
Sunday, July 25, 2010 3:10:01 PM GMT Sunday, July 25, 2010 2:38:51 AM GMT
Visual Studio 2010 Productivity Power Tool is a set of extensions for Visual Studio 2010 Professional and above versions which actually improves productivity of developers. In this Tips & Trick, I will show you one nice extension behavior named “Interactive Tooltip”, which will make your development life easier. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Visual Studio 10
10
Shouts

Having some fun with the ListView control in ASP.NET - .NET Development - Gal Ratner

published 1033 days, 1 hour, 34 minutes ago posted by galratnergalratner 1035 days, 7 hours, 52 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Sunday, July 25, 2010 3:34:14 AM GMT
The ListView control is a natural progression of the GridView. It displays data by using user-defined templates instead of row fields, allowing for layout flexibility.  Paging, sorting, inserting and editing records are all built into a ListView, and, can be greatly manipulated both in the layout and functionality. Let’s look at some cool features we can implement on our own ListView. For the sake of this article I have created a basic ListView that has an ObjectDataSource along with an in memory list o... (more)
category: Web Dev | clicked: 4 | comment | | source: galratner.com
tags: listview, ASP .NET
9
Shouts

Adding And Editing Data In ASP.NET Web Pages

published 1033 days, 1 hour, 34 minutes ago posted by MikesdotnettingMikesdotnetting 1035 days, 2 hours, 32 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Sunday, July 25, 2010 8:54:39 AM GMT
Adding And Editing Data In ASP.NET Web Pages   In the first of my WebMatrix articles, I mentioned that entering data via the database design forms is a bit of a pain. I also promised to look at editing data via a web page at some stage. This article keeps that promise, and looks at adding data too.   Actually, I'll look at adding data first. To add a new book to the database, we need to provide a title, ISBN number, description and we need to add an author and category. The book will ac... (more)
category: Web Dev | clicked: 0 | comment | | source: www.mikesdotnetting.com
tags: asp net web pages, Razor, WebMatrix
10
Shouts

ASP.NET MVC: Using dynamic type to test controller actions returning JsonResult

published 1033 days, 1 hour, 34 minutes ago posted by gpeipmangpeipman 1035 days, 22 hours, 54 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Saturday, July 24, 2010 12:32:37 PM GMT
I wrote unit tests for my ASP.NET MVC application that uses some jQuery AJAX-components. These components load data from server in JSON format. I needed to write tests for these methods to make sure that correct data is returned to client. In this posting I will show you how to use dynamic type to test JSON-based action results and therefore avoid creating DTO classes. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, JSON, Testing
12
Shouts

ASP.NET MVC 2.0 and ADO.NET Entity Framework - Part 1

published 1033 days, 1 hour, 34 minutes ago posted by sonukapoorsonukapoor 1036 days, 23 hours, 33 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Friday, July 23, 2010 11:53:05 AM GMT
In this article, we'll examine using the ADO.NET Entity Framework (ADO.NET EF). The 4.0 version has received some major upgrades, with some major API enhancements and fixes for most of the pain points within the designer. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ADO.NET, entity framework 4.0, ASP.NET
5
Shouts

When it Comes to Asp.Net: CSS- Bubble Tool Tip

published 1031 days, 22 hours, 21 minutes ago posted by ashishsarda99ashishsarda99 1033 days, 4 hours, 18 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 7:08:30 AM GMT
Share| Very simple to use bubble tool tip, easy to implement. I got this code some time back, during my initial phase of web development. In the body tag put following code This code is very easy to understand, check style tag and download following images and change the paths accordingly in style tag. Download Demo Code here --> Bubble Note.zip (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: JavaScript, Tool Tip, CSS, HTML, ASP.NET
8
Shouts

Introducing ASP.NET MVC 3 (Preview 1) - ScottGu's Blog

published 1031 days, 22 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 1032 days, 16 hours, 24 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 7:01:54 PM GMT
This morning we posted the “Preview 1” release of ASP.NET MVC 3.  You can download it here. We’ve used an iterative development approach from the very beginning of the ASP.NET MVC project, and deliver regular preview drops throughout the development cycle.  Our goal with early preview releases like the one today is to get feedback – both on what you like/dislike, and what you find missing/incomplete.  This feedback is super valuable – and ultimately makes the final product much, much better.ASP.NET MVC ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, .NET, asp.netmvc, Visual Studio, Community News, MVC, ASP.NET
9
Shouts

ASP.NET MVC 3: Using HttpNotFoundResult action result

published 1031 days, 22 hours, 21 minutes ago posted by gpeipmangpeipman 1032 days, 17 hours, 8 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 6:18:43 PM GMT
ASP.NET MVC 3: Using HttpNotFoundResult action result ASP.NET MVC 3 introduces some new action results like HttpNotFoundResult that you can use to let browser know that resource was not found. In this posting I will show you how to use HttpNotFoundResult in real-world applications. (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
7
Shouts

ASP.NET MVC 3: Using multiple view engines in same project

published 1030 days, 21 hours, 18 minutes ago posted by gpeipmangpeipman 1031 days, 2 hours, 50 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Thursday, July 29, 2010 8:36:35 AM GMT
One of nice features of ASP.NET MVC 3 is support for multiple view engines. There will be two out-of-box view engines: one for classic ASPX-based views and one for Razor-based views. In this posting I will show you this new feature and demonstrate how to use different view engine in same project. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
7
Shouts

Magic Page Names in ASP.NET WebPages - Matthew M. Osborn

published 1030 days, 21 hours, 18 minutes ago posted by NickolayNickolay 1031 days, 18 hours, 41 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Wednesday, July 28, 2010 4:45:35 PM GMT
One of the features in ASP.NET WebPages that is super powerful yet super simple is the “magic names” you can give to a page that make that page behave differently. Unfortunately the feature isn’t really called “magic names” (That would be way too cool!). Instead they are broken down into the two variations, Start pages and Init Pages. You may have seen these pages used before in other posts (I used one in my SimpleMembership post) or maybe even covered in one of the tutorials. I just figured that I would... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.osbornm.com
tags: ASP.NET
5
Shouts

ASP .NET MVC 3 Preview

published 1030 days, 21 hours, 18 minutes ago posted by mikeukmikeuk 1031 days, 20 hours, 57 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Wednesday, July 28, 2010 2:29:20 PM GMT
A preview of version 3 of the ASP .NET MVC framework is available before programmers have had time to settle in with version 2. Microsoft seems to be serious about making MVC the way to do ASP. (more)
category: Web Dev | clicked: 0 | comment | | source: www.i-programmer.info
tags: MVC
11
Shouts

ASP.NET MVC 3 Preview 1 is released!

published 1030 days, 21 hours, 18 minutes ago posted by gpeipmangpeipman 1032 days, 17 hours, 23 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Tuesday, July 27, 2010 6:03:34 PM GMT
ASP.NET MVC 3 Preview 1 is launced and available for download. There are many cool features and I strongly suggest you to try the new version out. In this posting I will give you quick overview about what’s new in ASP.NET MVC 3. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
7
Shouts

ServerInfo - Easily scan a Machine/Server Farm for Information - New OSS Project

published 1030 days, 21 hours, 18 minutes ago posted by naspinskinaspinski 1031 days, 22 hours, 19 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Wednesday, July 28, 2010 1:07:02 PM GMT
More than once I have been asked what databases are on what server, if server X is running application Y or what websites server ABC is running. These are are relatively simple things to accomplish, and there are tools available to get this information, but this is an extremely simple and portable solution - all the data is kept in xml, so there is no need to install a backend. All that it is required to get all this information is to enter ip addresses... (more)
category: Web Dev | clicked: 0 | comment | | source: naspinski.net
tags: C#, ASP.NET MVC 2, Open Source
11
Shouts

ASP.NET MVC 3: Using HttpStatusCodeResult

published 1029 days, 23 hours, 25 minutes ago posted by gpeipmangpeipman 1032 days, 2 hours, 35 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Wednesday, July 28, 2010 8:50:52 AM GMT
ASP.NET MVC 3 also introduces new action result HttpStatusCodeResult. This action result provides you way how to specify HTTP status code and status description in your controllers. In this posting I will show you how to use HttpStatusCodeResult in your real-world applications providing meaningful status code for products that were online once but are now gone and we don’t expect them to be back in future. (more)
category: Web Dev | clicked: 7 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, SEO
10
Shouts

ASP.NET MVC 3 Preview 1 Released – Channel 9 Video and Hanselminutes Podcast 224, Oh My! - Scott Hanselman

published 1029 days, 23 hours, 25 minutes ago posted by StevesSteves 1031 days, 19 hours, 45 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Wednesday, July 28, 2010 3:41:44 PM GMT
Phil and friends released ASP.NET MVC 3 Preview 1 today. I snuck into the office of Phil Haack and Morgan the Canadian Intern to talk about the release of ASP.NET MVC 3 Preview 1 and some of the cool "futures" stuff that Morgan (and our fleet of interns) is working on. This video isn't only about MVC as Morgan's working on some cool CSS Sprites stuff that works nicely in WebForms that you should check out as well. Also, my two-hundred-and-twenty-fourth podcast is up and I talk more in depth with, yes,... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, ASP.NET MVC 3 Preview 1, MVC, ASP.NET
11
Shouts

ASP.NET MVC 3: Creating HttpStatusCodeResult with view based body

published 1029 days, 23 hours, 25 minutes ago posted by gpeipmangpeipman 1031 days, 23 hours, 42 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Wednesday, July 28, 2010 11:43:55 AM GMT
My last posts described new action results in ASP.NET MVC 3 – HttpNotFoundResult and HttpStatusCodeResult. Unfortunately these result have no body to send to client but there are times we need it to inform our visitor about problems the way that we don’t go out of information context where visitor is. In this example I will show you how to write your own HttpStatusCodeResult that has also body. (more)
category: Web Dev | clicked: 5 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC
7
Shouts

Migrating ASP.NET MVC 2 applications to ASP.NET MVC 3 Preview 1 - Eilon Lipton

published 1029 days, 23 hours, 25 minutes ago posted by iftekharahmedamitiftekharahmedamit 1030 days, 17 hours, 40 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Thursday, July 29, 2010 5:46:21 PM GMT
ASP.NET MVC 3 Preview 1 has just been released! More info on ScottGu's blog. Download ASP.NET MVC 3 Preview 1! I just finished up a preview of my ASP.NET MVC application conversion tool to support conversions from ASP.NET MVC 2 to ASP.NET MVC 3. The previous version of the app that converted from ASP.NET MVC 1.0 to ASP.NET MVC 2 is available here. Download The app is a single executable: Download MvcAppConv... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, ASP.NET MVC 2, ASP.NET MVC 3 Preview 1, MVC, ASP.NET