TareqOmar
Name: TareqOmar
Score: 9,755.92
Last Seen: 1076 days, 6 hours, 53 minutes ago
Member Since: 29 January, 2009
DotNetShoutout
atom rss
4
Shouts

Silverlight 4: How to use the all new Right Click Context Menu?

published 1201 days, 5 hours, 12 minutes ago posted by dotnetfundadotnetfunda 1202 days, 7 hours, 51 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Saturday, March 06, 2010 12:46:15 PM GMT
In this post I will describe about the another cool new feature (“How to use the all new Right Click Context Menu?”) of Silverlight 4. (more)
category: Metro | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Silvelight 3
6
Shouts

Transforming an Ugly Duckling into a Graceful Swan With Expression Blend and Silverlight - Part 2 Intro Animation

published 1200 days, 8 hours, 9 minutes ago posted by KMilKMil 1202 days, 3 hours, 55 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 4:41:47 PM GMT
In the first part of the series, András Velvárt introduced the application, and created the “ugly duckling” version, where the end user could already browse the and watch the videos. In this part, he is going to add some bling to the app – namely the Intro animation, the ability to skip it, and to replay it. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
9
Shouts

When Is It OK To Hack? Silverlight Geek - Jesse Liberty

published 1207 days, 7 hours, 58 minutes ago posted by jantujantu 1209 days, 12 hours ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 8:36:57 AM GMT
One of the goals of the Silverlight HyperVideo Project is to demonstrate best practices.  So when is it okay to throw in a quick hack to get things working?Case in point: as I approached the release this week for the latest alpha,  I noted that the player was not updating when the user clicked on a topic, though the links were appearing as if  the player had been advanced.To make the issue clear, in this image you s... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, slhvp, Best Practices, Dependency-Properties, HyperVideoProject, MVVM, Data-Binding
10
Shouts

DotNetRocks - Show #528 - It's the Visual Studio 2010 Launch Show!

published 1207 days, 7 hours, 58 minutes ago posted by mithumithu 1210 days, 12 hours, 20 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 8:17:16 AM GMT
Carl and Richard talk to Dave Mendlen and Sam Gazitt from Microsoft about the launch event April 12-14, 2010 at the Bellagio in Las Vegas where .NET 4.0 and Visual Studio 2010 will be officially launched. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Visual Studio 2010, .Net 4.0, Microsoft, VS 2010
8
Shouts

Get function return values and profiling information in .NET using Windbg

published 1208 days, 7 hours, 43 minutes ago posted by reshmireshmi 1211 days, 35 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 8:02:40 PM GMT
There have been times when we would like to the know function return value ,debug within the function and get profiling information like the duration of a function. VS.NET provides all these features, but in production environment we won’t have VS.NET. This is where Windbg comes in handy.  Here is the sample code that I am going to use. using System; using System.Collections.Generic; using System.Threading; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form... (more)
category: Architecture | clicked: 0 | comment | | source: naveensrinivasan.com
tags: .NET, SOS, WinDbg
6
Shouts

Serialize DependencyObject : it's easy !

published 1209 days, 7 hours, 31 minutes ago posted by jmix90jmix90 1211 days, 5 hours, 32 minutes ago
Saturday, February 27, 2010 1:05:44 PM GMT Thursday, February 25, 2010 3:05:23 PM GMT
You often read that dependencyObjects are not marked as Serializable... but it does not means that you can't serialize them easily ! (more)
category: How To | clicked: 5 | comment | | source: blog.lexique-du-net.com
tags: tricks, workflow, C#, WF, WPF, how to, windows presentation foundation, Tips
7
Shouts

How to send mail asynchronously in asp.net

published 1208 days, 7 hours, 43 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1211 days, 41 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:56:04 PM GMT
With Microsoft.NET Framework 2.0 everything is asynchronous and we can send mail also asynchronously. This features is very useful when you send lots of bulk mails like news letter. You don’t have to wait for response from mail server and you can do other task . Let's create a simple example to send mail. For sending mail asynchronously you need to create a event handler that will notify that mail successfully sent or some errors occurred during sending mail. Let’s create a mail object and then we will ... (more)
category: Web Dev | clicked: 1 | comment | | source: jalpesh.blogspot.com
tags: ASP.Net 2.0, ASP.NET 3.5, System.Net.Mail
7
Shouts

