elsheimy
Name: elsheimy
Score: 95.01
Last Seen: 723 days, 5 hours, 23 minutes ago
Member Since: 28 July, 2010
DotNetShoutout
atom rss
6
Shouts

What’s New in Silverlight 5? – XAML Changes

published 770 days, 15 hours, 37 minutes ago posted by elsheimyelsheimy 774 days, 6 hours, 9 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Sunday, May 08, 2011 6:33:29 PM GMT
In this article, we’ll have a brief discussion of the new XAML features of Silverlight 5. (more)
category: Metro | clicked: 0 | comment | | source: justlikeamagic.com
tags: .NET, Silverlight, C#, Microsoft, XAML, Silverlight 5
5
Shouts

Consuming URL Shortening Services – bit.ly | Just Like a Magic

published 986 days, 6 hours, 39 minutes ago posted by elsheimyelsheimy 988 days, 8 hours, 9 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Wednesday, October 06, 2010 4:33:00 PM GMT
This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly. Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application. Don’t forget to download the sample code at the end of the article. Let’s go! (more)
category: Web Dev | clicked: 0 | comment | | source: justlikeamagic.com
tags: .NET, Web Services API, Web Services, API, Web, ASP.NET
10
Shouts

Creating a Simple Twitter Client Application | Just Like a Magic

published 1045 days, 14 hours, 9 minutes ago posted by elsheimyelsheimy 1047 days, 6 hours, 37 minutes ago
Tuesday, August 10, 2010 10:32:44 AM GMT Sunday, August 08, 2010 6:05:27 PM GMT
This writing discusses the Twitter API and how you can utilize it in your managed application. It begins by a brief discussion of the API and the methods used. After that, it digs into the discussion of how you can utilize the API into your application with help of code samples and examples. At the end of this writing, there’s a nice open-source Twitter client application available for download. Worth mentioning that this article focuses on the REST API set of Twitter, specifically XML endpoints.) (more)
category: How To | clicked: 1 | comment | | source: justlikeamagic.com
tags: .NET, API, Twitter
5
Shouts

Working with SQL Server Logins | Just Like a Magic

posted by http://elsheimy.myopenid.com/http://elsheimy.myopenid.com/ 1058 days, 5 hours, 51 minutes ago
Wednesday, July 28, 2010 6:51:10 PM GMT
This lesson discusses all the details of SQL Server logins. It begins by discussing how to create SQL Server logins. After that, it focuses on how to change the properties of existing login. Next, it discusses how to delete an existing login. Moreover, we will focus on how to enumerate a list of existing logins and roles. Lastly, we will talk a look on how to manage login permissions in SQL Server. In addition, we will link between SQL Server and .NET Framework and we will teach you many techniques other... (more)
category: Data | clicked: 0 | comment | | source: justlikeamagic.com
tags: SQL Server, .NET, Security, T-SQL
5
Shouts

Programming Microsoft Agent in WinForms | Just Like a Magic

published 1054 days, 10 hours, 10 minutes ago posted by elsheimyelsheimy 1056 days, 10 hours, 15 minutes ago
Sunday, August 01, 2010 2:32:30 PM GMT Friday, July 30, 2010 2:27:07 PM GMT
Microsoft Agent is an unprecedented technology to create innovative, new conversational interfaces for applications and Web pages. It provides powerful animation capability, interactivity, and versatility, with incredible ease of development. Microsoft Agent is a technology that provides a foundation for more natural ways for people to communicate with their computers. It is a set of software services that enable developers to incorporate interactive animated characters into their applications and Web p... (more)
category: How To | clicked: 0 | comment | | source: justlikeamagic.com
tags: .NET, Interoperability, WinForms
12
Shouts

Visual Studio 2010 Keyboard Shortcuts - ScottGu's Blog

published 1056 days, 12 hours, 41 minutes ago posted by jcavernsjcaverns 1057 days, 14 hours, 26 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Thursday, July 29, 2010 10:16:02 AM GMT
Earlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters.  These posters are print-ready documents (that now support standard paper sizes), and provide nice “cheat sheet” tables that can help you quickly lookup (and eventually memorize) common keystroke commands within Visual Studio. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
8
Shouts

Sending Mails in .NET Framework | Just Like a Magic

published 1056 days, 12 hours, 41 minutes ago posted by elsheimyelsheimy 1057 days, 14 hours, 43 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Thursday, July 29, 2010 9:59:04 AM GMT
This lesson focuses on how to send mail messages in .NET Framework via a SMTP server. It firstly discusses the techniques which .NET Framework provides you to send mail messages. After that, it discusses types available for you when working with SMTP servers. Next, it discusses how to implement these techniques and to send mails from a .NET client. At the end of this lesson, there is a sample application, Geming Mail+, which is used to send mails from a various SMTP servers. This application is open-sou... (more)
category: Web Dev | clicked: 2 | comment | | source: justlikeamagic.com
tags: .NET, Networking, SMTP, ASP.NET