Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (RSS)

A Look At ASP.NET MVC 4

ScottGu's presentation online: http://channel9.msdn.com/Events/TechDays/Techdays-2012-the-Netherlands/2364 And the blog post about ASP.NET MVC 4 beta: http://weblogs.asp.net/scottgu/archive/2012/02/19/asp-net-mvc-4-beta.aspx The ASP.NET MVC 4 Beta
Posted by joteke | 0 Comments
Filed under: ,

ASP.NET Custom Errors Security Flaw: Please Read!

** NOTE ** EDIT 29/9/2010 ASP.NET Security Update is now available. See here . EDIT 21/9/2010 : Scott Guthrie has published FAQ on the Security Vulnerability, read it here . Read his original post on the issue here . ** ** See Steve Smith's blog post
Posted by joteke | 0 Comments
Filed under: ,

Book review coming soon...

After a long silence, I will continue blogging on .NET. The becoming post will be a book review (one is confirmed for now). Timeframe is in a few weeks. Tech tips are still on hold, it's harder to write new tips on ASP.NET anymore, feels as if everything
Posted by joteke | 1 Comments

Survey: Ajax usage among .NET developers

Simone has created a survey to better understand Ajax usage among .NET developers. It would be nice if You could also complete it, if you haven't done so yet, as there are also MS people interested in the results. More answers means more understanding
Posted by joteke | 2 Comments
Filed under: , ,

What's new in the BCL in .NET 4 Beta 1 (from BCL Team blog)

Interesting stuff : http://blogs.msdn.com/bclteam/archive/2009/05/22/what-s-new-in-the-bcl-in-net-4-beta-1-justin-van-patten.aspx My favorite features are parallel extensions, code contracts (I was familiarized with them thanks to Peli ), memory mapped
Posted by joteke | 1 Comments
Filed under: , , ,

Do You Want To Give Feedback on ASP.NET 4.0 Beta 1?

If you do, then head to ASP.NET Forums / ASP.NET Beta 1 Forum And if you look for where to get VS2010 / ASp.NET 4.0 Beta 1, then have a look at here Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 2 Comments
Filed under: , ,

Free ASP.NET MVC “NerdDinner” Tutorial Now in HTML

From: http://weblogs.asp.net/scottgu/archive/2009/04/28/free-asp-net-mvc-nerddinner-tutorial-now-in-html.aspx You can read the tutorial here . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor

Sharepoint Designer is now free!

Late to this game, as usual but still adding here. From: http://blogs.msdn.com/sharepoint/archive/2009/04/02/sharepoint-designer-available-as-a-free-download.aspx Sharepoint Team made Sharepoint Designer available as a free download. I've been using
Posted by joteke | 0 Comments
Filed under: , , ,

Release time: Silverlight 3 beta, ASP.NET MVC 1.0, IE8...

You're blessed to be web developer nowadays :-) Lots of interesting releases by MS lately: ASP.NET MVC 1.0 http://haacked.com/archive/2009/03/18/aspnet-mvc-rtw.aspx download: http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en

Techdays 2009, Finland

I attended Techdays 2009 at Helsinki on 5th of March. It was the biggest MS event in Finland so far, measured purely by the number of audience. I had the honor to participate on Thursday and sit down and chat with many well-known experts like Peli de

Calling WCF service asynchronously from ASP.NET

I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code: 1) WCF Service Library Implementation namespace WcfServiceLibrary1 { [ServiceContract] public interface ISampleService { [OperationContract] string SayHelloWorld();
Posted by joteke | 8 Comments
Filed under: , , ,

Microsoft announces jQuery support in ASP.NET Ajax

I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating with jQuery development community, adding support for jquery in ASP.NET Ajax, and which also includes Microsoft PSS e.g they take support cases.
Posted by joteke | 0 Comments

Book Review: High Performance Web Sites, Steve Souders, O'Reilly

Author: Steve Souders Publisher: O'Reilly ISBN-10: 0-596-52930-9 ISBN-13: 978-0-596-52930-7 September 2007, 168 pages O'Reilly's web site: http://oreilly.com/catalog/9780596529307/ Companion web site: http://www.stevesouders.com/hpws/ High
Posted by joteke | 0 Comments

Is "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." causing you grief?

If you seem to get "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." in a case where it doesn't seem to make any sense, my first questions are: Are you using <%#Eval("field")%>
Posted by joteke | 33 Comments
Filed under:

Pattern for ASP.NET Cache and the new Cache.Insert overload in 3.5 SP1

David Penton, a fellow AspInsider, has published an excellent article on AspAlliance how to take pattern-like approach to ASP.NET cache A New Approach to HttpRuntime.Cache Management http://aspalliance.com/1705_A_New_Approach_to_HttpRuntimeCache_Management
Posted by joteke | 2 Comments
Filed under:
More Posts Next page »