“Thread safe” Dictionary(TKey,TValue) | GrumpyDev

published 1208 days, 7 hours, 43 minutes ago posted by http://www.grumpydev.com/http://www.grumpydev.com/ 1211 days, 51 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:46:40 PM GMT
“Thread safe” Dictionary(TKey,TValue)Introduction A pet project I’m currently working on requires the use of an internal Dictionary to store “registered” data, which is a pretty common requirement. For this particular project I’d like to at least attempt to make it “thread safe” on .NET 3.5, with an eye to moving it to the ConcurrentDictionary in .NET 4 which promises not only thread safety, but more granular locking to increase multi-threaded performance. A simple enough task, but one that I’ve seen... (more)
category: How To | clicked: 10 | comment | | source: www.grumpydev.com
tags: C#, CSharp 4.0, CSharp, Concurrency
7
Shouts

SharePoint 2010 - Client Object Model - ECMAScript - Introduction on how to use

published 1208 days, 7 hours, 43 minutes ago posted by PraveenPraveen 1211 days, 1 hour, 30 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:07:18 PM GMT
In SharePoint 2010, the great feature is introducing the client object model [Read this article before proceed]. The great advantage with this is, we can do plenty of things without server side coding using the ECMAScript. There are plenty of default supported files to use and do whatever you want with the SP Package files. All javascript files will be found in the layouts folder. All of them starts with "SP" name. ECMAScript works only for the current context. It means from outside of the site, you ... (more)
category: How To | clicked: 4 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, Client OM, SharePoint 2010
7
Shouts

Migration of ASP.NET app from IIS6 to IIS7 (7.5)

published 1208 days, 7 hours, 43 minutes ago posted by dczupekdczupek 1211 days, 1 hour, 21 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:16:13 PM GMT
For many of us familiar problem. You developing applications under IIS6 and you're about to move them to IIS7. In previous version of IIS was enough to copy over your files, create app pool and site. IIS7 (7.5) is different in this point. I've guide you through some problems you can run into. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.dczweb.net
9
Shouts

The Kayak Framework: An easy way to speak HTTP with .NET

published 1207 days, 7 hours, 58 minutes ago posted by sonukapoorsonukapoor 1210 days, 6 hours, 26 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 2:11:01 PM GMT
Kayak is a lightweight HTTP server for the CLR, and the Kayak Framework is a utility for mapping HTTP requests to C# method invocations. With Kayak, you can skip the bulk, hassle, and overhead of IIS and ASP.NET. Kayak enables you to do more with less syntax, and is easy to configure to work in any way you care to dream up. (more)
category: Web Dev | clicked: 10 | comment | | source: dotnetslackers.com
tags: C#, kayak, HTTP
7
Shouts

Quick Tip – Making Beep From the PC Speaker Using P/Invoke - Gil Fink on .Net

