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

Inheritance Margin extension for Visual Studio 2010 review

posted by SergeyVlasovSergeyVlasov 552 days, 3 hours, 6 minutes ago
Thursday, December 15, 2011 12:12:58 PM GMT
Visualize overridden and overriding methods in C# code… (more)
category: How To | clicked: 45 | comment | | source: visualstudioaddins.svprogramming.net
tags: visual studio extensions, Inheritance, C#, Visual Studio 2010
3
Shouts

AWS Simple Email Service (SES) to Send Email from ASP.NET apps

posted by JudoJudo 551 days, 12 hours, 25 minutes ago
Friday, December 16, 2011 2:54:09 AM GMT
This code snippet demonstrates how Amazon's SES service can be used from .NET applications to send mail. (more)
category: Web Dev | clicked: 16 | comment | | source: snippetfire.com
tags: SES, Email
4
Shouts

ASP.NET MVC, HTML5, CSS3, JQuery templates, IEnumerable binding, knockoutjs and offline cache in a demo. A brave new world

posted by ioannisioannis 550 days, 23 hours, 8 minutes ago
Friday, December 16, 2011 4:11:31 PM GMT
Combining all those technologies into a simple webpage that manages a name list. (more)
category: Web Dev | clicked: 39 | comment | | source: www.progware.org
tags: ASP.NET MVC, KnockoutJS, html5
3
Shouts

SQL SERVER – FIX – ERROR : Msg 3201, Level 16 Cannot open backup device.Operating system error 3 (The system cannot find the path specified.) « SQL Server Journey with SQLAuthority

posted by pinaldavepinaldave 550 days, 10 hours, 31 minutes ago
Saturday, December 17, 2011 4:48:15 AM GMT
I had very interesting and frustrating experience. Recently I was attempting to backup one of my database and I end up on following error. Msg 3201, Level 16, State 1, Line 1 Cannot open backup device ‘D:\Backup\SQLAuthority.bak’. Operating system error 3(The system cannot find the path specified.). Msg 3013, Level 16, State 1, Line 1 BACKUP DATABASE is terminating abnormally. Solution: Go to your drive and create the missing folder. In my case I went to Drive D and created Backup Folder there. ... (more)
category: Data | clicked: 1 | comment | | source: blog.sqlauthority.com
3
Shouts

2011's most read posts

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 549 days, 20 hours, 29 minutes ago
Saturday, December 17, 2011 6:50:23 PM GMT
I compiled a list of most popular posts that were published on this blog in 2011. Unlike last year, and the year before that, this year it's not a strict top five list. While analyzing the statistics, I found out that a few topics -covered over multiple posts - were popular this year. (more)
category: Web Dev | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, anonymous types, websockets, html5
4
Shouts

Free eBook: OWASP Top 10 for .NET developers

posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 548 days, 3 hours, 56 minutes ago
Monday, December 19, 2011 11:23:45 AM GMT
I decided to turn the whole OWASP Top 10 for .NET developers series into an eBook. Oh – and give it away for free. No strings attached. So here it is, 255 pages of .NET web development security goodness. Please share it generously, chuck it on your eBook reader, email it to your mates, quote me, force your developers to print and read every page – whatever – it’s all yours. (more)
category: Web Dev | clicked: 18 | comment | | source: www.troyhunt.com
tags: .NET, Security, Ebook, OWASP
3
Shouts

SkyDrive usage through Live SDK on Windows Phone

published 545 days, 15 hours, 14 minutes ago posted by KMilKMil 548 days, 2 hours, 9 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Monday, December 19, 2011 1:09:54 PM GMT
In this article, we talk about how to leverage the new Live Connect APIs, in particular, the Live SDK in our Windows Phone applications. We'll see the usage of the Sign-in control to ask for user’s authentication & seeking permission to use specific resources through the Live API. SkyDrive access is now handy, with full support to traverse, read & manipulate content in user’s SkyDrive directories. (more)
category: Metro | clicked: 25 | 1 comment | | source: www.silverlightshow.net
tags: SkyDrive, wp7dev, Windows Phone, wpdev
2
Shouts

