DotNetShoutout - Latest published stories in ASP.NET
4
shouts

ASP.NET4 - Working with URL Routing | syntaxhelp.com

published 6 hours, 56 minutes ago posted by himanethimanet 1 day, 4 hours, 2 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 3:35:44 PM GMT
SQL ServerASP.NETSQL Azure with ASP Dot NetASP.NET - Working with Request ObjectASP.NET - Working with Response ObjectASP.NET - Working with Page Attributes ASP.NET - Send Email in C#.NETASP.NET - Configuration SettingsASP.NET - Encryption using Forms Authentication ASP.NET - Working with CacheASP.NET - Working with Connection String Encryption and Decryption in Web.Config ASP.NET - Working with Controls -Resetting Form ControlsASP.NET - Working with GridView ASP.NET4 SEO FeaturesASP.NET4 - Working ... (more)
category: ASP.NET | clicked: 42 | comment | | source: syntaxhelp.com
tags: ASP.NET4. urlRouting
6
shouts

C# Bits: A Slightly Improved Password Field Template

published 6 hours, 56 minutes ago posted by KhaledKhaled 19 hours, 14 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Thursday, March 18, 2010 12:23:08 AM GMT
I know my previous password field template was just about functional, so I have improved it slightly now you will have to enter the password twice in password mode and they will have to match. And in Read-Only mode it just displays ** or as many ‘*’ as you like. Listing 1 - Password.ascx page and the code behind is even less interesting.<%@ Control Language="C#" CodeFile="PasswordEdit.ascx.cs" Inherits="PasswordEditField" %> Listing 2 – Password_Edit.ascx Fig... (more)
category: ASP.NET | clicked: 30 | comment | | source: csharpbits.notaclue.net
4
shouts

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

published 6 hours, 56 minutes ago posted by KhaledKhaled 22 hours, 13 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 9:24:30 PM GMT
Uploading files to a server is a common operation of many websites. In this article we will focus on how to upload image files using ASP.NET MVC Framework and display the images using our custom Image HtmlHelper. (more)
category: ASP.NET | clicked: 28 | comment | | source: www.highoncoding.com
6
shouts

Inside the ASP.NET MVC Controller Factory

published 6 hours, 56 minutes ago posted by sonukapoorsonukapoor 1 day, 19 hours, 40 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 11:56:57 PM GMT
In this article, I'll go through the process of customizing the controller factory to show that the controller name doesn't necessarily result from a token contained in the URL. (more)
category: ASP.NET | clicked: 45 | comment | | source: dotnetslackers.com
tags: ASP.NET, factory, MVC
5
shouts

Test sending email on Localhost in ASP.NET: The SMTP server alternative

published 6 hours, 56 minutes ago posted by ScioJimScioJim 2 days, 17 hours, 4 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 2:33:15 AM GMT
This article describes an alternative to setting up a localhost SMTP server to test email functionality of an ASP.NET project, by saving the email to disk. The Specified Pickup Directory method is quick to implement, works well with multipage production code, and makes the project easily transferable to others. (more)
category: ASP.NET | clicked: 51 | comment | | source: blogs.sciosoft.com
tags: ASP.NET, Email, localhost, SMTP, specified pickup directory, Test, web development, web.config
5
shouts

T4MVC Add-In to auto run template

published 1 day, 7 hours, 43 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0 1 day, 19 hours, 22 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Wednesday, March 17, 2010 12:14:57 AM GMT
T4MVC is a fantastic solution to avoid 'Magic Strings' in ASP.NET MVC.   Thanks to David Ebbo for this contribution which has made its way to MVCContrib.   Must keep T4 template open and save it once.This has been the only negative thing about the template.  I thought about writing an Add-In for VS to do this and even taked to David about doing it.  Well, his latest post has inspired me to write one.  I took my dot net less plug in and ripped nearly everything out of it, threw in about 5 lines of new ... (more)
category: ASP.NET | clicked: 42 | comment | | source: blog.waynebrantley.com
tags: ASP.NET, MVC, MVC 2, T4, T4MVC
4
shouts

Advanced donut caching: using dynamically loaded controls

published 1 day, 7 hours, 43 minutes ago posted by gpeipmangpeipman 1 day, 18 hours, 33 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Wednesday, March 17, 2010 1:04:28 AM GMT
Yesterday I solved one caching problem with local community portal. I enabled output cache on SharePoint Server 2007 to make site faster. Although caching works fine I needed to do some additional work because there are some controls that show different content to different users. In this example I will show you how to use “donut caching” with user controls – powerful way to drive some content around cache. (more)
category: ASP.NET | clicked: 11 | comment | | source: weblogs.asp.net
tags: ASP.NET, Caching
4
shouts

