iftekharahmedamit
Name: iftekharahmedamit
Score: 15
Last Seen: 392 days, 16 hours, 8 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
3
Shouts

Windows Phone 7 – Browsing your Photos via Bing Maps | Colin Eberhardt's Adventures in .NET

published 518 days, 4 hours, 19 minutes ago posted by FantasticMrFishFantasticMrFish 520 days, 7 hours, 43 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 1:34:40 PM GMT
The Windows Phone 7 camera gives you the option to record the location where a picture was taken (under Settings => applications => pictures+camera). With this feature turned on, each application has their latitude, longitude and altitude stored as part of the standard EXIF data. I thought it would be fun to combine the previous blog post I wrote on pushpin clustering with the photos on my camera, to allow me to explore them via a Bing Maps control. With not much more than 100 lines of code I came up wit... (more)
category: Metro | clicked: 31 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7
3
Shouts

Code analysis using Telerik JustCode

published 513 days, 21 hours, 5 minutes ago posted by KodefuGuruKodefuGuru 520 days, 3 hours, 58 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Monday, January 16, 2012 5:20:02 PM GMT
JustCode do on the fly analysis of the code. It does code analysis when you type the code and reports you and error or warning without any further delay... (more)
category: How To | clicked: 11 | comment | | source: debugmode.net
tags: JustCode, Telerik
4
Shouts

Windows Phone 7.5: Using sockets

published 518 days, 4 hours, 19 minutes ago posted by KMilKMil 520 days, 5 hours, 28 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 3:49:53 PM GMT
The new OS 7.5 have made Sockets available to developers, opening the way to a wide series of applications that uses this low-level communication way. Sockets are for sure difficult from the programming side, but they offer a connected/disconnected, fast and reliable way of exchange data that is unreplaceable for many purposes. (more)
category: Metro | clicked: 8 | comment | | source: www.silverlightshow.net
tags: windows phone 7.5, wpdev, sockets
3
Shouts

Coded UI Tests : WPF Utilities

published 518 days, 4 hours, 19 minutes ago posted by jmix90jmix90 520 days, 6 hours, 25 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 2:52:46 PM GMT
I played a lot with Coded UI Tests API on WPF applications these last weeks. It turned out that this is a really powerful framework available to use but that we need to write a lot of code ourselves even for simple things. You may already know the coded ui test utilities of Gautam Goenka available on his blog. On this blog post, I want to introduce a set of complementary helper methods that you can use in your project. The links to the binaries/sources are at the end of the post. (more)
category: How To | clicked: 18 | comment | | source: www.jonathanantoine.com
tags: Coded UI Test, WPF, Tests, ALM, coded ui tests
3
Shouts

Style Selected Text with CSS3 :: Chris Poulter

