iftekharahmedamit
Name: iftekharahmedamit
Score: 15
Last Seen: 361 days, 14 hours, 40 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
2
Shouts

SQLAuthority News – Microsoft SQL Server AlwaysOn Solutions Guide for High Availability and Disaster Recovery « SQL Server Journey with SQL Authority

published 468 days, 1 hour, 27 minutes ago posted by pinaldavepinaldave 469 days, 14 hours, 22 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Sunday, February 05, 2012 5:27:04 AM GMT
SQL Server 2012 is has very exciting new feature of SQL Server AlwaysOn. This new feature reduces planned and unplanned downtime and maximize application available. Additionally it provides data protection keeping database always available. Microsoft has released a whitepaper on this subject where it discusses common context business stakeholders, technical decision makers, system architects, infrastructure engineers, and database administrators. This whitepaper discusses two major points. Following is ... (more)
category: Data | clicked: 7 | comment | | source: blog.sqlauthority.com
3
Shouts

SQL SERVER – ERROR: FIX – Database diagram support objects cannot be installed because this database does not have a valid owner « SQL Server Journey with SQL Authority

published 468 days, 1 hour, 27 minutes ago posted by pinaldavepinaldave 468 days, 14 hours, 9 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Monday, February 06, 2012 5:39:41 AM GMT
Recently one of my friend sent me email that he is having some problem with his very small database. We talked for few minutes and we agreed that to further investigation I will need access to the whole database. As the database was very big he dropped it in common location (you can use livemesh or dropbox  or any other similar product) and I picked up from the location. I was able to install the database successful. He informed me that he has created database diagram so I can easily understand his data... (more)
category: Data | clicked: 4 | comment | | source: blog.sqlauthority.com
2
Shouts

Testing DI bootstrappers

published 468 days, 1 hour, 27 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 468 days, 11 hours, 41 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Monday, February 06, 2012 8:08:20 AM GMT
While your Dependency Injection bootstrappers - being responsible for gluing your application together - are a vital part of your application, they are seldom put under test. I don't see any reason why they shouldn't be though. The cost of these tests is negligible, definitely if you compare it to the cost of the often catastrophical outcome of bugs in your bootstrappers. (more)
category: Web Dev | clicked: 25 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Ninject, Unit Test, unit testing
4
Shouts

Visual WebGui chosen over rich ASP.NET and Citrix for an online file management system

published 460 days, 23 hours, 45 minutes ago posted by webguiwebgui 468 days, 4 hours, 55 minutes ago
Monday, February 13, 2012 8:04:31 PM GMT Monday, February 06, 2012 2:54:35 PM GMT
“We ran 6 independent tests and the results showing that Visual WebGui is 4 times faster were the same each time… We also compared against using a Citrix model with a Windows application but the scalability was too costly.” (more)
category: Web Dev | clicked: 37 | comment | | source: www.visualwebgui.com
tags: .NET, Programming, online, Framework, Development, Application, Web, cloud app, Ajax, file management, ASP.NET, SaaS
3
Shouts

New Tools in My TDD Arsenal

published 468 days, 1 hour, 27 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 472 days, 5 hours, 54 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Thursday, February 02, 2012 1:55:24 PM GMT
Recently my TDD arsenal has been enhanced with 3 new cool tools, which I'm about to share with you. More precisely it one tool and two frameworks. Let's go for it. NCrunch NCrunch is just amazing extension for Visual Studio created by @remcomulder. It automatically detects all your tests and re-running those as soon as source code changes happen. Forget about manual test re-running, it's just waste of time. You even do not need to press Ctrl + S, just continue coding as you usually do. Initially ... (more)
category: Web Dev | clicked: 25 | comment | | source: www.beletsky.net
tags: .NET, TDD, Tools
6
Shouts

8 Most Popular jQuery Plugins of January 2012

published 468 days, 1 hour, 27 minutes ago posted by MikeMoreMikeMore 471 days, 19 hours, 51 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Thursday, February 02, 2012 11:58:09 PM GMT
Last month developers were busy with jQuery and it is time to go through some of the most popular jQuery plugins they created in January 2012. (more)
category: UX | clicked: 114 | comment | | source: www.moretechtips.net
tags: css3, JavaScript, jQuery
3
Shouts

Learning Caliburn Micro Part 4: The Event Aggregator

published 470 days, 5 hours, 38 minutes ago posted by traskjdtraskjd 471 days, 18 hours, 3 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Friday, February 03, 2012 1:46:02 AM GMT
The 4th part in the Caliburn Micro tutorial looks at learning about how to use the event aggregator included with Caliburn Micro. The event aggregator is a service that makes it easy for multiple parts of your application to send messages to each other. This is useful when your application is made up of several view-models that need to communicate. (more)
category: How To | clicked: 20 | comment | | source: www.mindscapehq.com
tags: Caliburn Micro, Event Aggregator, Mindscape
3
Shouts

