TareqOmar
Name: TareqOmar
Score: 9,755.92
Last Seen: 1047 days, 2 hours, 29 minutes ago
Member Since: 29 January, 2009
DotNetShoutout
atom rss
7
Shouts

DependencyProperties or INotifyPropertyChanged ?

posted by jmix90jmix90 1178 days, 4 hours, 31 minutes ago
Monday, March 01, 2010 11:42:05 AM GMT
When you want to make an object binding-aware you have two choices : implements INotifyPropertyChanged or creates DependencyProperties. Which one is the best ? Let's try to answer this question ! (more)
category: How To | clicked: 4 | comment | | source: blog.lexique-du-net.com
tags: Dependency Property, Dependency-Properties, WPF, INotifyPropertyChanged, Performance Test
7
Shouts

Cropping or Clipping in WPF

posted by KhaledKhaled 1177 days, 16 hours, 39 minutes ago
Monday, March 01, 2010 11:34:06 PM GMT
The Clip property takes a Geometry type that can be a line, rectangle, ellipse, or group geometry. (more)
category: Smart Client | clicked: 0 | comment | | source: www.c-sharpcorner.com
7
Shouts

Editor's Note - Coming out the Other Side

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1182 days, 17 hours, 30 minutes ago
Wednesday, February 24, 2010 10:42:52 PM GMT
The worst is over for technology job-seekers, says Dice.com executive. (more)
category: How To | clicked: 0 | comment | | source: msdn.microsoft.com
tags: MSDN, MSDN Magazine
5
Shouts

JQuery 1.4.2 released

posted by PraveenPraveen 1183 days, 2 hours, 31 minutes ago
Wednesday, February 24, 2010 1:41:53 PM GMT
These guys are very quick and fast updates in releases. Jquery 1.4.2 is released and they came up with strong version. This version again improved plenty of things in terms of performance and some events. Fixed lot of issues and bugs. So, get it and use it. Read the complete list of features on their site. http://blog.jquery.com/2010/02/19/jquery-142-released/ (more)
category: Web Dev | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: Release, JQuery 1.4.2
8
Shouts

Tetris development « Hack Toons

posted by http://nailxx.myopenid.com/http://nailxx.myopenid.com/ 1182 days, 1 hour, 23 minutes ago
Thursday, February 25, 2010 2:49:59 PM GMT
Next comic strip about programmers' fail. Guess what's wrong before reading the notes? (more)
category: Agile | clicked: 2 | comment | | source: hacktoons.com
tags: cartoon agile xp scrum
4
Shouts

The Security of the Empty Client Model: In contract with AJAX

posted by webguiwebgui 1179 days, 4 hours, 3 minutes ago
Sunday, February 28, 2010 12:10:03 PM GMT
'The benefits of AJAX are undisputed, in particular the techniques that empowered the Web 2.0 experience. This helped make AJAX very popular among mainstream webprogramming because it offered a richer web UI and more fluid page transitions. Today, approximately 60% of all newly built websites use some AJAX components. AJAX, however, has not achieved a penetration rate that is even close to that of the enterprises. In fact, only 1% of newly built enterprise web applications utilize major AJAX infrastruct... (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, web 2.0, Web applications, UI, web development, sevurity, IT, Ajax, Frameworks, ASP.NET
6
Shouts

Resize Image In Asp.Net And Upload To Databse

posted by amitjainamitjain 1180 days, 19 hours, 55 minutes ago
Friday, February 26, 2010 8:18:10 PM GMT
In this example i am going to describe how to resize image and upload to ms sql database in asp.net. For this i am using FileUpload control to upload the image in datbase after resizing. I am also displaying the Image in Gridviw after uploading to database. (more)
category: Web Dev | clicked: 0 | comment | | source: csharpdotnetfreak.blogspot.com
tags: grid View, SQL, Database, ASP.NET
5
Shouts

IIS7 Does Not Allow Cross Domain Calls In Full Trust Mode By Default – The Fix!