published 1208 days, 7 hours, 43 minutes ago posted by gilfgilf 1210 days, 5 hours, 35 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Friday, February 26, 2010 3:02:32 PM GMT
I was asked yesterday how can we perform a beep sound from the PC speaker. This is something that is needed in one of the applications that I’m consulting for to indicate a successful transaction (don’t ask me way…). (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: C#, P/Invoke
12
Shouts

XAML Power toys add-in for VS2010

published 1207 days, 7 hours, 58 minutes ago posted by ZORIGZORIG 1210 days, 4 hours, 2 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 4:35:00 PM GMT
XAML Power toys add-in for VS2010 If you have been using XAML Power toys addin in VS2008, you would be happy to know that Karl has now got it ready for VS2010.. (more)
category: UX | clicked: 2 | comment | | source: blogs.msdn.com
tags: VS 2010
10
Shouts

Silverlight: IronPython in the browser Part 1

published 1207 days, 7 hours, 58 minutes ago posted by sonukapoorsonukapoor 1210 days, 17 hours, 28 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 3:09:05 AM GMT
In the article the authors discuss how to take advantage of the exciting Silverlight platform with IronPython. (more)
category: Metro | clicked: 0 | comment | | source: dotnetslackers.com
tags: Silverlight
6
Shouts

So What Is This “Thread Safe” Thing Anyway? | GrumpyDev

published 1208 days, 7 hours, 43 minutes ago posted by http://www.grumpydev.com/http://www.grumpydev.com/ 1210 days, 10 hours, 12 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Friday, February 26, 2010 10:25:18 AM GMT
So What Is This “Thread Safe” Thing Anyway?Introduction Following on from my previous post about a “Thread Safe” Dictionary, and the subsequent comment from Rajeesh, made me think that perhaps a general post on “thread safety” was in order.Stop With the Quotes Already! The astute amongst you may notice I always try and put the phrase “thread safe” in quotes; and there is a good reason for that! “Thread safe” is a pretty horrible term (although I can’t think of a better one) that doesn’t really give eno... (more)
category: How To | clicked: 0 | 1 comment | | source: www.grumpydev.com
tags: C#, locking strategies, CSharp, Concurrency
8
Shouts

Exploring undocumented SOS function in Windbg – .NET 4.0

published 1207 days, 7 hours, 58 minutes ago posted by reshmireshmi 1210 days, 4 hours, 1 minute ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 4:36:43 PM GMT
With the new Microsoft .NET Framework 4.0 ,comes a new sos , which adds bunch of features. In this post I will be exploring one of the undocumented function , which is !HandleCLRN. Brian has also mentioned about these undocumented functions. I guessed it by the name ,it would have to be something about clr notification exception. I knew these exceptions are raised when there is an assembly load.  Here is the simple console application that I am going to be using for exploring this. using System; using S... (more)
category: Architecture | clicked: 2 | comment | | source: bit.ly
tags: .net 4, SOS, WinDbg
11
Shouts

A First Look at Unity 2.0

published 1207 days, 7 hours, 58 minutes ago posted by KhaledKhaled 1212 days, 7 hours, 41 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Wednesday, February 24, 2010 12:56:30 PM GMT
Unity is an open-source project from the Patterns & Practices group at Microsoft aimed at providing a classic IoC framework for developers to build object instances in a smart and highly configurable way. Unity works as a standalone framework but it is often packaged along with Enterprise Library. With the advent of .NET 4 and V... (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
8
Shouts

No Intellisense with VS 2010 RC (and how to fix it) - ScottGu's Blog

published 1207 days, 7 hours, 58 minutes ago posted by ali62bali62b 1209 days, 12 hours, 33 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 8:04:08 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] Patrick recently posted about something he found odd when installing the VS 2010 RC – which was that code intellisense for C# wasn’t working.  When he pulled up Tools->Options and checked under the Text Editor->C# settings he noticed that the reason Intellisense wasn’t working was because his profile had them turned off – and he couldn’t understand why it was configured to be of... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010 RC, ASP.NET
6
Shouts

Sexy Windsor Registrations

published 1208 days, 7 hours, 43 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDYhttps://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDY 1211 days, 12 hours, 50 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:47:16 AM GMT
After working with FluentNHibernate and seeing examples of registries in StructureMap, I started craving the same thing for my registrations with Windsor. (more)
category: Architecture | clicked: 4 | comment | | source: geekswithblogs.net
tags: Fluent, Windsor
8
Shouts

Key Software Development Trends - Somasegar

published 1210 days, 6 hours ago posted by jantujantu 1211 days, 10 hours, 23 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 10:14:03 AM GMT
More than ever before, today’s developers are open to considering and using multiple technologies to enable them to build solutions smoothly and deliver them to their customers quickly.  There are an increasing number of choices available for developers in terms of programming styles.  Our goal is to provide fantastic support for all programming styles within our tools to enable our customers to build great software.Several trends are emerging within the area of softwa... (more)
category: Smart Client | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division
Previous 1 2 ... 7 8 9 10 11 12 13 14 15 16 ... 38 39 Next