DotNetShoutout - Stories tagged with ASP.NET
6
shouts

Maintaining shared service in ASP.NET MVC Application - Kazi Manzur Rashid

posted by jantujantu 12 hours, 15 minutes ago
Thursday, March 18, 2010 3:22:49 PM GMT
Depending on the application sometimes we have to maintain some shared service throughout our application. Let’s say you are developing a multi-blog supported blog engine where both the controller and view must know the currently visiting blog, it’s setting , user information and url generation service. In this post, I will show you how yo... (more)
category: ASP.NET | clicked: 8 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, Aspnetmvcextensibility, MVC
4
shouts

Advanced donut caching: using dynamically loaded controls

published 1 day, 15 hours, 44 minutes ago posted by gpeipmangpeipman 2 days, 2 hours, 34 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
5
shouts

T4MVC Add-In to auto run template

published 1 day, 15 hours, 44 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0 2 days, 3 hours, 23 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
7
shouts

Inside the ASP.NET MVC Controller Factory

published 14 hours, 57 minutes ago posted by sonukapoorsonukapoor 2 days, 3 hours, 41 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: 46 | comment | | source: dotnetslackers.com
tags: ASP.NET, factory, MVC
6
shouts

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

published 14 hours, 57 minutes ago posted by ScioJimScioJim 3 days, 1 hour, 5 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

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

published 3 days, 15 hours, 42 minutes ago posted by http://grahamoneale.myvidoop.com/http://grahamoneale.myvidoop.com/ 3 days, 21 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#
8
shouts

Angle Bracket Percent : A better way to auto-run T4MVC when you build - David Ebbo's blog