posted by http://daniewat82.myopenid.com/http://daniewat82.myopenid.com/ 1178 days, 20 hours, 1 minute ago
Sunday, February 28, 2010 8:12:25 PM GMT
I have been working on a project recently where I have been making cross domain web requests to twitter using the Yedda.Net library. Everything was working correctly when executing the source using Visual Studio and Cassini (Visual Studios built in web server) but when I made a trial deployment I ran into a security exception. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetguy.co.uk
tags: IIS7.0, SecurityException, WebRequest, Full Trust
4
Shouts

Architecture & Stuff : The Danger in Relying on the Electric Utility Model for the Cloud.

posted by wzackwzack 1178 days, 17 hours, 3 minutes ago
Sunday, February 28, 2010 11:10:03 PM GMT
Sitting in my nth Cloud symposium last week I again heard the argument that the Cloud should be modeled after an electric power utility. You just plug into it and stuff works. This analogy has been used lots of places, most recently in Nicholas Carr’s book The Big Switch: Rewiring the World, from Edison to Google . In that book the author chronicles the evolution of electric power from being self-generated by factories located on the banks of rivers and by individual cities for their own use and then ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
6
Shouts

CompiledQuery in Entity Framework - Gil Fink on .Net

posted by gilfgilf 1178 days, 9 hours, 19 minutes ago
Monday, March 01, 2010 6:53:43 AM GMT
There are times when we want to make optimizations on some piece of code. If we want to reduce the cost of executing a query in Entity Framework we can use a CompiledQuery to the rescue. Yesterday I used added a compiled query to a code base which was executing multiple times. This reduced the execution time of the repeating queries. In the post I’ll explain what are CompiledQueries and how to use them. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, compilation
4
Shouts

WPF Menu Databinding

posted by pons_saravananpons_saravanan 1178 days, 9 hours, 8 minutes ago
Monday, March 01, 2010 7:05:05 AM GMT
DataBinding WPF Menu with Dataset For a complete working application Menu is a best known choice for navigation. Whatever other navigations such as toolbar, tabs etc... are optional and will add value for the application . It is a grea... (more)
category: Metro | clicked: 3 | comment | | source: www.vbknowledgebase.com
5
Shouts

Discover which Control Raised a PostBack - Gil Fink on .Net

