Khaled
Name: Khaled
Score: 1,249.11
Last Seen: 1 day, 2 hours, 24 minutes ago
Member Since: 9 February, 2009
DotNetShoutout
atom rss
6
shouts

Microsoft, jQuery, and Templating - Stephen.Walther

published 17 hours, 39 minutes ago posted by KhaledKhaled 1 day, 5 hours, 52 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Thursday, March 18, 2010 12:27:55 AM GMT
About two months ago, John Resig and I met at Café Algiers in Harvard square to discuss how Microsoft can contribute to the jQuery project. Today, Scott Guthrie announced in his second-day MIX keynote that Microsoft is throwing its weight behind jQuery and making it the primary way to develop client-side Ajax applications using Microsoft technologies. (more)
category: Ajax | clicked: 47 | comment | | source: stephenwalther.com
7
shouts

C# Bits: A Slightly Improved Password Field Template

published 17 hours, 39 minutes ago posted by KhaledKhaled 1 day, 5 hours, 57 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Thursday, March 18, 2010 12:23:08 AM GMT
I know my previous password field template was just about functional, so I have improved it slightly now you will have to enter the password twice in password mode and they will have to match. And in Read-Only mode it just displays ** or as many ‘*’ as you like. Listing 1 - Password.ascx page and the code behind is even less interesting.<%@ Control Language="C#" CodeFile="PasswordEdit.ascx.cs" Inherits="PasswordEditField" %> Listing 2 – Password_Edit.ascx Fig... (more)
category: ASP.NET | clicked: 34 | comment | | source: csharpbits.notaclue.net
6
shouts

Architecture Analysis Practices with VS2010 Direct Graphs and Layer Diagrams

published 17 hours, 39 minutes ago posted by ClemensReijnenClemensReijnen 1 day, 7 hours, 35 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 10:44:42 PM GMT
Been using the direct graph [DGML] and layer diagram capabilities from VS2010 for a while now. Used them on many different projects with a wide spread of architectures, different quality levels and with many questions to answer about it. And I recognized a common way of working when using the tools… It looks something like this: Zoom Out – Recognize - Zoom In – Analyze - Zoom Out or Zoom In – Group – Zoom Out and can been done in a different order… (more)
category: Architecture | clicked: 35 | comment | | source: www.clemensreijnen.nl
tags: VS2010
7
shouts

Inside the ASP.NET MVC Controller Factory

published 17 hours, 39 minutes ago posted by sonukapoorsonukapoor 2 days, 6 hours, 23 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 11:56:57 PM GMT
In this article, I'll go through the process of customizing the controller factory to show that the controller name doesn't necessarily result from a token contained in the URL. (more)
category: ASP.NET | clicked: 47 | comment | | source: dotnetslackers.com
tags: ASP.NET, factory, MVC
5
shouts

HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!

published 17 hours, 39 minutes ago posted by KhaledKhaled 1 day, 8 hours, 55 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 9:24:30 PM GMT
Uploading files to a server is a common operation of many websites. In this article we will focus on how to upload image files using ASP.NET MVC Framework and display the images using our custom Image HtmlHelper. (more)
category: ASP.NET | clicked: 31 | comment | | source: www.highoncoding.com
4
shouts

ASP.NET.4GuysFromRolla.com: Displaying Multimedia Content In A Floating Window Using FancyBox

published 1 day, 18 hours, 26 minutes ago posted by KhaledKhaled 2 days, 9 hours, 7 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 9:13:19 PM GMT
While surfing the web you may have come across websites with images and other multimedia content that, when clicked, were displayed in a floating window that hovered above the web page. Perhaps it was a page that showed a series of thumbnail images of products for sale, where clicking on a thumbnail displayed the full sized image in a floating window, dimming out the web page behind it. Have you ever wondered how this was accomplished or whether you could add such functionality to your ASP.NET website? (more)
category: ASP.NET | clicked: 16 | comment | | source: www.4guysfromrolla.com
4
shouts

Beginners Guide’s to ASP.NET MVC Framework – Part 1 of n

published 1 day, 18 hours, 26 minutes ago posted by KhaledKhaled 2 days, 9 hours, 10 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 9:09:47 PM GMT
This article is the Part 1 of the ASP.NET MVC Framework series. In this article I have describes very basic over view of MVC Framework and the control flow of MVC. I will write a few articles in this series which will help all the beginners to move ahead. This article is only about what MVC is. (more)
category: ASP.NET | clicked: 25 | comment | | source: www.dotnetfunda.com
4
shouts

.NET - What's New in ASP.NET 4.0 – Better ViewState Control

published 1 day, 18 hours, 26 minutes ago posted by KhaledKhaled 2 days, 9 hours, 12 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 9:07:42 PM GMT
In ASP.NET 2.0/3.5, you could disable ViewState for individual controls. However what you could not do is disable ViewState at a Page level and then enable it individually for controls on that page that require it. ASP.NET 4.0 changes that and gives more control to developers. (more)
category: ASP.NET | clicked: 25 | comment | | source: www.dotnetcurry.com
4
shouts

Netflix API : Announcing the OData Catalog API Preview!

published 1 day, 18 hours, 26 minutes ago posted by KhaledKhaled 2 days, 9 hours, 15 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 9:05:07 PM GMT
Netflix API Developer BlogAnnouncing the OData Catalog API Preview!Michael Hart5 hours ago The Netflix Catalog API provides rich information on over 100,000 movies and actors, but you can only retrieve its data by searching for movie title terms or actor names, or by downloading our multi-megabyte catalog index and putting it into a database to enable richer queries.  What if you don't want to run your own database, but really need to find "movies available for instant watching released in the last two ... (more)
category: Foundation | clicked: 26 | comment | | source: developer.netflix.com
7
shouts

