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”
-
Dew Drop – November 24, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Source Code for ...21 hours ago -
Asking feedback for ASP.NET book
MSMVPS.COM —
Authority: 658
This is a post to my Portuguese readers (ie, for those guys and gals that have read my Portuguese books). I’m still preparing material for a possible ASP.NET 4.0 book and I would really appreciate some feedback on the previous editions (that is, if you read the book). What did you like? What didn’t you like? What ...22 hours ago -
Building ASP.NET Applications with Delphi and Advantage Database Server
TuVinhSoft .,JSC —
Authority: 435
Like Delphi’s other development platforms, Delphi for .NET offers a wide range of data access options for ASP.NET developers. These include support for the generic foundation class library (FCL) data access classes (ODBC and OleDb), dbExpress drivers, BDP for .NET providers, as well as support for all third-party ...1 day ago -
Visual Basic.Net Black Book + Debugging Strategies For .NET Developers
e-Books Baba —
Authority: 155
Visual Basic.Net Black Book + Debugging Strategies For .NET Developers Publisher: Apress | ISBN: 1932111042+1590590597 | edition 2003 | PDF | 1184+272 pages | 11,53 mb Visual Basic .NET Black Book is a comprehensive reference and problem-solving guide for Visual Basic programmers. It covers Visual Basic.NET tips, ...1 day ago -
Base Controller Class and TempData
Eric Polerecky —
Authority: 104
Need: To pass information to every view based on an environmental variable. The specific case I ran across this need is when you want to use the minified version of your JavaScript libraries in production and the human readable in dev/QA. Solution: Create your own base controller class. Override either ...1 day ago -
Orchard team looking for a new developer
Tales from the Evil Empire —
Authority: 445
My team is looking for a new full-time developer. The project is to build a completely new open-source CMS based on ASP.NET MVC 2. It’s a lot of fun :) https://careers.microsoft.com/JobDetails.aspx?ss=&pg=0&so=&rw=1&jid=9434&jlang=EN1 day ago -
ASP.NET File Manager (Windows Explorer-Like): IZWebFileManager
WebResourcesDepot —
Authority: 133
IZWebFileManager is a powerful open source file manager control for ASP.NET 2 . It works very similar to Windows Explorer & can copy/ move/rename/delete (multiple) files and folders. The file manager supports: file upload displaying hidden files and folders dragn drop ...1 day ago -
Naming Your Action Methods in ASP.Net MVC
No Free Time —
Authority: 104
Something that I always do now and might in fact be quite obvious to regular people but I’m quite slow so it took me a little while to realise this was a good practise. Let’s say I have a page for editing a blog post. I want the form to be at /BlogManagement/Edit/postId. So I write my first action method: [ ...1 day ago -
Enabling the ASP.NET Ajax script loader for your own scripts
Tales from the Evil Empire —
Authority: 445
In previous posts, I’ve shown different ways to build a client-side class browser, using the ASP.NET Ajax Libary and jQuery. In this post, I’ll focus on a few lines of code from the latest version of that sample. Those few lines of code enable my custom script to benefit from the script loader’s features such ...1 day ago -
My Current log4net Setup
No Free Time —
Authority: 104
Because I’m waaaaay interested in logging, tracing, diagnostics, analytics – basically, what’s going on with my shit – I spent some time today tweaking our log4net configuration here at work. The actual motivation for sitting down and doing this was that I wasn’t getting any notification from uncaught ...1 day ago -
ASP.NET Ajax Library: Building High Performance Web Applications – Whitepaper
D' Technology Weblog —
Authority: 547
At PDC09, Microsoft released the Beta version of the ASP.NET Ajax Library and also donated it to the CodePlex Foundation as their first project. Dan Wahlin and James put together the following that talks about how you can use features in ASP.NET Ajax Library to speed up performance of your web applications.1 day ago -
Journey Of Microsoft ASP.NET Developers : Cowboys To Craftsmen?
INSPIONS - Murali's Thought Garage —
Authority: 117
Quite an interesting way to put the Journey of ASP.NET (developers) from ASP.NET Page based design to MVC based applications. Hope I am not taking it out of context. Its not explicit, but it is written all over the wall. Nevertheless, towers of abstraction and magic by Visual Studio often make developers ignore the ...1 day ago -
Get A Headstart In Web Development With Microsoft ASP.NET
All Articles About Everything Blog —
Authority: 159
&zs;𝔦&ref;1 day ago -
Why Not Use PHP To Build Your New Website?
blabstr.com —
Authority: 164
With everyone working on the internet nowadays, it pays to have a top quality, fully interactive website where customers can come and look at your products, but them, review them and more. You can do this with most website design programs, but one of the best to use is PHP. When you look for PHP web development there ...2 days ago -
Recent Podcasts
you've been HAACKED —
Authority: 567
Just wanted to highlight a couple of podcasts that were suckers gracious enough to have me as a guest. HerdingCode In this podcast I join the fellas at HerdingCode . Although this podcast came out after the Hanselminutes one, it was actually recorded a long time prior to that one. Jon Galloway , who ...2 days ago -
Professional DotNetNuke ASP.NET Portals by Bruce Hopkins, Joe Brinkman
Free Your Mind All Free Download —
Authority: 164
Professional DotNetNuke ASP.NET Portals | Publisher: Wrox | ISBN: 0764595636 | edition 2005 | PDF | 452 pages | 10,81 mb DotNetNuke, the popular ASP.NET open source application, is sweeping through the ranks of ASP.NET and Web developers. Whether youve never programmed your own Web site before or you are an ...2 days ago -
PHP Form not sending email to user
kirupaForum —
Authority: 156
Hello to all friends @ kirupa I am very frustrated on my form, it working properly but it not sending confirmation email to users, it has function to send email after sign up form. but not working. my mailing details are, as per my hsp SMTP host - mail.your_domain_name Username - your_email_id PAssword - ...2 days ago -
PHP Php list-style menu issues
kirupaForum —
Authority: 156
Hey there, I have a list menu using PHP with 3 levels. Here is how it is laid out: Category 1 -Link - Subcategory - Sublink and so on. The problem I am having is getting the " s" and the " s" to produce themselves in right spots. I am using loops to capture the categories, pages, and subcategories from the ...2 days ago -
SQL: Insert between two rows
kirupaForum —
Authority: 156
How to insert between two rows. My table has 3 columns--> id, req, res id begins with 1. how to insert at id =10 , a new values for req and res. The already present values must then have the next id. i.e id+1. Please help. Thank You.2 days ago -
PHP IF/ELSE using WHILE LOOP
kirupaForum —
Authority: 156
I have been searching all over the internet for an answer. Is it possible to use if/else with a while loop? Like so: if (variable=1) WHILE LOOP else WHILE LOOP2 days ago