posted by gilfgilf 1178 days, 8 hours, 48 minutes ago
Monday, March 01, 2010 7:25:03 AM GMT
Yesterday I needed a solution for an annoying problem. I have some buttons on a ASP.NET web form and I need to know which button raised the postback not in the event itself but in the page load event. This post will show a way to solve this conundrum. (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: WebForms, ASP.NET
6
Shouts

Persisting the Configuration - Jesse Liberty

published 1172 days, 48 minutes ago posted by jantujantu 1174 days, 4 hours, 51 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Friday, March 05, 2010 11:22:21 AM GMT
For this week’s release of the Silverlight HyperVideo Platform we are committed to having configuration information retrieved from a database. To accomplish this we need (want?)Smooth-streaming videos that we can use to illustrate the relationship among Items, Topics and Links and A Database in which to store the configuration information Step 1 was accomplished byCreating the videos Creating image files Uploading the videos and images to MSN where the videos wer... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, slhvp, data, HyperVideoProject
8
Shouts

Using windbg as a Sql profiler in .NET

published 1172 days, 48 minutes ago posted by reshmireshmi 1174 days, 2 hours, 48 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Friday, March 05, 2010 1:24:52 PM GMT
Most of the times when I am debugging using Windbg, I end up debugging code which has  interaction with the Sql server database. So to troubleshoot what is being passed to Sql server I would have to fire up a Sql profiler or open the application log file. Wouldn’t be easy just to use one tool and like the new vs2010 which has  Sql server execute reader command text shown (intellitrace)  in the debugger window. This is not hard using Windbg . This is a simple trick which can help in every developer be mo... (more)
category: Architecture | clicked: 1 | comment | | source: bit.ly
tags: SQL Server, SOS, WinDbg, Debugging
5
Shouts

Use ASP.NET 4 Browser Definitions with ASP.NET 3.5 - Stephen Walther

published 1172 days, 48 minutes ago posted by jantujantu 1172 days, 6 hours, 35 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Sunday, March 07, 2010 9:37:50 AM GMT
We updated the browser definitions files included with ASP.NET 4 to include information on recent browsers and devices such as Google Chrome and the iPhone. You can use these browser definition files with earlier versions of ASP.NET such as ASP.NET 3.5. The updated browser definition files, and instructions for installing them, can be found here,The changes in the browser definition files can cause backwards compatibility issues when you upgrade an ASP.NET 3.5 web application to ASP.NET 4. If you encoun... (more)
category: How To | clicked: 0 | comment | | source: stephenwalther.com
tags: ASP.NET 3.5, ASP .NET, ASP.NET 4
5
Shouts

The Power of Blue Books for Platform Impact - J.D. Meier

published 1171 days, 3 hours, 45 minutes ago posted by jantujantu 1172 days, 6 hours, 48 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 9:25:17 AM GMT
Why invest in prescriptive guidance or “Blue Books” for Microsoft platform impact?  While the answer is obvious to many, it’s not as obvious to others, so I’ll attempt to paint the picture here. Building Secure ASP.NET Applications was the first “blue book” at Microsoft, but it was Improving Web Application Security that really made people take notice (it was downloaded more than 800,000 times in its first six months and it changed how many people in the in... (more)
category: How To | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: ASP.Net 2.0, Visual Studio, ASP.NET
5
Shouts

Learning the M-V-VM pattern for XAML development - Tim Heuer

published 1171 days, 3 hours, 45 minutes ago posted by jantujantu 1172 days, 6 hours, 38 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 9:35:16 AM GMT
Quick, what’s the most popular thing in XAML development? Yeah, thought so…MVVM or Model-View-ViewModel.It’s one of the most popular subjects I hear about when people talk about developing applications with WPF and Silverlight. However, as much as it is talked about and as much as frameworks are born every day, there isn’t a ton of just simplified ‘here’s how you do it’ information in one place. I mean, sure there is information, but I have to admit I think it is a bit scattered all over. (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: Silverlight, WPF, XAML, MVVM, M-V-VM, MVP
5
Shouts

ADO.NET team blog : Updated Data Model Designer Extension Starter Kit

published 1171 days, 3 hours, 45 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1172 days, 23 hours, 57 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 4:16:16 PM GMT
The ADO.NET Entity Data Model Designer Extension Starter Kit has been updated to work with Visual Studio 2010 RC bits. Get the latest version here: http://code.msdn.microsoft.com/DesignerExtStartKit. (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: entityframework 4, entityframework4, EF4, entityframework
7
Shouts

Calling ASP.NET Web Service Using Jquery - Part II - Passing Parameters

published 1171 days, 3 hours, 45 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 1173 days, 55 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 3:17:45 PM GMT
In my previous post I have shown with a simple example on how you call an ASP.NET web service using JQuery. In this post I will show how you on how can you pass parameters to the web method and get the result using the web service. If you have read my previous post, you have seen that we have just called a web method which returns a simple string back to us. In this example, instead of returning a plain simple string back to the client, we will ask the user to enter two numbers and the call the web serv... (more)
category: Web Dev | clicked: 1 | comment | | source: www.midnightprogrammer.net
tags: Web Service, jQuery, Ajax, ASP.NET
8
Shouts

A Brief Introduction to Multi-threading in C# (Part2:Manage Threads Manually)

published 1171 days, 3 hours, 45 minutes ago posted by winladenwinladen 1172 days, 22 hours, 14 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 5:58:44 PM GMT
From the previous post, Part1:CLR-Managed Thread, what if you want absolute control over the execution of the threads. Here are the ways: - Thread Monitor - Interthread Signaling (more)
category: How To | clicked: 0 | comment | | source: theblogfor.net
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 38 39 Next