.NET - What's New in ASP.NET 4.0 – Better ViewState Control

published 1 day, 7 hours, 43 minutes ago posted by KhaledKhaled 1 day, 22 hours, 30 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 9:07:42 PM GMT
In ASP.NET 2.0/3.5, you could disable ViewState for individual controls. However what you could not do is disable ViewState at a Page level and then enable it individually for controls on that page that require it. ASP.NET 4.0 changes that and gives more control to developers. (more)
category: ASP.NET | clicked: 25 | comment | | source: www.dotnetcurry.com
4
shouts

Beginners Guide’s to ASP.NET MVC Framework – Part 1 of n

published 1 day, 7 hours, 43 minutes ago posted by KhaledKhaled 1 day, 22 hours, 28 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 9:09:47 PM GMT
This article is the Part 1 of the ASP.NET MVC Framework series. In this article I have describes very basic over view of MVC Framework and the control flow of MVC. I will write a few articles in this series which will help all the beginners to move ahead. This article is only about what MVC is. (more)
category: ASP.NET | clicked: 25 | comment | | source: www.dotnetfunda.com
4
shouts

ASP.NET.4GuysFromRolla.com: Displaying Multimedia Content In A Floating Window Using FancyBox

published 1 day, 7 hours, 43 minutes ago posted by KhaledKhaled 1 day, 22 hours, 24 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 9:13:19 PM GMT
While surfing the web you may have come across websites with images and other multimedia content that, when clicked, were displayed in a floating window that hovered above the web page. Perhaps it was a page that showed a series of thumbnail images of products for sale, where clicking on a thumbnail displayed the full sized image in a floating window, dimming out the web page behind it. Have you ever wondered how this was accomplished or whether you could add such functionality to your ASP.NET website? (more)
category: ASP.NET | clicked: 16 | comment | | source: www.4guysfromrolla.com
5
shouts

Deran Schilling, Learner: Drag & Drop with MVC & jQuery AJAX

published 2 days, 6 hours, 17 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 2 days, 14 hours, 49 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Tuesday, March 16, 2010 4:48:45 AM GMT
So my wife decided she’d like her clients to be able to order prints off her website via some type of code. Well I thought I’d start with the fun part. The selection of pictures being drug over to a cart of some sort. I’ve never used anything like this and thought it’d be fun to learn. (more)
category: ASP.NET | clicked: 35 | comment | | source: derans.blogspot.com
tags: ASP.NET MVC, jQuery
5
shouts

.NET Framework/ASP.NET/C# Development Ultimate Learning Resources (Tutorials for Beginners to Advanced) | {Programming} & Life

published 3 days, 7 hours, 41 minutes ago posted by http://grahamoneale.myvidoop.com/http://grahamoneale.myvidoop.com/ 3 days, 13 hours, 57 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Monday, March 15, 2010 5:40:44 AM GMT
Today I am taking a few minutes time-out to share some links with you I found for a friend today who wished to start out learning ASP.NET web development. I’m sharing them because I was absolutely astonished at how hard it was to find any decent, rich tutorial resources on the topic of ASP.NET and C# development. Many of the top ranking links on Google I felt did not either start at the right place, were too complicated for beginners or was missing information, but more so I wanted to hand on a single ... (more)
category: ASP.NET | clicked: 56 | 1 comment | | source: goneale.com
tags: .NET, ASP.NET, C#
5
shouts

Implementing missing_method with C# dynamic - Part 2

published 3 days, 7 hours, 41 minutes ago posted by joel_holderjoel_holder 3 days, 22 hours, 36 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 9:01:37 PM GMT
In my previous post, Implementing missingmethod with C# dynamic - Part 1, I demonstrated a simple approach to plugging a missingmethod call routing seam into a DynamicObject.  Here I'll take it a step further to implement a generic missingmethod function capable of passing any call forward to a forwarding context object.  Note that I do not have to define the missingmethod in the calling code; its now automatically setup for me in DynamicObj... (more)
category: ASP.NET | clicked: 56 | comment | | source: uberpwn.spaces.live.com
8
shouts

Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC - Shiju Varghese's Blog

