TareqOmar
Name: TareqOmar
Score: 9,755.92
Last Seen: 1046 days, 5 hours, 22 minutes ago
Member Since: 29 January, 2009
DotNetShoutout
atom rss
6
Shouts

Nizar's .NET Blog » Strategy Pattern at work

published 1168 days, 7 hours, 37 minutes ago posted by noorani786noorani786 1169 days, 2 hours, 55 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 4:11:24 PM GMT
An example of the usage of the Strategy pattern to maintain customizations for customers from different countries. (more)
category: Architecture | clicked: 4 | comment | | source: nizarnoorani.com
tags: Design Pattern, Strategy
5
Shouts

FREE dynaTrace AJAX Edition 1.6 available for public download

published 1168 days, 7 hours, 37 minutes ago posted by grabnerandigrabnerandi 1169 days, 3 hours, 53 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 3:13:20 PM GMT
Existing users of the dynaTrace AJAX Edition receive the update notification about the latest available version when opening your current dynaTrace AJAX Edition. Everybody else out there that needs a FREE tool for JavaScript/AJAX Performance Analysis for Internet Explorer 6, 7 & 8 can go ahead and download it from our download page.What does dynaTrace AJAX Edition do for you? It allows you to analyze your web site performance and point problems to bad performing JavaScript code (either your own or c... (more)
category: Web Dev | clicked: 15 | comment | | source: blog.dynatrace.com
tags: Web, Performance, Tools
5
Shouts

.NET Framework 4: A first look at the new features « Mehroz’s Experiments

published 1168 days, 7 hours, 37 minutes ago posted by mehrozmehroz 1169 days, 54 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 6:12:06 PM GMT
Visual Studio 2010 Release Candidate has been made available a few weeks back. The .NET Framework 4 is arriving with some great new enhancements for all of us, and in this post, I plan to briefly discuss some of those exciting features that caught my eye. Here's the list of the features discussed: Parallel extensions Entity framework 4 Managed Extensibility Framework Silverlight 4 DLR and dynamic keyword Code contracts Optional Parameters ... (more)
category: How To | clicked: 2 | comment | | source: smehrozalam.wordpress.com
tags: .net 4, TPL, dynamic, Code Contracts, dotnet, DLR, Entity Framework, C#, EF4, MEF, Parallelism, Silverlight 4, VS2010
6
Shouts

Automated “Unit” Testing – It’s Not Just for TDD, It’s for Bug Fixing Too! | GrumpyDev

published 1168 days, 7 hours, 37 minutes ago posted by http://www.grumpydev.com/http://www.grumpydev.com/ 1169 days, 5 hours, 13 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 1:53:22 PM GMT
Automated “Unit” Testing – It’s Not Just for TDD, It’s for Bug Fixing Too! Disclaimer – What I’m discussing here isn’t unit testing (hence the quotes), it’s more functional or integration testing; but as the term “Unit Testing” is often “abused” to mean “anything that uses a (unit) testing framework” so I’ve included it in the title to avoid confusion.Introduction I’m currently using TinyIoC in my first forays into MonoTouch development, and my initialisation code was throwing a resolution error on sta... (more)
category: How To | clicked: 1 | comment | | source: www.grumpydev.com
tags: C#, Debugging, Testing, tinyioc, unit testing
6
Shouts

ASP.NET.4GuysFromRolla.com: Integrating Twitter Into An ASP.NET Website

published 1169 days, 5 hours, 49 minutes ago posted by KhaledKhaled 1169 days, 21 hours, 21 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 9:45:27 PM GMT
Twitter is a popular social networking web service for writing and sharing short messages. These tidy text messages are referred to as tweets and are limited to 140 characters. Users can leave tweets and follow other users directly from Twitter's website or by using the Twitter API. Twitter's API makes it possible to integrate Twitter with external applications. For example, you can use the Twitter API to display your latest tweets on your blog. A mom and pop online store could integrate Twitter such tha... (more)
category: Web Dev | clicked: 1 | comment | | source: www.4guysfromrolla.com
7
Shouts

.NET - Limit Number Of Characters In an ASP.NET Multiline TextBox using jQuery

published 1168 days, 7 hours, 37 minutes ago posted by KhaledKhaled 1169 days, 22 hours, 47 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Monday, March 08, 2010 8:19:41 PM GMT
This article shows you how to limit characters entered in an ASP.NET Multiline TextBox. The ASP.NET Multiline TextBox ignores the MaxLength property. So one of the ways of solving this requirement is to use Client Script and detect if the maximum character limit of the Multiline TextBox has been reached. I will be showing a common technique adopted by developers to solve this requirement. I will then explain why this technique is not user friendly and how to improve on it. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetcurry.com
7
Shouts

.NET - AutoScroll an ASP.NET Multiline TextBox using jQuery

published 1168 days, 7 hours, 37 minutes ago posted by KhaledKhaled 1169 days, 22 hours, 49 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Monday, March 08, 2010 8:17:27 PM GMT
This article demonstrates how to autoscroll a multiline textbox both upwards and downwards using jQuery 1.3.2. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetcurry.com
5
Shouts

.NET - Writing Efficient String Functions in C#

published 1168 days, 7 hours, 37 minutes ago posted by KhaledKhaled 1169 days, 22 hours, 51 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Monday, March 08, 2010 8:15:16 PM GMT
The .NET Framework provides a set of powerful string functions. These building blocks can be used to write more complex algorithms for handling string data. However developers aiming to write fast and efficient string functions must be careful of how they use those building blocks. To write efficient string handling functions, it is important to understand the characteristics of string objects in C#. (more)
category: How To | clicked: 0 | comment | | source: www.dotnetcurry.com
6
Shouts

RadGrid with Custom Paging / Sorting / Filtering

published 1169 days, 5 hours, 49 minutes ago posted by rockinthesixstringrockinthesixstring 1170 days, 1 hour, 35 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 5:31:16 PM GMT
Speed up your Gridview paging with this simple tip (more)
category: Web Dev | clicked: 33 | comment | | source: dotnetblogger.com
6
Shouts

Bubbling up events from user control to parent page/control

published 1169 days, 5 hours, 49 minutes ago posted by kcherupakcherupa 1170 days, 8 hours, 32 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 10:34:44 AM GMT
It is a good practice to use user controls when same controls are repeated in many pages. But there are some cases where the user control has some controls which generate events and those need to be handled by the containing page/user control. For eample there is a button control in the user control and you want to do something... (more)
category: Web Dev | clicked: 0 | comment | | source: cherupally.blogspot.com
tags: user controls, Event, bubble up, Event Handler
7
Shouts

How to extend Bing Maps Silverlight with an elevation profile graph - Part 1

published 1169 days, 5 hours, 49 minutes ago posted by KMilKMil 1170 days, 5 hours, 9 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 1:56:53 PM GMT
One of the things I found missing in the current Bing Maps product is the possibility to create an elevation surface profile of routes. Perhaps this feature may not seem much on demand but actually affects more people than expected. (more)
category: Metro | clicked: 2 | comment | | source: www.silverlightshow.net
4
Shouts

Should I change from .NET to Testing : IT Career Advice at DotNetFunda.Com

published 1170 days, 6 hours, 38 minutes ago posted by dotnetfundadotnetfunda 1171 days, 59 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 6:07:32 PM GMT
Hello, I have a real hardship in choosing my career path. Don't know whether I should be doing course on .NET or should I be learning automation tools. confused between Development orTesting? I have 3 years of experience in IT industry. In this 3 years I have worked in a maintenance project which was on .NET 1.1 . Then worked on support which was mostly mail support, answering questions for the newly developed controls (microsoft mediaroom specific). currently into POC development for the same mediaroom... (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: career advice
3
Shouts

Want to become Architect/Designer : IT Career Advice at DotNetFunda.Com

published 1170 days, 6 hours, 38 minutes ago posted by dotnetfundadotnetfunda 1171 days, 31 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 6:35:22 PM GMT
My intro : I have almost 5.6 yrs( in web app using asp.net with c#) of exp in software development. And during this time period in my carrier i am able to prove myself with new challenges in my day to day job and i am able to do more than expectation of my boss. Anyway Come to the point I am very much interested in Architecture and Designing(.net Framework) of softwares, but unfortunately i did find any inst. or person that can help me for this track. Can you please suggest me how i should start about Ar... (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Career, careeradvice
4
Shouts

Released from project due to recession: Wish to make a comeback : IT Career Advice at DotNetFunda.Com

published 1170 days, 6 hours, 38 minutes ago posted by dotnetfundadotnetfunda 1171 days, 44 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 6:21:56 PM GMT
I had 4 year experierence as software developer, monstly of my experience was in microosft technology(vb, vb.net, C#, asp,asp.net). Due to recession i was released from the project, so since from last 8 month i am working as technical faculty & training co ordinator with an Engineering institute in my hometown. My prime intreset in IT Industry. Please help me what type of stretegy should i choose to search a suitable job in IT Industry. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: career advice
4
Shouts

HIGH FRUSTRATION : CAREER ADVISE AFTER 4 + YEARS EXP IN IT(ASP.NET) : IT Career Advice at DotNetFunda.Com

published 1170 days, 6 hours, 38 minutes ago posted by dotnetfundadotnetfunda 1171 days, 35 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 6:31:06 PM GMT
I have toatal 4.5 Years experience with IT. I have yet worked with various technology like Asp.net,VB.Net,SQL 2000,Ajax,Crystal reports. I have worked mostly as Software programmer with dotnet technology. Currently I am working with one MNC as Senior developer. But now I think I am doing totally against I wish with the life. I am not at all satisfied with the job.Job culture & environment is totally eating my head. And now its becoming so difficults for me that I cannot take proper breath in weekend ... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.dotnetfunda.com
tags: careeradvice
5
Shouts

Introducing the realfiction builder – MsBuild without XML

published 1170 days, 6 hours, 38 minutes ago posted by http://fquednau.pip.verisignlabs.com/http://fquednau.pip.verisignlabs.com/ 1170 days, 21 hours, 36 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 9:29:56 PM GMT
Imagine writing MsBuild scripts: Without touching XML but rather using a simple syntax. If you like the idea, check out rfb. (more)
category: How To | clicked: 0 | comment | | source: realfiction.net
tags: Programming, MSBuild, Open Source
4
Shouts

SharePoint 2010 HTML Markup changes in rendering

posted by PraveenPraveen 1177 days, 8 hours, 17 minutes ago
Monday, March 01, 2010 10:49:42 AM GMT
Wow. SharePoint 2010 has lot of new features. Everyone knows that. But, among all of them, the main thing I have really loved is the HTML markup generated for the SharePoint 2010. You know what? They have replaced the tables with Div and ul, li etc. So, this is a very good thinking and change from SharePoint team which likes by all and browsers. Everyone knows what are the problems with TABLES and in SharePoint 2007 you find many many tables. But not any more in SharePoint 2010. Below is the simple sna... (more)
category: How To | clicked: 1 | comment | | source: praveenbattula.blogspot.com
tags: SharePoint 2010, Markup, HTML
7
Shouts

Internationalization/Globalization in Silverlight - Part 3 - What is a resx file, and how should I use it?

posted by KMilKMil 1177 days, 6 hours, 17 minutes ago
Monday, March 01, 2010 12:49:35 PM GMT
In part three of his tutorial, Ross Wozniak explains what is a resx file and how should you use it. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
6
Shouts

Internationalization/Globalization in Silverlight - Part 2 - Should I Internationalize?

posted by KMilKMil 1177 days, 6 hours, 20 minutes ago
Monday, March 01, 2010 12:46:12 PM GMT
In part two of his tutorial, Ross Wozniak explains why you should internationalize. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
6
Shouts

Internationalization/Globalization in Silverlight - Part 1 - Terminology

posted by KMilKMil 1177 days, 6 hours, 25 minutes ago
Monday, March 01, 2010 12:41:37 PM GMT
Here is part one of the eight-parter tutorial written by Ross Wozniak about internationalization/globalization in Silverlight. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 38 39 Next