Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)

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: , , ,

Visual Studio 2010 and .NET Framework 4.0 Training Kit - May Preview is available

Thanks to Bill Evjen for informing about this. Download: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=752cb725-969b-4732-a383-ed5740f02e93 The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations,
Posted by joteke | 0 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

"Security Guidance for Writing and Deploying Silverlight Applications" whitepaper released

Do you have concerns with Silverlight's security aspects? MS has just released the whitepaper "Security Guidance for Writing and Deploying Silverlight Applications" Download it from here Share this post: email it! | bookmark it! | digg it!
Posted by joteke | 1 Comments
Filed under: , ,

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 | 5 Comments
Filed under: , , ,

Silverlight 2 released

See ScottGu's announcement at: http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor

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

If your XML is somehow always written using UTF-16 (in .NET) , no matter what you try...

I suggest you have a look at Kirk Allen Evan's blog post: XmlWriterSettings Encoding Being Ignored? http://blogs.msdn.com/kaevans/archive/2008/08/11/xmlwritersettings-encoding-being-ignored.aspx Short explanation is that if you directly or indirectly
Posted by joteke | 0 Comments
Filed under: ,

Firefox 3.0 and (ASP.NET) caching observations

1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Response.Cache.SetAllowResponseInBrowserHistory(False) Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore()
Posted by joteke | 0 Comments
Filed under: , , , ,

What's for VB.NET in the Future, interesting to see...

By being momentarily pissed off to the level of job I needed to do with classes working with DB and business logic in a project, I made suggestion in Connect, a while ago Ability to specify a default method for object instance which is called when any
Posted by joteke | 2 Comments
Filed under: ,

Using the information your (development) environment provides - is allowed!

Huge title while the subject or the example in this case is actually very simple and straightforward. I saw a question on newsgroups which went something like: - poster states he doesn't know much about control events - he/she asked if he/she had
Posted by joteke | 0 Comments

Book Review: C# In Depth by Jon Skeet (Manning)

Author: Jon Skeet Publisher: Manning Publications Co. ISBN: 1933988363 April 2008, 424 pages http://www.manning.com/skeet/ The book focuses on C# 2 and C# 3, but goes a bit relevant things on building on C# 1. It is targeted at developers familiar with
Posted by joteke | 1 Comments
Filed under: ,
More Posts Next page »