Subscribe

Topic: asp.net

New with Topic: asp.net


Samrat
Samrat posted a blog entry
Create Facebook Applications With Microsoft SDK for Facebook Platform
Microsoft, which invested nearly $240 million in Facebook, now released a Software Development kit (SDK) for Facebook as a part...
 
nickb
nickb bookmarked a link
Password Validation
When it comes to password validation using regular expressions, things can get a bit complicated. Normally, you want people to enter a "good" password that has a mix of numbers and letters. But you may not care where the numbers and letters...
 
socialdude
socialdude posted a blog entry
DiscountASP.NET Launches SQL Server 2008 Reporting Services Hosting
ASP.NET hosting and SQL hosting leader, DiscountASP.NET announces the launch of Microsoft SQL Server 2008 Reporting Services...
 
amrelgarhy
amrelgarhy shared an item
Free ASP.NET 4 and VS 2010 Beta Hosting to help you get up to FOUR !
MaximumASP is offering a free hosting account so you can get started with ASP.NET 4 and Visual Studio 2010. On this account you can test ASP.NET 4 applications in a hosting environment and try out the new publishing features with Visual Studio 2010...
 
IvanStefanov
IvanStefanov shared an item
Microsoft Releases New Facebook SDK Version (v 3.0)
Microsoft has released a new Facebook SDK Version 3.0 (other than their old not-so-great one) and it looks to have not just updated APIs but also wide range of features supported in many application types. Quoting a related blog post from c|net “The...
 
nickb
nickb bookmarked a link
Alanta Developer Notes: Extending ASP.NET validation on the client side
One of the more annoying shortcomings of standard ASP.NET validation is it's lack of support for extending the the UI on the client side. For example, there is no way to set the css class of the input control when validation fails. I was working on...
 
<em>garryweb09</em>
garryweb09 posted a blog entry
GrayCell Technologies Exports
GrayCell Technologies Exports, an ISO 9001:2008 certified company is a global Technology and IT services provider of Website...
 
amrelgarhy
amrelgarhy shared an item
ASP.NET 4 / VS 2010 “Quick Hit” Videos
Now that the “Dev 2010” wave of products is in beta and we’re getting closer5 and closer to release, I‘ve started publishing “Quick Hit” videos on the new features. These are not really tutorials (Not like the How-Do-I videos) but rather...
 
Worthmining
 
Việt Thanh
Việt Thanh posted a blog entry
There is still time to make yourself heard
The ADO.NET Providers team still needs your input.  This is the last week to answer our ADO.NET Managed Providers Planning...
 
IdealProgrammer.com
IdealProgrammer.com posted a blog entry
SharePoint Products and Technologies for Developers – 16-Part Video Series
Here is a collection of free video tutorials on SharePoint for Developers. The 4-part video series is presented by Microsoft's...
 
Dave
Dave posted a blog entry
ASP.NET Authentication – Multiple Domains w/ Same Application
In our series about ASP.NET authentication, so far we’ve covered all the rather normal cases where you’d want to have the...
 
IvanStefanov
IvanStefanov shared an item
Use Google's Closure Compiler in C#
A few days ago, Google released their Closure Compiler project for optimizing JavaScript. Here’s what they write about the Closure Compiler:The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for...
 
elleryq
elleryq shared an item
ASP.NET Debugger Extension – Trace Process for Debug Events
With ASP.NET Debugger Extension you can also trace the process for events. This is actually a wrapper around the MdbgEngine (mdbgcore.dll) options to interrupt a process when an event occurs. You can use it to trace exceptions / module loads etc. For...
 
Azhar H
Azhar H posted a blog entry
Registering ASP.Net with IIS 7.0 on Windows Vista
I’ve been using Vista for some time and I quite like it, apart from the constant security prompts.  I spent couple of...
 
jalpesh
jalpesh posted a blog entry
C# 4.0 - Optional Parameters
With .net framework 4.0 and C# 4.0 also introduces a new feature called optional parameters it was there in VB since visual...
 