Atanas Hristov: Design Patterns – State Pattern

published 2 days, 17 hours ago posted by http://atanashristov.blogspot.com/http://atanashristov.blogspot.com/ 3 days, 12 hours, 51 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 5:28:34 PM GMT
The is a behavioural pattern. The behaviour of object changes accordingly to its internal state. We move the logic to property "State" which has method Handle() and call this method. We change the behaviour of the object as we just switch the value of the "State" property. This is an exapmple of using the State pattern to implement a traffic light. (more)
category: Foundation | clicked: 48 | comment | | source: atanashristov.blogspot.com
tags: Design Pattern
8
shouts

Joins in LINQ to SQL - Raj Kaimal

published 4 days, 17 hours, 31 minutes ago posted by KhaledKhaled 5 days, 8 hours, 23 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 9:56:31 PM GMT
Joins in LINQ to SQL The following post shows how to write different types of joins in LINQ to SQL. I am using the Northwind database and LINQ to SQL for these examples.NorthwindDataContext dataContext = new NorthwindDataContext(); Inner Joinvar q1 = from c in dataContext.Customers join o in dataContext.Orders on c.CustomerID equals o.CustomerID select new { c.CustomerID, c.ContactName, o.OrderID, o.OrderDate ... (more)
category: Foundation | clicked: 39 | comment | | source: weblogs.asp.net
6
shouts

.NET - Creating a Weather Gadget for Windows 7

published 4 days, 17 hours, 31 minutes ago posted by KhaledKhaled 6 days, 5 hours ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 1:19:49 AM GMT
In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. (more)
category: Smart Client | clicked: 37 | comment | | source: www.dotnetcurry.com
7
shouts

Basic Instincts - Generic Co- and Contravariance in Visual Basic 2010

published 3 days, 18 hours, 24 minutes ago posted by KhaledKhaled 6 days, 5 hours, 22 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:58:14 AM GMT
Visual Studio 2010 has a new feature called generic co- and contravariance that is available when working with generic interfaces and delegates. In versions that precede Visual Studio 2010 and the Microsoft .NET Framework 4, generics behave invariantly with respect to subtyping, so conversions between generic types with different type arguments aren’t allowed. (more)
category: Foundation | clicked: 40 | comment | | source: msdn.microsoft.com
7
shouts

.NET - SQL Cache Dependency with SQL Server, LINQ and ASP.NET 3.5

published 3 days, 18 hours, 24 minutes ago posted by KhaledKhaled 6 days, 5 hours, 26 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:53:51 AM GMT
Whenever I think of performance with ASP.NET, the first thing that comes to mind is caching. Simply put caching is an in memory storage of objects that enables the application to read and write data to memory. (more)
category: ASP.NET | clicked: 40 | comment | | source: www.dotnetcurry.com
6
shouts

Understanding the basics of WCF Service

published 3 days, 18 hours, 24 minutes ago posted by KhaledKhaled 6 days, 5 hours, 29 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:51:19 AM GMT
The aim of this article is to explain the basics of WCF in a manner as simple as possible. It is assumed that the reader doesn’t know anything about WCF or .NET 3.0, however he/she is expected to know .NET 2.0 and/or simple facts like what is a web service. While writing this article (or any other) I always try to avoid difficult technical words, which may confuse the reader. I have tried to put it in as simple words as possible. At the end of this article, I would hope you understand at least some... (more)
category: Web Service | clicked: 32 | comment | | source: www.dotnetfunda.com
5
shouts

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

published 9 days, 17 hours, 3 minutes ago posted by KhaledKhaled 10 days, 8 hours, 35 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: ASP.NET | clicked: 34 | comment | | source: www.4guysfromrolla.com
8
shouts

Data Points - Precompiling LINQ Queries

published 8 days, 18 hours, 51 minutes ago posted by KhaledKhaled 10 days, 9 hours, 26 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Monday, March 08, 2010 8:54:24 PM GMT
When using LINQ to SQL or LINQ to Entities in your applications, it’s important to consider precompiling any query you create and execute repeatedly. I often get caught up in completing a particular task and neglect to leverage precompiled queries until I’m fairly far along in the development process. This is much like “exception handling disease,” where devs try to shoehorn exception handling into an app after the fact. (more)
category: Foundation | clicked: 36 | comment | | source: msdn.microsoft.com
4
shouts

Using a WPF ListView as a DataGrid - Paul Sheriff's Blog for the Real World

posted by KhaledKhaled 10 days, 9 hours, 56 minutes ago
Monday, March 08, 2010 8:23:48 PM GMT
Using a WPF ListView as a DataGrid Many people like to view data in a grid format of rows and columns. WPF did not come with a data grid control that automatically creates rows and columns for you based on the object you pass it. However, the WPF Toolkit can be downloaded from CodePlex.com that does contain a DataGrid control. This DataGrid gives you the ability to pass it a DataTable or a Collection class and it will automatically figure out the columns or properties and create all the columns for you ... (more)
category: Smart Client | clicked: 2 | comment | | source: weblogs.asp.net
6
shouts

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

published 8 days, 18 hours, 51 minutes ago posted by KhaledKhaled 10 days, 10 hours 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: ASP.NET | clicked: 37 | comment | | source: www.dotnetcurry.com
6
shouts

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

published 8 days, 18 hours, 51 minutes ago posted by KhaledKhaled 10 days, 10 hours, 3 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: ASP.NET | clicked: 52 | comment | | source: www.dotnetcurry.com
Previous 1 2 3 4 5 Next