published 3 days, 7 hours, 41 minutes ago posted by ali62bali62b 4 days, 11 hours, 43 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 7:54:08 AM GMT
Visual Studio 2010 RC is built against the ASP.NET MVC 2 RC version but you can easily install ASP.NET MVC 2 RTM on the Visual Studio 2010 RC. For installing ASP.NET MVC 2 RTM, do the following steps Uninstall "ASP.NET MVC 2 ". Uninstall "Microsoft ASP.NET MVC 2 – Visual Studio 2008 Tools" If you have previously installed  ASP.NET MVC 2 template for VS 2008. Install the new ASP.NET MVC 2 RTM version for Visual Studio 2008 SP1. The above steps will enable you to use ASP.NET MVC 2 RTM version on the Visu... (more)
category: ASP.NET | clicked: 39 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2, Visual Studio 2010
8
shouts

Code clarity: C# renderer for jQuery DataTables

published 3 days, 7 hours, 41 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 5 days, 16 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 7:21:39 PM GMT
DataTables is an excellent plugin for the jQuery javascript library to extend HTML table with advanced functionality. I like to use it in projects, but (may be it is strange for someone) I don't like lot's of raw JavaScript code in aspx\ascx pages. Some code I extract from page and write it using Script# - another excellent tool. But some code needs to be on a page for some reasons. In such cases I prefer to use a "renderer" - set of strong typed C# classes that renders needed JavaScript to the page. ... (more)
category: ASP.NET | clicked: 52 | comment | | source: code-clarity.blogspot.com
8
shouts

ASP.NET : Difference between Server.Transfer and response.Redirect

published 3 days, 7 hours, 41 minutes ago posted by nandipnandip 5 days, 16 hours, 59 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 2:37:51 AM GMT
Response.Redirect sends message to the browser saying it to move to some different page, while server.transfer does not send any message to the browser but rather redirects the user directly from the server itself. So in server.transfer there is no round trip while response.redirect has a round trip and .... (more)
category: ASP.NET | clicked: 42 | comment | | source: dotnetexpertguide.blogspot.com
tags: ASP.NET
7
shouts

.NET - SQL Cache Dependency with SQL Server, LINQ and ASP.NET 3.5

published 3 days, 7 hours, 41 minutes ago posted by KhaledKhaled 5 days, 18 hours, 43 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:53:51 AM GMT
Whenever I think of performance with ASP.NET, the first thing that comes to mind is caching. Simply put caching is an in memory storage of objects that enables the application to read and write data to memory. (more)
category: ASP.NET | clicked: 40 | comment | | source: www.dotnetcurry.com
13
shouts

ASP.NET MVC 2 Released - ScottGu's Blog

published 4 days, 6 hours, 48 minutes ago posted by mithumithu 6 days, 8 hours, 57 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:40:08 AM GMT
I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5.  You can download and install it from the following locations: Download ASP.NET MVC 2 using the Microsoft Web Platform InstallerDownload ASP.NET MVC 2 from the Download Center The final release of VS 2010 and Visual Web Developer 2010 will have ASP.NET MVC 2 built-in – so you won’t need an additional install in order to use ASP.NET MVC 2 with them.  ASP.NET MVC 2... (more)
category: ASP.NET | clicked: 108 | 1 comment | | source: weblogs.asp.net
tags: ASP .NET, ASP .NET MVC 2, MVC, ScottGu, Visual Studio
12
shouts

Angle Bracket Percent : T4MVC 2.6.13: now officially in MvcContrib, with a few new features - David Ebbo's blog

published 4 days, 6 hours, 48 minutes ago posted by mithumithu 6 days, 8 hours, 51 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:46:14 AM GMT
A few weeks back, we announced (mostly on Twitter) that T4MVC was moving into the MvcContrib Codeplex project.  I didn’t say much about it at the time because there wasn’t a whole lot to say yet, in the sense that the move had not actually happened.  MvcContrib was transitioning from github to Mercurial, and since I wasn’t familiar with either one, I figured I’... (more)
category: ASP.NET | clicked: 39 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4, T4MVC, Twiiter
6
shouts

Helper class to dynamically modify the Location configuration element - Anas Ghanem

published 4 days, 6 hours, 48 minutes ago posted by aghanemaghanem 5 days, 21 hours, 21 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:16:25 PM GMT
Saturday, March 13, 2010 12:09 AM anas Helper class to dynamically modify the Location configuration element The location element is used to restrict user or role access on a specific path.The path could be a folder,aspx page,ashx,axd or any other file that is handled by ASP.NET runtime. In most cases, you use that element declarativley in the web.config file of your website.In this case, you are declaratively telling the ASP.NET runtime and... (more)
category: ASP.NET | clicked: 29 | comment | | source: weblogs.asp.net
Previous 1 2 3 4 5 6 7 8 9 10 ... 89 90 Next