published 518 days, 4 hours, 19 minutes ago posted by chrispoulterchrispoulter 520 days, 6 hours, 54 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 2:24:24 PM GMT
Loving some of the new things you can now do with CSS3. Recently discovered that you can add styling to text selected by the user. Begs the question where you could make use of this or in fact whether a user is ever likely to notice you have tweaked the styling for their benefit but hey... CSS3 Styled Text Selections Simply drag the cursor over the styled text and the background and color properties change. p::selection { background: red; color: white; } p::-moz-selection { background: red; color: white;... (more)
category: UX | clicked: 12 | comment | | source: www.chrispoulter.com
tags: CSS 3, CSS, HTML
5
Shouts

A Generic Equality Comparer for LINQ

published 510 days, 13 hours, 57 minutes ago posted by BlackWaspBlackWasp 519 days, 22 hours ago
Thursday, January 26, 2012 7:21:11 AM GMT Monday, January 16, 2012 11:17:33 PM GMT
LINQ operators generally use lambda expressions to control their processing and output. Some operators use IEqualityComparer (more)
category: How To | clicked: 43 | comment | | source: www.blackwasp.co.uk
tags: Linq
4
Shouts

Windows Server 2008 Core, A Quick Run Down « Composite Code

published 515 days, 4 hours, 31 minutes ago posted by http://compositecode.com/http://compositecode.com/ 519 days, 20 hours, 49 minutes ago
Saturday, January 21, 2012 4:46:53 PM GMT Tuesday, January 17, 2012 12:29:06 AM GMT
Windows Server 2008 Core, A Quick Run Down I needed a Windows Server installation with low overhead, clean installation, that providing hosting and other features. I decided I would check out the Windows Server 2008 Core R2 installation and see how it stacked up. This is a quick run down of what is available on Technet and what I used to setup the server core for usage. First there is the getting started guide. This write up provides a basic description of what the Windows Server 2008 Core R2 is, layin... (more)
category: Architecture | clicked: 12 | comment | | source: compositecode.com
tags: Windows Server 2008 R2, Windows Server
4
Shouts

Dean Hume - MVC Asynchronous Controller : The Basics

published 515 days, 4 hours, 31 minutes ago posted by deanomachinodeanomachino 519 days, 11 hours ago
Saturday, January 21, 2012 4:46:53 PM GMT Tuesday, January 17, 2012 10:17:46 AM GMT
Coding Tips & TricksHomeAboutContactCV MVC Asynchronous Controller : The Basics Tweet When I first saw the Asynchronous Controllers introduced in MVC 2, I couldn't wait to start playing around. I thought that it would be a really easy to get up and running with a simple example, but after searching online for a few working examples - pretty much all of them used an event based pattern that wasn't easy to understand. In this blog post I am going to run through a really simple example that... (more)
category: Web Dev | clicked: 32 | comment | | source: deanhume.com
tags: MVC, Async Controller, Asynchronous
5
Shouts

AppHarbor Rocks. Seriously.

published 521 days, 9 hours, 23 minutes ago posted by Matt_TCFMatt_TCF 523 days, 16 hours, 11 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 5:06:43 AM GMT
You kids and your applications today. Back in my day, we published our applications like real men! We didn’t have these fancy, cloud-based services like Heroku and AppHarbor. We couldn’t just type ‘git push origin’ and have our application magically show up online, ready to rock and roll. We used to dread deploying our code because of all the hoops we would have to jump through. Oh, how times have changed! (more)
category: Agile | clicked: 35 | comment | | source: trycatchfail.com
tags: AppHarbor, Cloud, web2.0, Deploying
4
Shouts

Code Contracts in .NET 4

published 521 days, 9 hours, 23 minutes ago posted by martinigmartinig 523 days, 6 hours, 11 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 3:07:23 PM GMT
This video explains code contracts in .NET and how they can be used to improve data integrity, consistency, and development velocity with minimal impact to the size of the source base and even to production performance. (more)
category: Screencast | clicked: 73 | comment | | source: www.dotnet-tv.com
tags: C#, Agile, Pex, contract
4
Shouts

Breakdown of Windows Phone App Download Statistics

published 521 days, 9 hours, 23 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 523 days, 1 hour, 21 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 7:56:43 PM GMT
In this blog post Rene Schulte shares the download graph of his quite successful Windows Phone app Pictures Lab and his conclusions. (more)
category: Metro | clicked: 40 | comment | | source: kodierer.blogspot.com
tags: WP7, wp7dev, wpdev
2
Shouts

Telerik JustCode formatter – Introduction

published 521 days, 9 hours, 23 minutes ago posted by KodefuGuruKodefuGuru 526 days, 4 hours, 35 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Tuesday, January 10, 2012 4:42:51 PM GMT
The formatter in Telerik JustCode is one of its many great features. Its main goal is to let you define and enforce your code style across your projects. It is a very important part of the product as it is used in many other places as well (for example typing assistance and refactorings)... (more)
category: How To | clicked: 17 | 1 comment | | source: blogs.telerik.com
tags: JustCode, Telerik
2
Shouts

Coded UI Tests : Property “ReadOnly” cannot be retrieved due to the current state of Edit

published 523 days, 13 hours, 55 minutes ago posted by jmix90jmix90 526 days, 2 hours, 13 minutes ago
Friday, January 13, 2012 7:23:16 AM GMT Tuesday, January 10, 2012 7:05:14 PM GMT
Did you ever encounter this error while trying to retrieve a property value from an AutomationElement ? I did ! Don’t worry, there is always a work-around, and I’ve found one. In this post, we’ll dig a little more into this issue and give a little example of the “Coded UI Tests” fun ! (more)
category: How To | clicked: 20 | 2 comments | | source: www.jonathanantoine.com
tags: Coded UI Test, How-To, WPF, Tests, UI, Testing, coded ui tests
3
Shouts

Basic Volume Control

published 523 days, 13 hours, 55 minutes ago posted by BlackWaspBlackWasp 524 days, 23 hours, 37 minutes ago
Friday, January 13, 2012 7:23:16 AM GMT Wednesday, January 11, 2012 9:40:46 PM GMT
Microsoft Windows allows the system audio volume to be changed or muted with on-screen controls. This software control can be exploited in .NET applications to increase or decrease the volume or to mute the computer's sound altogether. (more)
category: UX | clicked: 7 | comment | | source: www.blackwasp.co.uk
tags: Volume, Windows
3
Shouts

C#, Parallel deserialization of JSON stored in database « Daniel Wertheim

published 521 days, 9 hours, 23 minutes ago posted by sedanwersedanwer 524 days, 22 hours, 21 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Wednesday, January 11, 2012 10:57:27 PM GMT
A while back ago I had to yield entities constructed by deserializing JSON stored in a database. The first solution just opened a simple single result, sequential reader against the database returning a one column result set containing JSON. This was just yield returned after deserialized to the desired entity. Trying to tweak this I turned to the task parallel library. The idea was to in a separate task, read from the datareade... (more)
category: Architecture | clicked: 34 | 1 comment | | source: daniel.wertheim.se
tags: JSON, ADO.NET, Task Parallel Library, DataReader, C#
3
Shouts

An approach to mobile support in ASP.NET MVC

published 521 days, 9 hours, 23 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 524 days, 59 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Thursday, January 12, 2012 8:19:20 PM GMT
I have been spending a decent amount of time working on a side project in ASP.NET MVC lately. From the start, I planned on supporting mobile. There are lots of ways you can use or extend ASP.NET MVC to support mobile. Having tried several, I can say they all have their merits, and the solution that will work for you very much depends on your requirements. In this post I will run you over the implementation that worked for me, for my specific requirements. (more)
category: Web Dev | clicked: 39 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Mobile, ASP.NET
2
Shouts

Top 21 Social Sharing-Count Buttons for Your Blog

published 521 days, 9 hours, 23 minutes ago posted by MikeMoreMikeMore 523 days, 22 hours, 49 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Thursday, January 12, 2012 10:29:11 PM GMT
This time we go through the most popular social networks that provide sharing-count buttons, These buttons will encourage users to easily share your website with minimum clicks. (more)
category: UX | clicked: 15 | comment | | source: www.moretechtips.net
tags: web 2.0, Social Bookmarking
2
Shouts

C#/.NET Little Pitfalls: Stopwatch Ticks are not TimeSpan Ticks

published 521 days, 9 hours, 23 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 523 days, 20 hours, 45 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 12:32:42 AM GMT
The System.Diagnostics.Stopwatch class is very useful for elapsed time measurements in .NET applications. Today we’ll look at the ElapsedTicks member of the Stopwatch class, and some of the confusion of what this quantity represents, especially compared to TimeSpan or DateTime Ticks. (more)
category: Web Dev | clicked: 12 | 2 comments | | source: www.blackrabbitcoder.net
tags: .NET, DateTime, C#, Stopwatch, CSharp, TimeSpan, Little Pitfalls
3
Shouts

[WP7] Quick tip : how to set 32 bits per pixel for your app. | Jonathan ANTOINE's thoughts on WPF, Silverlight, WinRT, NUI...

published 526 days, 52 minutes ago posted by jmix90jmix90 528 days, 6 hours, 13 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Sunday, January 08, 2012 3:05:17 PM GMT
Something new which came with Mango is the ability for the developers to set the number of bits per pixel our app use. By doing this, your app will have shiny graphics! This increase the color depth and then the gradient are rendered really more smoothly. I have found a really great example picture on this web forum to show this... (more)
category: Metro | clicked: 17 | comment | | source: www.jonathanantoine.com
tags: wp7dev, WP7.1
3
Shouts

ASP.NET session hijacking with Google and ELMAH

published 526 days, 52 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 527 days, 14 hours, 27 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 6:51:07 AM GMT
ELMAH is one those libraries which is both beautiful in its simplicity yet powerful in what it allows you to do. Combine the power of ELMAH with the convenience of NuGet and you can be up and running with absolutely invaluable error logging and handling in literally a couple of minutes. Yet, as the old adage goes, with great power comes great responsibility and if you’re not responsible with how you implement ELMAH, you’re also only a couple of minutes away from making session hijacking of your ASP.NET ... (more)
category: Web Dev | clicked: 25 | 1 comment | | source: www.troyhunt.com
tags: Security, ELMAH
Previous 1 2 3 4 5 6 7 8 9 10 ... 303 304 Next