Obtaining the Week Number for a Date (C#)

posted by BlackWaspBlackWasp 547 days, 15 hours, 36 minutes ago
Monday, December 19, 2011 11:42:58 PM GMT
Accounting software, time-keeping utilities and calendar applications often present dates using week numbers that commence at the beginning of the year. Using the .NET framework's Calendar class a week number can be calculated using a number of rules. (more)
category: How To | clicked: 8 | comment | | source: www.blackwasp.co.uk
tags: C#
8
Shouts

SQL SERVER – A Quick Trick about SQL Server 2012 CONCAT function « SQL Server Journey with SQLAuthority

published 545 days, 15 hours, 14 minutes ago posted by pinaldavepinaldave 547 days, 9 hours, 32 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Tuesday, December 20, 2011 5:47:44 AM GMT
Just a day before I was presenting at Virtual Tech Days and I wanted to demonstrate the current time to audience using SQL Server Management Studio, I ended up a quick error. If any of you ever tried to concat multiple values of different datatype this should not be surprise to you. SELECT 'Current Time ' + GETDATE() I quickly modified script to following workaround and my script worked right away. SELECT 'Current Time ' + CAST(GETDATE() AS VARCHAR(20)) Current Time Dec 20 2011  7:00PM However... (more)
category: Data | clicked: 17 | 2 comments | | source: blog.sqlauthority.com
5
Shouts

SpecsFor.com Launched, SpecsFor 2.2 Released!

published 554 days, 40 minutes ago posted by Matt_TCFMatt_TCF 555 days, 11 hours, 52 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Monday, December 12, 2011 3:27:03 AM GMT
I’m pleased to announce that SpecsFor.com is now live. I’ve also shipped a new version of SpecsFor that simplifies the painful task of creating multiple mocks of the same type for injection into IEnumerable parameters. (more)
category: Agile | clicked: 32 | 1 comment | | source: trycatchfail.com
tags: SpecsFor, TDD, Testing
5
Shouts

OWASP Top 10 for .NET developers part 9: Insufficient Transport Layer Protection

published 554 days, 40 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 555 days, 7 hours, 38 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Monday, December 12, 2011 7:41:07 AM GMT
When it comes to website security, the most ubiquitous indication that the site is “secure” is the presence of transport layer protection. The assurance provided by the site differs between browsers, but the message is always the same; you know who you’re talking to, you know your communication is encrypted over the network and you know it hasn’t been manipulated in transit. But unfortunately we often find sites lacking and failing to implement proper transport layer protection. Sometimes this is becaus... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: www.troyhunt.com
5
Shouts

OWASP Top 10 for .NET developers part 10: Unvalidated Redirects and Forwards

published 554 days, 40 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 555 days, 7 hours, 37 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Monday, December 12, 2011 7:42:35 AM GMT
In the final instalment of the OWASP Top 10 for .NET developers we look at the risk of unvalidated redirects and forwards. This practice allows an attack to use a legitimate, trustworthy URL to serve malicious content which could do anything from steal credentials to install malware. But mitigation is easy and this post shows the exploit in practice and how to prevent it in your .NET apps. (more)
category: Web Dev | clicked: 25 | 1 comment | | source: www.troyhunt.com
tags: Security, OWASP
5
Shouts

SQL SERVER – A Quick Look at Performance – A Quick Look at Configuration « SQL Server Journey with SQLAuthority

published 554 days, 40 minutes ago posted by pinaldavepinaldave 554 days, 8 hours, 40 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Tuesday, December 13, 2011 6:39:16 AM GMT
This blog post is written in response to the T-SQL Tuesday post of Tips and Tricks. For me, this is a very interesting subject. I perfectly enjoy a discussion when it is about performance tuning. I commonly get follow-up questions regarding this subject, but most of them do not give the complete information about their environment. Whenever I get a question which does not have complete information but is obviously requesting for my help, my initial reaction is to ask more questions. When I ask more deta... (more)
category: Data | clicked: 7 | 1 comment | | source: blog.sqlauthority.com
3
Shouts

7 WP7 dev tools you might not know but will want to have

published 554 days, 40 minutes ago posted by http://timdams.wordpress.com/http://timdams.wordpress.com/ 554 days, 6 hours, 7 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Tuesday, December 13, 2011 9:12:33 AM GMT
There’s an incredible amount of guides, tools and utilities to be found on the Internet (or should I say ‘tha cloud’?) for Windows Phone 7 developers. Compiled in this article are some of the tools I’ve come across on my searches which I now use frequently but didn’t know the existence of beforehand. Read on to change you WP7 development life. (more)
category: Metro | clicked: 36 | 1 comment | | source: timdams.wordpress.com
tags: mobile app development, WP7
6
Shouts

Scott Hanselman's 2011 Ultimate Developer and Power Users Tool List for Windows - Scott Hanselman

published 554 days, 40 minutes ago posted by iftekharahmedamitiftekharahmedamit 556 days, 3 hours, 4 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Sunday, December 11, 2011 12:15:08 PM GMT
Everyone collects utilities, and most folks have a list of a few that they feel are indispensable.  Here's mine.  Each has a distinct purpose, and I probably touch each at least a few times a week.  For me, "util" means utilitarian and it means don't clutter my tray.  If it saves me time, and seamlessly integrates with my life, it's the bomb. Many/most are free some aren't. Those that aren't free are very likely worth your 30-day trial, and perhaps your money. Here are most of the contents of my C:\UTIL... (more)
category: How To | clicked: 63 | 1 comment | | source: www.hanselman.com
tags: Tool, Tools, Utilities
2
Shouts

Composite charts in WPF

published 556 days, 3 hours, 7 minutes ago posted by traskjdtraskjd 558 days, 16 hours, 41 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 10:38:26 PM GMT
This blog post demonstrates how easy it is to create composite charts with Mindscape WPF Elements. You can choose any chart such as a bar chart, line chart, etc and compose them together to present data however you need it. (more)
category: UX | clicked: 12 | 1 comment | | source: www.mindscapehq.com
tags: chart, WPF, Mindscape, WPF Elements
4
Shouts

C# Fundamentals: Returning Zero or One Item As IEnumerable

published 556 days, 3 hours, 7 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 558 days, 14 hours, 43 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Friday, December 09, 2011 12:36:09 AM GMT
There are times when we are writing a method that returns a sequence of items, that it occasionally becomes necessary in base-class, interface implementation, error, or default conditions to return a sequence of only one or even zero items. There are many ways to do this, of course, which begs the question of which way is best, in terms of readability, maintainability, and performance. (more)
category: Web Dev | clicked: 21 | 1 comment | | source: blackrabbitcoder.net
tags: .NET, C#, fundamentals, IEnumerable, CSharp
2
Shouts

Click back twice to exit WP7 transition page

published 556 days, 3 hours, 7 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 557 days, 16 hours, 4 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Friday, December 09, 2011 11:15:16 PM GMT
I have been adding animations to a Windows Phone 7 app that has a panorama control and ran into a problem I have seen others post online. I figured it out, so I thought I would take a minute to explain how. Get ready to add transitions The Silverlight Toolkit is the way you want to go about adding quick and easy animations when a page loads and navigates away from the current page. If you are not familiar with the basics visit the link above, or read this really good tutorial about wp7 page transitio... (more)
category: Metro | clicked: 171 | comment | | source: infinitecodex.com
tags: Windows Phone 7, Silverlight Toolkit, XAML
2
Shouts

SQL SERVER – 2012 RC0: Fix Setup Error: File format is not valid « SQL Server Journey with SQLAuthority

published 556 days, 3 hours, 7 minutes ago posted by pinaldavepinaldave 557 days, 9 hours, 9 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Saturday, December 10, 2011 6:10:24 AM GMT
I recently had long email conversation with one of the blog reader who was struggling with installing SQL Server 2012 RC0 installation. I just thought I will publish what we have done and how we solved problem so if you are facing the same issue, you can avoid the same. Though our conversation was very long – I have kept only relevant conversation here. User: While installing the SQL Server 2012 RC0 the error which is displayed is: File format is not valid. Pinal: Download the iso format idea again. ... (more)
category: Data | clicked: 9 | comment | | source: blog.sqlauthority.com
5
Shouts

Inside ASP.NET MVC: Instantiation of Controller

published 554 days, 40 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 557 days, 1 hour, 49 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Saturday, December 10, 2011 1:30:02 PM GMT
Controller are being created by ControllerFactory, by default IControllerFactory type is being resolved to DefaultControllerFactory. Today's post is dedicated to some details of how actually DefaultControllerFactory works and creates instance of required controller. Let's go from the beginning! Request for controller instance Initially, we are at MvcHandler's ProcessRequestInit method, where we extract controllers name from RouteData and request controller factory to create corresponding controller. p... (more)
category: Web Dev | clicked: 25 | comment | | source: www.beletsky.net
tags: ASP.NET MVC, .NET, internals
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 303 304 Next