jantu
Name: jantu
Score: 3,954.66
Last Seen: 975 days, 4 hours, 30 minutes ago
Member Since: 25 December, 2008
DotNetShoutout
atom rss
5
Shouts

Touched ( Part 2 )–Raw Touch Events - Mike Taulty's Blog - Mike Taulty

published 973 days, 23 hours, 26 minutes ago posted by jantujantu 975 days, 4 hours, 51 minutes ago
Tuesday, October 19, 2010 7:09:13 PM GMT Monday, October 18, 2010 1:43:26 PM GMT
Following on from that previous post I wanted to take a look at processing raw touch events. In truth, I suspect that most application developers don’t want raw touch events and would rather work at the level of gestures and/or manipulations but being able to get access to the raw events at least means that you (or someone else) can build a higher level framework so I think it’s worth starting at the bottom of the stack. Let’s take a look at just picking up some raw events across different frameworks.... (more)
category: Metro | clicked: 6 | comment | | source: mtaulty.com
tags: .NET, Silverlight, WindowsPhone, Windows7, WPF
5
Shouts

Touched ( Part 1 )–Getting Touch for Free - Mike Taulty

published 973 days, 23 hours, 26 minutes ago posted by jantujantu 975 days, 4 hours, 53 minutes ago
Tuesday, October 19, 2010 7:09:13 PM GMT Monday, October 18, 2010 1:42:16 PM GMT
Multi-touch interfaces are becoming more and more prevalent. This week saw the launch of the Windows Phone 7 where the interface is mostly (or almost entirely in the case of phones without keyboards) touch driven and it’s hardly alone amongst the Android, iPhone and iPad devices for making use of multi-touch in its interface. On the desktop (or laptop, or netbook) side of things, Windows 7 has brought a consistent approach to touch capable screens in the same way as Windows has traditionally brought a c... (more)
category: Metro | clicked: 4 | comment | | source: mtaulty.com
tags: .NET, Silverlight, WindowsPhone, Windows7, WPF, VisualStudio
5
Shouts

Windows Phone 7 – Application Lifecycle – Ocean for the Phone

published 975 days, 3 hours, 59 minutes ago posted by jantujantu 976 days, 49 minutes ago
Monday, October 18, 2010 2:36:01 PM GMT Sunday, October 17, 2010 5:46:04 PM GMT
On October 9th 2010 I did a presentation at the Silicon Valley Code Camp on the Application Lifecycle for Windows Phone 7.  This last week was KA-ray-zeee busy at work and I didn’t want to just post the slides and code I had at code camp.  Better to wait and really do a good job, so here it is.Introduction First, I would like to acknowledge the outstanding decks and examples that the Microsoft Windows Phone 7 Evangelism Team has been and continues to publish.  Team members I’ve been working with are Yoc... (more)
category: Metro | clicked: 4 | comment | | source: karlshifflett.wordpress.com
tags: Silverlight, WPF
4
Shouts

