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

SharePoint 2010 ECMAScript - How to know logged in user information

published 1176 days, 5 hours, 39 minutes ago posted by PraveenPraveen 1177 days, 11 hours, 23 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 9:51:24 AM GMT
This is post which is simple and not really needed. But when I started writing the code in ECMAScript I have faced problems in getting the logged in user information. So, my readers may feel good after see this post and really most the users are looking for this too. By this time, we have really understood all about ECMAScript Client Object Model and debugging. So, it's easy for us to know it well. Please find the code below to get the current user information. So, the above code returns you the use... (more)
category: How To | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, SharePoint 2010
8
Shouts

Innovation Showcase : Microsoft Architecture Webcast Series

published 1176 days, 5 hours, 39 minutes ago posted by wzackwzack 1176 days, 21 hours, 6 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Wednesday, March 03, 2010 12:08:08 AM GMT
Microsoft Architecture Webcast Series We are putting on a series of architecture webcasts this month. Please tune in. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
4
Shouts

Architecture & Stuff : Architect Cafe Webcast Series

published 1176 days, 5 hours, 39 minutes ago posted by wzackwzack 1176 days, 21 hours, 27 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 11:46:42 PM GMT
Architect Cafe Webcast Series I am part of a team that is putting on a series of architecture webcasts this month. Please tune in. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
6
Shouts

Session Time Out Tricks - Misfit Geek

published 1177 days, 5 hours, 55 minutes ago posted by jantujantu 1178 days, 10 hours, 34 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 10:39:29 AM GMT
I recently received an email from a developer who needed toimplement a behavior around a user’s session timeout behavior. As you probably know, we can configure our application to “expire” a user’s session at any interval that we wish.Example:We can add a specification to our application’s web.config file to change the default session expiration time from 20 minutes to a time span of our own choosing. 10 minutes in the example above.The session timeout value is a sliding value; on each reques... (more)
category: Smart Client | clicked: 1 | comment | | source: misfitgeek.com
tags: blog, ASP.NET
7
Shouts

.NET LINQ from Scratch | Nettuts+

published 1177 days, 5 hours, 55 minutes ago posted by KhaledKhaled 1178 days, 1 hour, 42 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 7:32:05 PM GMT
.NET LINQ from ScratchFeb 23rd, 2010 in ASP.NET by Arman Mirkazemi As software developers, we spend a lot of time extracting and displaying data from many different data sources. Whether it's a XML webservice of some sort, or a full featured relational database, we have been forced to learn different methods of data access. Wouldn't it be great if the method of access was the same for all data sources? Well, we are in luck because, as of the release of C# 3.0 and the .NET 3.5 Framework, LINQ has... (more)
category: How To | clicked: 1 | comment | | source: net.tutsplus.com
8
Shouts

Scott Hanselman's Computer Zen - Put Missing Kids on your 404 Page - Entirely Client-Side Solution with YQL, jQuery, and MSAjax

published 1177 days, 5 hours, 55 minutes ago posted by KhaledKhaled 1178 days, 1 hour, 38 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 7:35:55 PM GMT
I noticed a post over at a blog called "The other side of the moon" where the author suggests that we put pictures and details of missing children on on 404 pages. It's a simple and brilliant idea. Millions of 404s are delivered every day. We are reporting on missing pages, but not on missing children. He includes a simple PHP solution. I set out to create an ASP.NET solution, but then realized that a server-side solution wasn't really necessary. Could I do it all on the client side? This way anyone co... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
6
Shouts

Getting started with code signing for under $100 - Jeff Wilcox

published 1177 days, 5 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 1178 days, 29 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 8:44:29 PM GMT
I recently jumped in and acquired an Authenticode code signing certificate & key pair. It’s great being able to sign my .NET executables, installers, and even Visual Studio 2010 extensions. I’m documenting my efforts here in the hope that others would be able to follow the relatively straightforward process – there’s not much magic other than learning to export and ... (more)
category: How To | clicked: 0 | comment | | source: www.jeff.wilcox.name
tags: C#
7
Shouts

Using fonts in Silverlight: evaluating the options

published 1177 days, 5 hours, 55 minutes ago posted by gergelyoroszgergelyorosz 1178 days, 3 hours, 36 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 5:37:55 PM GMT
The article summarizes the possibilities of defining fonts in Silverlight: using built-in fonts, embedding them and using streamed fonts. (more)
category: Metro | clicked: 0 | comment | | source: gregdoesit.com
tags: Fonts
7
Shouts

Extreme ASP.NET - Model Validation and Metadata in ASP.NET MVC 2

published 1177 days, 5 hours, 55 minutes ago posted by KhaledKhaled 1178 days, 2 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 9:11:41 PM GMT
One of the new features added to the ASP.NET MVC 2 release is the ability to validate user input on both the server and client. All you need to do is give the framework some information about the data you need validated, and the framework will take care of the hard work and details. (more)
category: Web Dev | clicked: 0 | comment | | source: msdn.microsoft.com
7
Shouts

Cutting Edge - ASP.NET Ajax Library and WCF Data Services

published 1177 days, 5 hours, 55 minutes ago posted by KhaledKhaled 1177 days, 23 hours, 57 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 9:16:30 PM GMT
It’s been a few years since the Web industry praised the advent of AJAX as the beginning of a new era of programming prosperity, and now a powerful set of programming tools is finally available to Web developers: the ASP.NET Ajax Library and WCF Data Services. Developers can stop relying on the browser as a distinct runtime environment and perform from the Web a number of tricks that were previously only possible through smart clients. (more)
category: Web Dev | clicked: 0 | comment | | source: msdn.microsoft.com
6
Shouts