Rename Visual Studio Window Title extension for Visual Studio 2010

published 470 days, 5 hours, 38 minutes ago posted by SergeyVlasovSergeyVlasov 471 days, 17 hours, 21 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Friday, February 03, 2012 2:28:37 AM GMT
Disambiguate Visual Studio instances with the same title. (more)
category: How To | clicked: 111 | comment | | source: visualstudioaddins.svprogramming.net
tags: visual studio extensions, Visual Studio 2010, Visual Studio
2
Shouts

SQL SERVER – Finding Count of Logical CPU using T-SQL Script – Identify Virtual Processors

published 468 days, 1 hour, 27 minutes ago posted by pinaldavepinaldave 470 days, 10 hours, 34 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Saturday, February 04, 2012 9:15:09 AM GMT
I recently received email from one of my very close friend from California. His question was very interesting. He wanted to know how many virtual processors are there available for SQL Server. He already had script for SQL Server 2008 but was mainly looking for SQL Server 2000. He made me go to my past. I found following script from my old emails (I have no reference listed along with it, so not sure the original source). (more)
category: Data | clicked: 5 | comment | | source: blog.sqlauthority.com
9
Shouts

Getting Started with Windows Azure - ScottGu's Blog

published 470 days, 5 hours, 38 minutes ago posted by KluggerKlugger 473 days, 3 hours, 13 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Wednesday, February 01, 2012 4:36:21 PM GMT
This is the second in a series of posts I’m doing on Windows Azure – which is Microsoft’s Cloud Computing Platform. In today’s post I’m going to cover how to sign-up and get started with Windows Azure using a no-obligation 3 month free trial offer.  This free trial costs nothing and doesn’t obligate you to buy anything at the end of it.  It provides an easy way to try out and get started with Windows Azure. Windows Azure Website The http://www.windowsazure.com web-site provides everything you need to g... (more)
category: Architecture | clicked: 48 | 5 comments | | source: weblogs.asp.net
tags: Windows Azure, Azure
8
Shouts

Umbraco 5.0 RTM is on CodePlex, ready for download - Umbraco

published 470 days, 5 hours, 38 minutes ago posted by KluggerKlugger 473 days, 3 hours, 8 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Wednesday, February 01, 2012 4:41:09 PM GMT
Today is a pretty big milestone for the Umbraco 5 team. It's the end of January 2012, we've had seven progressively stable preview builds over the past months, and now it's time to put a stake in the ground. After a lot of hard work, late nights, and invaluable help from the community testing our many preview builds, we've hit our first production milestone. Umbraco 5.0 RTM is on CodePlex! Please do grab a copy - take two, if you like - it's free after all!Thanks to you This is a release build and in... (more)
category: How To | clicked: 49 | 2 comments | | source: umbraco.com
tags: umbraco
5
Shouts

Add HTML5 Geolocation plus Bing Maps into ASP.NET MVC views - Rachel Appel

published 472 days, 2 hours, 42 minutes ago posted by KluggerKlugger 473 days, 3 hours, 1 minute ago
Thursday, February 02, 2012 5:06:51 PM GMT Wednesday, February 01, 2012 4:47:48 PM GMT
The Bing Maps API is a free, easy to use API, that allows you to incorporate mapping features into your ASP.NET MVC or application by using Web standards such as JavaScript, and the now supported HTML5 Geolocation. Bing Maps and ASP.NET MVC A Bing maps API key is required when using the API. The Bing Maps key allows you to access Geolocation data, and to manipulate an in-view ... (more)
category: Web Dev | clicked: 80 | 1 comment | | source: rachelappel.com
tags: ASP.NET MVC, ASPNETMVC, Bing Maps, GeoLocation, MVC, ASP.NET, html5
6
Shouts

10 Things ASP.NET Developers Should Know About Web.config Inheritance and Overrides - Jon Galloway

published 470 days, 5 hours, 38 minutes ago posted by StevesSteves 473 days, 2 hours, 46 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Wednesday, February 01, 2012 5:02:55 PM GMT
The ASP.NET configuration system is build around the idea of inheritance: Each Web.config file applies configuration settings to the directory that it is in and to all of the child directories below it. Settings in child directories can optionally override or modify settings that are specified in parent directories. Configuration settings in a Web.config file can optionally be applied to individual files or subdirectori... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: weblogs.asp.net
tags: web.config, ASP.NET
5
Shouts

Getting Started with Mobile Web Development Using HTML5, jQuery Mobile and ASP.NET MVC 4 - Rachel Appel

published 472 days, 2 hours, 42 minutes ago posted by StevesSteves 473 days, 2 hours, 41 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Wednesday, February 01, 2012 5:07:55 PM GMT
Welcome to the first installment of the Web Development Report, a new online column at MSDN Magazine. Each month, current topics and issues in Web application development using technologies such as HTML5, ASP.NET, jQuery, Mobile Web and more will be discussed. The area covered this month is mobile Web Development. As you probably know, software development is shifting toward the mobile space. Mobile devices have become ubiquitous in the consumer landscape, and the demand for mobile software is increasin... (more)
category: Web Dev | clicked: 80 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, ASP.NET MVC 4, ASPNETMVC, jQuery, Mobile, html5
5
Shouts