Is that a BLOB in your pocket, or are you just happy to see me? [Silverlight REST-based Azure/S3 BLOB API updated to run on Windows Phone 7! - David Anson

published 976 days, 3 hours, 51 minutes ago posted by jantujantu 977 days, 2 hours, 59 minutes ago
Sunday, October 17, 2010 2:44:08 PM GMT Saturday, October 16, 2010 3:36:07 PM GMT
It was about five months ago that I blogged about BlobStore, a simple Silverlight 4 REST-based cloud-oriented file management app for Azure and S3. I pitched it like this:It's a small, lightweight Silverlight 4 application that acts as a basic front-end for the Windows Azure Simple Data Storage and the Amazon Simple Storage Service (S3)! Just run the BlobStore app, point it at a properly provisioned Azure or S3 account (see below for details on provisioning), and all of a sudden sharing files with yourse... (more)
category: Metro | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Silverlight, WPF, Windows Phone
7
Shouts

Scrolling menus are dead! - Brian Harry

published 976 days, 3 hours, 51 minutes ago posted by jantujantu 978 days, 2 hours, 4 minutes ago
Sunday, October 17, 2010 2:44:08 PM GMT Friday, October 15, 2010 4:30:21 PM GMT
OK, maybe not quite but a big step forward. This week we released a hotfix for both VS and WPF that changes menu placement to eliminate scrolling menus when there actually is enough vertical real estate to avoid them. In the screen shot below (with the patch applied), you can see that menu has been moved up (relative to the right click target – Program.cs) to avoid clipping the menu at the bottom of the screen and having a scrolling menu. Pre-hotfix the menu would have been vertically aligned with Pro... (more)
category: How To | clicked: 7 | comment | | source: blogs.msdn.com
tags: Visual Studio
8
Shouts

Patch for VS 2010 “Scrolling Context Menu” - Scott Guthrie

published 975 days, 3 hours, 59 minutes ago posted by jantujantu 978 days, 2 hours, 22 minutes ago
Monday, October 18, 2010 2:36:01 PM GMT Friday, October 15, 2010 4:12:28 PM GMT
One of the top reported Microsoft Connect issues with VS 2010 has been an issue where context menus scroll even when there is sufficient screen real estate to show the menu in its entirely (with no scrolling required).The VS and WPF teams issued public hotfixes today that you can download to fix this issue. You can learn more and download them here.You can review my previous posts about other public VS 2010 hotfixes that are available below:VS 2010 Find and Replace Dialog GrowingVS 2010 Cut/Copy “Ins... (more)
category: How To | clicked: 6 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News
10
Shouts

Steve Evans Knows IT - DotNetRocks - Show #602

published 976 days, 3 hours, 51 minutes ago posted by jantujantu 978 days, 2 hours, 23 minutes ago
Sunday, October 17, 2010 2:44:08 PM GMT Friday, October 15, 2010 4:11:32 PM GMT
Carl and Richard talk to Steve Evans during the .NET Rocks Live Weekend. Steve and Richard totally geek out on living in the space between development and infrastructure.Steve Evans Steve is the founder of Serk (http://serktools.com), an IT infrastructure consulting company. With 10 years of enterprise IT experience he helps companies both large and small streamline their IT operations. (more)
category: Podcast | clicked: 7 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks
8
Shouts

Top 10 Questions on Datetime asked in Forums

published 980 days, 3 minutes ago posted by dharadhara 980 days, 12 hours, 16 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Wednesday, October 13, 2010 6:19:01 AM GMT
There are innumerable numbers of questions asked in different forums about datetime concepts. I found so many replies using the functions such as Cast, Convert, Month () and Year () in where clause. There is a disadvantage with these functions. If the datetime column has index, these functions will not utilize the indexes properly, which often results in index scans. (more)
category: Data | clicked: 2 | comment | | source: beyondrelational.com
tags: SQL Server, DateTime, TSQL
5
Shouts

Intro to F# part 2: First-class function, point-free style

published 980 days, 3 minutes ago posted by traskjdtraskjd 980 days, 16 hours, 37 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Wednesday, October 13, 2010 1:58:16 AM GMT
In the previous instalment, we saw that F# provided composition operators to allow you to concisely build up anonymous functions without the overhead of lambda syntax. Occasionally, however, a function will be so amazingly useful that you actually want to give it a name so you can use it from more than one place. Part 2 discusses how to achieve this. (more)
category: How To | clicked: 4 | comment | | source: www.mindscape.co.nz
tags: functions, F#, Mindscape
8
Shouts

C# 4.0 Reflection Programming - Part 1

published 977 days, 4 hours, 21 minutes ago posted by sonukapoorsonukapoor 980 days, 4 hours, 46 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Wednesday, October 13, 2010 1:49:12 PM GMT
An introduction to Reflection in C#. (more)
category: Architecture | clicked: 5 | comment | | source: dotnetslackers.com
tags: C#, Reflection
4
Shouts

.NET Links of the Week #40

published 979 days, 3 hours, 57 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 981 days, 4 hours, 13 minutes ago
Thursday, October 14, 2010 2:37:39 PM GMT Tuesday, October 12, 2010 2:21:39 PM GMT
The new packaging manager NuPack has been released this week, so some articles about that topic. Also a new version of mono has been released last week! Enjoy reading! (more)
category: How To | clicked: 1 | comment | | source: www.mbaldinger.com
tags: linklist
4
Shouts

Silverlight Sorting Lab

published 980 days, 3 minutes ago posted by mikeukmikeuk 981 days, 5 hours, 40 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 12:54:31 PM GMT
A sorting lab implemented in Silverlight may not sound interesting but when you see it in action and read about the difficulties of getting the threading right you have to think again. (more)
category: Metro | clicked: 2 | comment | | source: www.i-programmer.info
tags: SORTING
4
Shouts

List in CSharp - Dot Net logiX

published 980 days, 3 minutes ago posted by DotNetLogixDotNetLogix 981 days, 7 hours, 47 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 10:47:37 AM GMT
List is a generic collection that implements a dynamic array. Its conceptually similar to the non-generic ArrayList. Sometimes we need an array to store large number of generic elements but at runtime we don’t know how large or how small it can be. To handle this situation C# has introduced List that expands and shrinks at runtime (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
4
Shouts

Instant Messenger Status Indicator - AIM, Yahoo, ICQ, MSN, Skype - Dot Net logiX

published 980 days, 3 minutes ago posted by DotNetLogixDotNetLogix 981 days, 7 hours, 46 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 10:48:35 AM GMT
IM status indicator is as an easy and reliable way to check online status of certain instant messenger account like yahoo, msn, aol, skype and icq. (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetlogix.com
4
Shouts

Update, Delete, Cancel in Gridview - Dot Net logiX

published 980 days, 3 minutes ago posted by DotNetLogixDotNetLogix 981 days, 7 hours, 39 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 10:55:41 AM GMT
In this Article you can learn how to edit, update, delete, and cancel in gridview. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetlogix.com
4
Shouts

Caching in ASP.Net - Dot Net logiX

published 980 days, 3 minutes ago posted by DotNetLogixDotNetLogix 981 days, 7 hours, 34 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 11:00:58 AM GMT
Caching is a feature of ASP.NET that can dramatically improve the performance of your application by storing the page output or application data across HTTP requests. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetlogix.com
4
Shouts

Send email in asp.net with attachment - Dot Net logiX

published 980 days, 3 minutes ago posted by DotNetLogixDotNetLogix 981 days, 7 hours, 33 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 11:01:54 AM GMT
Send email in asp.net with attachment in asp.net (more)
category: Web Dev | clicked: 4 | comment | | source: www.dotnetlogix.com
4
Shouts

Kodyaz Development Resources

published 980 days, 3 minutes ago posted by eralpereralper 981 days, 5 hours, 33 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 1:02:11 PM GMT
Problem Statement: In your SQL Server database you have two database tables to store expenses and payments for closing expense amount. You want to list the expenses of a customer using t-sql by querying your sql tables. This list will also add the payments done by the same customer to close these expenses. Each payment will be listed as new columns beside the expenses records. (more)
category: Data | clicked: 1 | comment | | source: www.kodyaz.com
tags: SQL Server, CTE, SQL Server 2008, SQL, T-SQL, SQL Server 2005
4
Shouts

Introduction to LINQ - Dot Net logiX

published 980 days, 3 minutes ago posted by DotNetLogixDotNetLogix 981 days, 7 hours, 48 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 10:47:00 AM GMT
LINQ is a new technology in .NET 3.5 that offers a unique way of querying data from diverse types of data source (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
4
Shouts

Hashtable in CSharp - Dot Net logiX

published 980 days, 3 minutes ago posted by DotNetLogixDotNetLogix 981 days, 7 hours, 47 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 10:48:07 AM GMT
Hashtable is a collection that stores information using a mechanism called hashing. In hashing, we have key and value. Each value in the hashtable is determined by its key associated with it. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
Previous 1 2 3 4 5 6 7 8 9 10 ... 116 117 Next