Alloy Nagash
Alloy Nagash posted a blog entry
ASP.NET HOSTING
GoldPuma is a single of a most appropriate affordable, arguable windows web hosting providers upon a web. They suggest full...
 
jalpesh
 
jalpesh
 
Luis Abreu
Luis Abreu posted a blog entry
4 days ago LA.NET [EN] | Topics: ASP.NET
 
Việt Thanh
Việt Thanh posted a blog entry
Foreign Key Relationships in the Entity Framework
Last March Alex James posted to our design blog about our plans for adding foreign keys to the entity framework . Since then...
 
DG
DG posted a blog entry
Debugging crash dumps of ASP.NET with Tess Ferrandez and VS2010
In this video ASP.NET Debugger and Escalation Engineer, Tess Ferrandez shows ‘how to debug a dump of an ASP.NET Web Site...
5 days ago D' Technology Weblog | Topics: ASP.Net, Crash, Errors, Debug
 
jalpesh
jalpesh posted a blog entry
File upload control is not working with Update panel
We all are using update panel for the Ajax implementation in every site. Nowadays Ajax is almost there in each and every site....
 
Chakravarthy
Chakravarthy posted a blog entry
FireFox file full path – Security Issue
when you use the file upload using either ASP:FileUpload or html input control which is a type of file, FireFox doesn’t give...
 
Dave
Dave posted a blog entry
Embedding Google Search Appliance Results in ASP.NET
Several of the projects I’m involved with use the Google Search Appliance for their search engine.  For each of these...
6 days ago DMB Consulting | Topics: none, asp.net, csharp, google
 
<em>not_a_cupid</em>
not_a_cupid posted a blog entry
Open Source ASP.NET Shopping Cart: nopCommerce
nopCommerce is an open source shopping cart software that is built with ASP.NET & uses MSSQL for storing the data. It...
6 days ago Demasblog | Topics: E-Commerce, Extras, MSSQL, Other License
 
Tamil
Tamil posted a blog entry
Beginning ASP.NET 3.5: In C# and VB
Book DetailsAuthor:Imar SpaanjaarsNo of Pages: 768 pagesPress: Wrox; Pap/Onl editionDated:March 4, 2008Language:...
 
Tamil
Tamil posted a blog entry
Build Your Own ASP.Net 3.5 Website Using C# & VB
Book DetailsAuthor:Cristian Darie & Wyatt BarnettNo of Pages: 740 pagesPress: SitePoint;Edition:3 editionDated:September...
 
Dave
Dave posted a blog entry
GridView and Updating A Row Manually
A couple of days ago I mentioned a project that I’ve been working on that is a bit out of the ordinary as far as GridViews...
7 days ago DMB Consulting | Topics: none, asp.net, csharp, gridview
 
CyrilCS
CyrilCS posted a blog entry
WebTest Plugin – ignorer les urls externe lors d’un test web Visual Studio
Lorsque l’on fait un test web avec Visual Studio, celui-ci charge les dépendances de la page : images, scripts, css, etc....
 
Encosia
Encosia posted a blog entry
Using jQuery validation with ASP.NET WebForms
You’ve probably noticed that Jörn Zaefferer’s jQuery validation plugin has been gaining momentum in the ASP.NET community...
7 days ago Encosia | Topics: AJAX, ASP.NET, UI, jQuery
 
IgoruS
IgoruS posted a blog entry
 
kimi
kimi posted a blog entry
ASP.NET MVC 1.0 Test Driven Development Problem - Design - Solution by Emad Ibrahim, Troy Goode
English | 312 pages | Wrox (September 8, 2009) | ISBN: 0470447621 | PDF | 10.3 MBA hands-on journey takes you through the...
7 days ago www.sekary.blogspot.com | Topics: ASP, ASP.NET
 
<em>not_a_cupid</em>
 
Depechie
Depechie bookmarked a link
 
American Fido
American Fido bookmarked links
Building a module for DNN 4.0.x using Visual Studio 2005 and C# - ASP.NET Forums
Building a module for DNN 4.0.x using Visual Studio 2005 and C# - ASP.NET Forums
Overview of Pages
Overview of Pages