ASP.NET
Tag details
Welcome to the 'ASP.NET' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'ASP.NET'.
Look up
"ASP.NET"
at The Free Dictionary
Latest blogosphere posts tagged “ASP.NET”
-
MySQL Automatically delete row on a connecting table
kirupaForum —
Authority: 150
Im reading about foreign keys and constraints. Very eye-opening. If there is a book you recommend to learn more about this please let me know. Im very tempted to buy Pro MySQL or The Definitive Guide to MySQL 5 to learn more. Or if there is a very good well-explained, detailed tutorial please also let me know. Im ...8 hours ago -
Apache Mod_rewrite
kirupaForum —
Authority: 150
We have a oScommerce site installed in the subfolder /catalog. We want to hide the folder name catalog from the URL. However, there is a dynamic Web site in the root folder. # Begin default subdomain redirect # RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com RewriteRule ^(.*)$ http://www.domain.com/$1 ...10 hours ago -
451 CAOS Links 2009.11.20
451 CAOS Theory —
Authority: 557
Google launches Chromium project, Terracotta acquires Quartz. And more. Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca “Tracking the open source news wires, so you don’t have to.” For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about ...11 hours ago -
Several Advantages Using Windows Hosting
PublishMyself.net —
Authority: 130
When you are going to building your site, after have domain, you will start with a hosting provider too. Before you choose a hosting company, you should know their main types. You also should know what functions of hosting you will need. That’s the fact if you want get the right hosting provider and the right ...12 hours ago -
Image capturing in ASP.NET 3.5 using Webcam
Programmers Heaven Forums RSS Feed —
Authority: 164
Hi, I would like to capture the image using WebCam and store it in database. I am using ASP.NET 3.5, C#, Visual Studio 2008, SQL Server 2008, Windows Vista Business (O.S), IIS 7.0 and IE 7.0. I want to integrate WebCam functionality in my Web Application. My requirement is, the end user can view the image (i.e., ...20 hours ago -
Connected Show #20 – Who’s Exception Is It?!
JrzyShr Dev Guy —
Authority: 403
In this episode guest Milan Negovan talks about health monitoring in ASP.NET and what to do when things go wrong! (Starts at 24:47). We cover different options on exception handling & instrumentation in web applications. Peter and Dmitry talk about Eclipse support for Windows 7, the Windows Azure Content ...23 hours ago -
ASP.NET MVC and Windows Azure together
D' Technology Weblog —
Authority: 528
With November release of Windows Azure Tools for Microsoft Visual Studio, Microoft made some changes in Visual Studio 2010 to make it easier to use ASP.NET MVC and Windows Azure together. Note: In Nov Tools + SDK, Windows Azure only supports .NET 3.5 SP1, .NET 4.0 projects are not supported. Creating a New ...1 day ago -
PHP Subpages not showing up
kirupaForum —
Authority: 150
Hi there, I have built a menu using CSS, PHP, and javascript. Here is the PHP code below. I am trying to figure out why the sub-sub pages wont show up. The sub category shows up, but not the pages that belong to it. If I exchange the WHERE subid={$subcat[id]} and make it WHERE subid=1, then it shows up. But ...1 day ago -
PHP Share your Form class
kirupaForum —
Authority: 150
Hey guys! Im writing a Form class with validation. I like what Im doing but I think it can be improved. Im hardly satisfied with what I do. For example, the date field accepts from a drop-down menu the day, month and year. Now if you enter February 31, 2010 (invalid date) it will ask you to enter a valid date, but I ...1 day ago -
Handling Exceptions in ASP.Net MVC 1
No Free Time —
Authority: 104
Here’s a handy way to handle uncaught exceptions in ASP.Net MVC 1. Make a base controller with the following code: public class BaseController : Controller { ILog log = LogManager .GetLogger( “BaseController” ); string actionName = “” ; string controllerName = “” ; ...1 day ago -
VS2010, ASP.NET 4.0 and Silverlight 4.0 beta videos
Kris' blog —
Authority: 104
A lot of cool stuffs coming out soon and there are already beta bits available. Withbeta bits there are also already videos available to look at and get familiar withwhat will be available. VisualStudio 2010 quick hit videos ASP.NET4.0 quick hit videos ...1 day ago -
ASP.Net, C#, VB.Net jobs, Walk-in on 20th, 21st Nov 09
CareerGuruz.Com —
Authority: 151
.Net Team LeadQualification: BE/B.Tech/MCA/M.Tech/M.scJob Description:-Report to the Project Manager,-Manage team of developers-Guide team on .Net 3.5, 2.0 technologies-Create project designs and documentation-Develop&unit test modules in ASP.Net,C#,VB.Net-Integration&System Testing-Estimate &ensure ...1 day ago -
Going mult-tier
IT answers —
Authority: 458
New Question Created by Winnebag1 day ago -
Alt.Net Hispano VAN, ASP.NET MVC 2 con estilo, de Oxite a CodeCamp
MSMVPS.COM —
Authority: 658
Este sábado 21 de Noviembre, tendremos VAN (reunión virtual) organizada por la comunidad ALT.NET Hispano. El tema será ASP.NET MVC, en particular, la versión 2. Como siempre, la reunión no será sólo una exposición, sino también discusión, preguntas, ejemplos, recursos, opiniones. Hasta donde sé, el horario ...1 day ago -
Word Viewer Lets You Convert Word Documents At High Speed With Good Quality !
vhxn.com —
Authority: 441
Word Viewer is a new professional tool that comes with high speed and quality to view and convert your word documents. It has been especially designed at the view point of the user with the potential to view and convert word documents. Using this program, you can open and read Microsoft Word 2007 (.DOCX), Microsoft ...1 day ago -
ASP.NET 4.0: Writing custom output cache providers
PimpThisBlog.com - Latest published stories —
Authority: 465
Until now we can use ASP.NET default output cache. We don’t have any option to write our own output cache mechanisms. ASP.NET 4.0 introduces extensible output cache – programmers can write their own output cache providers. In this posting I will show you how to write your own output cache provider and give you my ...1 day ago -
Hire a Professional Web Developer & Designer
kirupaForum —
Authority: 150
Need a Expert Web Developer and Designer? We can understand your exact business requirement at affordable cost. Hire a Professional and Expert PHP Web Developer/Programmer, Web Designer and as low as $850 per month For more information Visit at infinitustechnologies.com/1 day ago -
The AJAX Update Panel and Recursive Common Table Expressions
MSMVPS.COM —
Authority: 658
So my blog has become quiet again, but don’t worry! I’ve simply started pushing more of my posts toward our company blog. Check out my latest posts there: The AJAX UpdatePanel: Is it your worst enemy? Recursive Common Table Expressions And from here on out are going to be a series on .NET 4.0.1 day ago -
Using The ASP.NET GridView Control
Gaming Outcasts —
Authority: 132
Database-driven website are a fairly standard requirement and, in some development environments, it can take a fair amount of programming to achieve. In ASP.NET, however, it is remarkably easy, thanks to the use of built-in data-bound controls. There are two types of data-bound controls: those which are designed to ...1 day ago -
Senior C# ASP.NET developer (Jobs In Ortigas Pasig City)
Information Technology Jobs —
Authority: 145
(National Capital Reg - Pasig City) Responsibilities: ? Working as a team in the technical design & development of complex projects with a development life-cycle of 1 to 6 months. ? Collaborate with cross functional teams to review and analyze system requirements. ? Develop enterprise level applications in ...2 days ago

