Browse by Tags
All Tags »
ASP.NET (
RSS)
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...
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...
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...
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...
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...
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...
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...
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...
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 =...
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...
More Posts
Next page »