ASP.NET.4GuysFromRolla.com: A Look at the GridView's New Sorting Styles in ASP.NET 4.0

published 1177 days, 5 hours, 55 minutes ago posted by KhaledKhaled 1178 days, 1 hour, 43 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 7:31:05 PM GMT
Like every Web control in the ASP.NET toolbox, the GridView includes a variety of style-related properties, including CssClass, Font, ForeColor, BackColor, Width, Height, and so on. The GridView also includes style properties that apply to certain classes of rows in the grid, such as RowStyle, AlternatingRowStyle, HeaderStyle, and PagerStyle. Each of these meta-style properties offer the standard style properties (CssClass, Font, etc.) as subproperties. (more)
category: Web Dev | clicked: 0 | comment | | source: www.4guysfromrolla.com
6
Shouts

MVVM - Creating ViewModel : use XAML Power Toys (solution 2 of n)

published 1177 days, 5 hours, 55 minutes ago posted by jmix90jmix90 1178 days, 3 hours, 13 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 6:01:22 PM GMT
Here is the next episode of our serie MVVM - Creating ViewModel. Today we are going to discover a tool which can help us to create the ViewModel. (more)
category: How To | clicked: 4 | comment | | source: blog.lexique-du-net.com
tags: WPF, how to, Model-View-ViewModel, MVVM
6
Shouts

blog.RunXc | Scaffolding with Asp.Net MVC 2 and SubSonic 3

published 1177 days, 5 hours, 55 minutes ago posted by runxc1runxc1 1177 days, 22 hours, 49 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 10:24:46 PM GMT
ASP.Net MVC2 makes Scaffolding very easy and does 90% of the work but just doesn't put that last 10% in to get a true List/Edit/Create Scaffold. Here is a simple tutorial with code on how to create a Scaffold. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.runxc.com
tags: C#, ASP.NET MVC 2, Subsonic
7
Shouts

Should I embed a complete database engine into a Silverlight app?

published 1177 days, 5 hours, 55 minutes ago posted by siaqodb_usersiaqodb_user 1177 days, 22 hours, 27 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 10:47:09 PM GMT
Should I embed a complete database engine into a Silverlight app? Many developers ask themselves if it worth to embed a complete database engine on a Silverlight application and this can be normal because developers are used with traditional database where you need drivers (old ODBC drivers) or ADO.NET providers to be installed on machine that app run and as footprint that are quite big if we speak in sense of using on Silverlight sandbox where footprint is very important. But what exactly ... (more)
category: Metro | clicked: 0 | comment | | source: siaqodb.com
5
Shouts

MVC Routes and Magic Strings - No Good

published 1177 days, 5 hours, 55 minutes ago posted by https://www.isi-net.com/OpenID/RMuthhttps://www.isi-net.com/OpenID/RMuth 1178 days, 4 hours, 24 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 4:50:25 PM GMT
I live and breath with ASP.NET MVC, but from the very beginning I’ve been very uncomfortable with the magic string nature of routes, controllers, and actions. I long ago stopped using the various “action” extensions because they are way too prone to fat finger screw ups and moved nearly 100% to using route extensions and putting my routes names into constants so as not to have any chance of fat finger issues, but recently, after reviewing the source code for MVC2, specifically the “LabelFor” extension, I... (more)
category: Web Dev | clicked: 4 | comment | | source: www.isi-net.com
tags: Routing, MVC
4
Shouts

Simplest Way to Implement Multilingual WPF Application

published 1172 days, 5 hours, 48 minutes ago posted by dotnetfundadotnetfunda 1172 days, 19 hours, 17 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Sunday, March 07, 2010 1:57:13 AM GMT
Easiest way to handle Globalization in your WPF application (more)
category: Metro | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: WPF
7
Shouts

Beta of VS Team Explorer with Cross Platform Support - Somasegar

published 1172 days, 5 hours, 48 minutes ago posted by jantujantu 1174 days, 5 hours, 47 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Friday, March 05, 2010 3:26:39 PM GMT
Beta of VS Team Explorer with Cross Platform Support Last November, I posted about our acquisition of the assets of Teamprise, a partner who provides access to Team Foundation Server from Eclipse and non-Windows platforms.The Teamprise products have been very popular with TFS customers who were developing applications across Microsoft and non-Microsoft platforms.  Often customers want to standardize on a single enterprise-wide solution for Application Lifecycle Management because of the cost sav... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio, Visual Studio Team System, Developer Division
7
Shouts

.NET basics - Difference between the stack and the heap

published 1172 days, 5 hours, 48 minutes ago posted by ZteffZteff 1174 days, 5 hours, 59 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Friday, March 05, 2010 3:14:37 PM GMT
Most programmers know the stack and the heap - but do you really know the difference between the two? The post describes the basic concepts of the stack and the heap and how they work. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.quindo.dk
5
Shouts

Windows 7 Multitouch Application Development (Part - I)

published 1171 days, 8 hours, 46 minutes ago posted by dotnetfundadotnetfunda 1173 days, 2 hours, 36 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 6:37:47 PM GMT
Windows 7 Multitouch Application Development (Part - I) (more)
category: Metro | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Windows 7
4
Shouts

Windows 7 Multitouch Application Development (Part - II)

published 1172 days, 5 hours, 48 minutes ago posted by dotnetfundadotnetfunda 1173 days, 2 hours, 42 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Saturday, March 06, 2010 6:31:55 PM GMT
In my last article Windows 7 Multitouch Application Development (Part - I), I described about how to handle multitouch image manipulation in Windows 7 which gives a very basic idea on the multitouch development. That code uses multitouch manipulation for the entire screen. If there are multiple images in the screen this will raise event for all. (more)
category: Metro | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Windows 7
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 ... 38 39 Next