published 4 days, 14 hours, 49 minutes ago posted by mithumithu 5 days, 7 hours, 45 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 7:52:47 PM GMT
T4MVC has always struggled with finding the right way of running automatically when you build.  Being a T4 template in your project, by default it just runs when you save it.  This is not great, because you really want it to rerun whenever you make a change that affects it: e.g. new controller action, new static file, … So I had come up with a pretty crazy workaround (the AlwaysKeepTemplateDirty flag), described in details in this previous post (under “The ... (more)
category: ASP.NET | clicked: 25 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4, T4MVC
8
shouts

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

published 3 days, 15 hours, 42 minutes ago posted by nandipnandip 6 days, 1 hour 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: 43 | comment | | source: dotnetexpertguide.blogspot.com
tags: ASP.NET
6
shouts

ASP.NET MVC 2 Released - Scott Hanselman

published 5 days, 14 hours, 20 minutes ago posted by jantujantu 6 days, 13 hours, 50 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Friday, March 12, 2010 1:47:47 PM GMT
ASP.NET MVC 2 is out. This means, it's released. It's final. Use it. Love it.You can download it directly, or install it (and whatever else you like) with the Web Platform Installer: ScottGu has many details in his post. There's lots of resources to check out:What's new in ASP.NET MVC WhitepaperASP.NET MVC 2 adds a bunch of new capabilities and features.  ScottGu has a blog series about some of the new features, and will be covering them in more depth in the weeks ahead.  Some of the new features a... (more)
category: ASP.NET | clicked: 62 | comment | | source: www.hanselman.com
tags: ASP.NET, ASP.NET MVC.
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, 14 hours, 49 minutes ago posted by mithumithu 6 days, 16 hours, 52 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
4
shouts

Calling ASP.NET Web Service Using Jquery - Part III - Fetch Data From SQL Server

published 6 days, 14 hours, 45 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 7 days, 6 hours, 58 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Thursday, March 11, 2010 8:39:46 PM GMT
My previous two posts on using Jquery for calling ASP.NET web service takes you to the basics of calling a web service using Jquery AJAX. In this last post of the series I will show hot to fetch data from the SQL Server through a web service. In this example I am going to show on how we can fetch data from SQL Server. I am using pretty well known Adventure Works database for this example. I am using Person.Contact table for this example. I will show on how to fetch data i.e. first name, last name and e-... (more)
category: ASP.NET | clicked: 53 | comment | | source: www.midnightprogrammer.net
tags: Ajax, ASP.NET, jQuery, Web Service
10
shouts

The new ASP.NET website - Jon Galloway

published 5 days, 14 hours, 20 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 7 days, 12 hours, 54 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Thursday, March 11, 2010 2:44:24 PM GMT
The new ASP.NET website We launched a major refresh of the ASP.NET website today. It was really exciting to be a part of the update process, working with lots of very talented people including Scott Guthrie and Scott Hanselman. It’s a pretty major update, including:New site-wide designRedesigned Home page and Getting Started sections which streamline the experience for those who are new to ASP.NETRevised and updated content areas for both ASP.NET Web Forms and MVCReviewed, re-categorized, and where appr... (more)
category: ASP.NET | clicked: 108 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, Learn ASP.Net, Open Source
6
shouts

Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 RTM - Eilon Lipton

published 7 days, 15 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 7 days, 21 hours, 18 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 6:20:36 AM GMT
Note: ASP.NET MVC 2 RTM isn’t yet released! But this tool will help you get your ASP.NET MVC 1.0 applications ready for when it is! I have updated the MVC App Converter to convert projects from ASP.NET MVC 1.0 to ASP.NET MVC 2 RTM. This should be last the last major change to the MVC App Converter that I released previews of in the past several months. Download The app is a single executable: Download MvcAppConv... (more)
category: ASP.NET | clicked: 33 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASP.NET MVC 2, MVC
7
shouts

ASP.NET 4.0 Cometh - Dan Maharry

published 7 days, 15 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 7 days, 21 hours, 21 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 6:17:08 AM GMT
It has been a quiet evolution but make no mistake, web development has changed over the past five years. The crusade for web standards has, to all intensive purposes, been won and the proliferation of AJAX usage plus the adoption of various JavaScript APIs such as jQuery, scriptaculous and prototype has meant that client-side programming has had a renaissance as a result. However, the cleaner mark-up needed to marry script for jQuery and the like to the controls on the page has not been easily generated ... (more)
category: ASP.NET | clicked: 19 | comment | | source: blog.hmobius.com
tags: ASP.NET, ASP.NET 4, ASP.NET 4.0
6
shouts

We moved your ASP.NET website cheese, in a good way - Scott Hanselman

published 7 days, 15 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 7 days, 22 hours, 11 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 5:27:21 AM GMT
We've just pushed live an update to the http://www.asp.net site. This is the first of a series of updates to the site we'll be making this year. The home page for the site was getting bogged down with info and was too visually busy. It was too complex for beginners and too intense for advanced folks. Our focus with today's update is to make it easy for new folks to get started, but still make it easy for advanced people to get what they want in few clicks. Getting Started The Get Started section is ... (more)
category: ASP.NET | clicked: 27 | comment | | source: www.hanselman.com
tags: ASP.NET
3
shouts

Gaia Ajax Blog | LinkedIn .NET User Group Online Presentation Tomorrow

posted by stiansolstiansol 9 days, 4 hours, 43 minutes ago
Tuesday, March 09, 2010 10:54:40 PM GMT
We will hold an online, free presentation showing what you can do with Gaia Ajax when building next generation web applications in a fast, lightfoot and intelligent way. Jan Blomquist will demonstrate the power of our latest 3.6 version and why abstracting away JavaScript and developing in a managed language is crucial for time-to-market. 5 winners will be chosen at random from the list of attendees. Each of them will win an annual subscription of Gaia Ajax (worth $595). Wednesday March 10, 2010... (more)
category: Ajax | clicked: 1 | comment | | source: blogs.gaiaware.net
tags: Ajax, ASP.NET, C#, Gaia Ajax, presentations
5
shouts

Fabulous Adventures In Coding - Eric Lippert

published 8 days, 16 hours, 9 minutes ago posted by jantujantu 9 days, 14 hours, 18 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 1:20:34 PM GMT
Thanks for all your insights on what is attractive or unattractive about job postings, and about working on developer tools. A great many of the comments were strongly aligned with each other; no one likes “alphabet soup”. And a number of them illustrated that there is a wide spectrum of what people find attractive and unattractive. To sum up the hundred comments I received: Factors that make a job posting unattractive are: “Required Skills Include…” “technology vomit”, aka “alphabet soup”. ASP, PHP,... (more)
category: Smart Client | clicked: 63 | comment | | source: blogs.msdn.com
tags: ASP.NET, Interviewing, PHP
2
shouts

99.99% available ASP.NET and SQL Server Production Architecture for SaaS

posted by omaralzabiromaralzabir 9 days, 21 hours, 7 minutes ago
Tuesday, March 09, 2010 6:30:59 AM GMT
99.99% available ASP.NET and SQL Server Production Architecture for SaaS You have a hot ASP.NET+SQL Server product, growing at thousand users per day and you have hit the limit of your own garage hosting capability. Now that you have enough VC money in your pocket, you are planning to go out and host on some real hosting facility, maybe a colocation or managed hosting. So, you are thinking, how to design a physical architecture that will ensure performance, scalability, security and availability of your... (more)
category: Architecture | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET, Performance, SaaS, Scalability
7
shouts

Optimize ASP.NET Membership Stored Procedures for greater speed and scalability

published 5 days, 14 hours, 20 minutes ago posted by omaralzabiromaralzabir 9 days, 21 hours, 11 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Tuesday, March 09, 2010 6:26:54 AM GMT
Optimize ASP.NET Membership Stored Procedures for greater speed and scalability Last year at Pageflakes, when we were getting millions of hits per day, we were having query timeout due to lock timeout and Transaction Deadlock errors. These locks were produced from aspnetUsers and aspnetMembership tables. Since both of these tables are very high read (almost every request causes a read on these tables) and high write (every anonymous visit creates a row on aspnet_Users), there were just way too many lo... (more)
category: ASP.NET | clicked: 40 | comment | | source: weblogs.asp.net
tags: ASP.NET, Performance
3
shouts

Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity

posted by omaralzabiromaralzabir 9 days, 21 hours, 14 minutes ago
Tuesday, March 09, 2010 6:24:10 AM GMT
Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity Dropthings – my open source Web 2.0 Ajax Portal has gone through a technology overhauling. Previously it was built using ASP.NET AJAX, a little bit of Workflow Foundation and Linq to SQL. Now Dropthings boasts full jQuery front-end combined with ASP.NET AJAX UpdatePanel, Silverlight widget, full Workflow Foundation implementation on the business layer, 100% Linq to SQL Compiled Queries on the data access layer, Depende... (more)
category: Ajax | clicked: 5 | comment | | source: weblogs.asp.net
tags: .NET 3.5, Ajax, ASP.NET, C#, Linq To SQL, web 2.0, WWF
Previous 1 2 3 4 5 6 7 8 9 10 ... 87 88 Next