Erwin's Blog

Developing with .NET

Browse by Tags

All Tags » ASP.NET (RSS)
DevDays ‘09 The Netherlands day #1
Today was the first day of DevDays ‘09 in the World Forum in The Hague city. There are around 80 sessions in these two days, from cloud computing, .NET, Ajax to Silverlight and a lot more subjects. The first sessions of today was the key note session...
Umbraco Demo
Last week I have seen a Demo about Umbraco , the demo was given by Richard Soeteman from Soetemansoftware an experienced Umbraco developer. Umbraco is a CMS that fully integrated with .NET, it’s supports .NET out of the out-of-the-box, you can use .NET...
Posted: Apr 17 2009, 08:36 AM by erwin21 | with 2 comment(s)
Filed under: , , ,
Add Web Reference with certificates on https
Today I was adding a webservice via "Add Web Reference" to my project. The webservice was only accessible on https with a client certificate. When I did "Add Web Reference" I got a "The underlying connection was closed: Could...
New jQuery release version 1.3
Yesterday jQuery released their new version, number 1.3. They did a lot af changes / bugfixing, performance improvements. The big features are: Sizzle: A sizzlin’ hot CSS selector engine. Live Events: Event delegation with a jQuery twist. jQuery...
Posted: Jan 15 2009, 01:23 PM by erwin21 | with 5 comment(s)
Filed under: , ,
Ajax.NET debugging
Most people use alert() to debug their JavaScript, but the Microsoft Ajax Library has a better alterative Sys.Debug . Sys.Debug has some methods for logging messages to the browser console. Like this: To log a message: Sys.Debug.trace(“Log to the console...
25 excellent tips to improve your jQuery
More and more ASP.NET developers are going to use jQuery . jQuery is a fast and easy to use javascript framework. On the tvi design blog a nice article has been posted with some very excellent tips how to improve your jQuery. All tips are very useful...
How to detect search engine crawlers?
Today I was looking for a solution how to detect when a client is a search engine crawler, you can create a fancy solution for this, but in the .NET framework their is already a solution to detect search engine crawler. The property Request.Browser.Crawler...
New ASP.NET Charting Control
Microsoft has released a new cool charting control. It comes with documentations, samples and a lot of features, features like: All supported chart types. Data series, chart areas, axes, legends, labels, titles, and more. Data Binding Data manipulation...
Posted: Nov 27 2008, 09:12 AM by erwin21 | with no comments
Filed under: ,
Parse a html string with ASP.NET controls
Today I searched for a solution to parse a html string with ASP.NET controls on runtime. A string like for example this: <table > <tr > <td > Name </td > </tr > <tr > <td > <asp:TextBox id = "name" runat =...
Posted: Nov 06 2008, 08:51 PM by erwin21 | with 5 comment(s)
Filed under: ,
Microsoft ASP.NET MVC Beta Released
Micrsoft's ASP.NET MVC is in BETA phase now. Link: http://www.microsoft.com/downloads/details.aspx?FamilyID=a24d1e00-cd35-4f66-baa0-2362bdde0766&DisplayLang=en#filelist New features: MvcFutures.dll is not included in the beta (as it wouldn't be included...
Posted: Oct 16 2008, 10:26 AM by erwin21 | with no comments
Filed under: ,
More Posts Next page »