Entity Framework vs. LightSpeed - a comparison

published 472 days, 2 hours, 42 minutes ago posted by traskjdtraskjd 474 days, 14 hours, 14 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Tuesday, January 31, 2012 5:35:21 AM GMT
Recently an article was posted on InfoQ about the seven most requested features in the Entity Framework. This post explores them and why developers do not need to wait for Entity Framework to catch up and compares the requested features to the Mindscape LightSpeed Object Relational Mapper. (more)
category: How To | clicked: 98 | 1 comment | | source: www.mindscapehq.com
tags: EF, Entity Framework, Comparison, LightSpeed, Mindscape
10
Shouts

Getting Testing Done in the Sprint – No Double, Triple Testing

published 472 days, 2 hours, 42 minutes ago posted by ClemensReijnenClemensReijnen 475 days, 10 hours, 2 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 9:47:37 AM GMT
One way of getting testing done in a sprint is making it [testing] as efficient as possible, meanwhile this also saves money. One way of getting more efficient is not doing things double or triple. An interesting thing with testing, we do test double or triple. We test it during unit, during unit integration, during functional and during acceptance testing, this can be done better, we could save a lot of time. I’ve seen teams which also automated all these types of tests, testing the same thing... not re... (more)
category: Agile | clicked: 30 | comment | | source: www.clemensreijnen.nl
tags: VS, TMap, Testing
9
Shouts

Blog Clemens Reijnen | 06. Getting Testing Done in the Sprint – PBI Implementation Sequence

published 472 days, 2 hours, 42 minutes ago posted by ClemensReijnenClemensReijnen 475 days, 6 hours, 33 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 1:16:34 PM GMT
A challenge in getting testing done in a sprint is the fact that the software (PBI) isn’t ready to be tested till implementation/ coding is done. How To. Work on completing each item in the sprint backlog and finish one item after another, see task boards below. (more)
category: Agile | clicked: 10 | comment | | source: www.clemensreijnen.nl
8
Shouts

Using the Live SDK in Windows 8 XAML/C# Metro Applications

published 472 days, 2 hours, 42 minutes ago posted by KMilKMil 475 days, 5 hours, 44 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 2:05:20 PM GMT
The Microsoft’s Live SDK (or commonly referred to as Live Connect), provides a set of controls and APIs that enables applications to integrate single sign-on (SSO) functionality using Windows Live ID. You can also use it to access data in SkyDrive, Hotmail, and Windows Live Messenger. The library supports multiple platforms, including Windows Phone 7 Mango and Windows 8 Metro Style applications using either C#, Visual Basic or JavaScript. In this article, we will build our first metro style application... (more)
category: Metro | clicked: 41 | 1 comment | | source: www.silverlightshow.net
tags: SDK, Windows 8, metro, XAML
6
Shouts

Syncfusion is Offering Free ASP.NET MVC User Interface Controls for Microsoft WebsiteSpark Subscribers - Iftekhar Ahmed Amit's Blog

published 472 days, 2 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 475 days, 2 hours, 43 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 5:06:01 PM GMT
Give your web applications a 360˚ transformation with Syncfusion’s ASP.NET MVC user interface controls!   Microsoft WebsiteSpark Subscribers are eligible for a Free license (calculated at over $1,000) and a 90-day subscription.     Syncfusion’s ASP.NET MVC user interface controls User ... (more)
category: Web Dev | clicked: 69 | 1 comment | | source: blog.iftekharahmedamit.com
tags: ASP.NET MVC, ASPNETMVC, SyncFusion, WebsiteSpark, MVC, ASP.NET
8
Shouts

25 Best Icon Sets for Web and Mobile Developers | Developers Code

published 474 days, 8 hours, 35 minutes ago posted by taanu51taanu51 475 days, 14 hours, 52 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Monday, January 30, 2012 4:57:06 AM GMT
Hi Friends,Here i would like share some beautifull icon sets which are very usefull for Web and Mobile application developers.These icons are free so we can use in variety of ways..I hope you like it Icon Social Snow SleekSocial Icon Pack Social Buzz Icon Pack Simplito a free social icon set Woven Fabric Social Media Icon Set Wooden Social Free Icon Set SocialMate Free Social Media Badge Icons Icon set - 1 Icon set - 2 Icon Set Vintage Awesome Icon Pack Social Moleskin Icon Set Or... (more)
category: UX | clicked: 57 | comment | | source: www.developerscode.com
tags: mobile application development, Web, icons, Icon
Previous 1 2 3 4 5 6 7 8 9 10 ... 303 304 Next