Browse by Tags
All Tags »
.NET (RSS)
WOW!!! When I first saw it. Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4 http://www.microsoft.com/downloads/details.aspx?FamilyID=86b3d32b-ad26-4bb8-a3ae-c1637026c3ee&displaylang=en You
Read More...
If you want to assign Nothing to the optional parameter in VB.NET 10, it is just like to obvious now, Sub Main() 'Passing value for the optional parament _age MyFunc( "Wriju" , "wriju@contoso.com" , 30 ) 'No value is supplied for the optional parament
Read More...
With implicit line continuation VB.NET 10 now allows you to write the multiline Lambdas. That means like your normal Functions you can write functions under Lambdas. So now you may write like, Dim arrInt As Integer () = { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8
Read More...
Download Link from here http://silverlight.services.live.com/93612/Parallel%20Computing%20in%20Visual%20Studio%202010%20Beta%201%20-%20Task%20API/video.wmv Namoskar!!!
Read More...
Today with the announcement of Microsoft WebsiteSpark , we are launching a number of Web Application Toolkits to the Web. Web Application Toolkits are designed to enable Web Developers to simply extend their web application capabilities by providing
Read More...
List is quite big!!! Core Services Web.config File Minification Extensible Output Caching Auto-Start Web Applications Permanently Redirecting a Page The Incredible Shrinking Session State Expanding the Range of Allowable URLs Extensible Request Validation
Read More...
I thought I will start the series of podcasting. This one is on Dynamic Object of C# 4.0 Namoskar!!!
Read More...
It has quite a sometime we have been using .NET with System.Threading namespace. So what is new there in Parallel Computing in .NET Framework 4.0 with Visual Studio 2010 . There are a lot Ø Task-based fine grained parallelism Ø Better debugger feature
Read More...
The question often arises what is so special in C# 4.0 about COM Interop. To me it is a lot. I will try to explain why.. Assume you are trying to get the list of proccess running locally in your machine and creating them using Excel chart and copying
Read More...
C# 4.0 The Future of C# by Anders Hejlsberg at PDC 2008 http://channel9.msdn.com/pdc2008/TL16/ Slide Deck http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL16.pptx Sample Code and Whitepapers http://code.msdn.microsoft.com/csharpfuture/ C# 4.0, Dynamic Programming
Read More...
Here I am going to talk about the feature called Covariance and Contravariance. To show you the example I will use delegate. Now what is it? This would be a big question and with no hesitance I must say that you should visit Eric’s blog . There are some
Read More...
It is amazing to see so many Web Platform utilities are clubbed together in one single place. What you may need to develop website, are available here. http://www.microsoft.com/web/default.aspx If you go to downloads section http://www.microsoft.com/web/downloads/default.aspx
Read More...
In Visual Studio 2010 we have more than 200+ snippet to make your HTML life easier. It is not just Snippets which you can use, there is Surround with. For example, you want to wrap an area into UpdatePannel, you have surround with option with a mouse
Read More...
There are some new enhancements in Visual Basic 2010 or Visual Basic 10 where you can really have greater flexibility on how you handle multiple lines for continuous statements, 'Explicit Continious Line (no need to use & _ ) Dim sContinuation As
Read More...
While talking to different people I get this question. And in Visual Studio it is very easy to do, You need Windows Forms Application, then drag and drop NotifyIcon there. Set one icon with that control so that it is visible, public partial class Form1
Read More...