iftekharahmedamit
Name: iftekharahmedamit
Score: 15
Last Seen: 363 days, 13 hours, 29 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
2
Shouts

Web Standards Update for Microsoft Visual Studio 2010 SP1

posted by viperguynazviperguynaz 531 days, 16 hours, 58 minutes ago
Wednesday, December 07, 2011 1:40:21 AM GMT
Developer Ramblings in C# .NET Development Tips from Falcon Web Technologies Home Archive ContactLog inHome » .NET | FeaturedWeb Standards Update for Microsoft Visual Studio 2010 SP16. December 2011by viperguynaz0 Comments Updated 10/2/2011 - The Visual Studio Web Standards Update provides the much wanted HTML5 & CSS3 support to Visual Studio 2010 SP1. It brings VS 2010 intellisense & validation as close to W3C specif... (more)
category: Web Dev | clicked: 1 | comment | | source: www.falconwebtech.com
tags: Visual Studio, CSS 3, VS 2010, HTML 5
4
Shouts

SOLID - Things Every Senior .NET Developer Should Know, Part 2

posted by Matt_TCFMatt_TCF 531 days, 15 hours, 35 minutes ago
Wednesday, December 07, 2011 3:04:01 AM GMT
Think you’re a senior .NET developer? Then you should already be familiar with SOLID, a set of five principles originally introduced by Robert Martin. These principles will help guide you towards better, more maintainable code and may help you have more fun at the same time. In this article, I’ll cover the Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion principles. (more)
category: How To | clicked: 9 | comment | | source: trycatchfail.com
tags: Principles and Patterns, SOLID
3
Shouts

Creating classes at runtime in .NET

posted by traskjdtraskjd 530 days, 21 hours, 13 minutes ago
Wednesday, December 07, 2011 9:25:20 PM GMT
This post explores creating whole new types at runtime as well as answering the question of why you may want to do this. Learn about some of the secret sauce being used by popular frameworks! (more)
category: How To | clicked: 5 | comment | | source: www.mindscapehq.com
tags: Code Generation, runtime, Secret Sauce, Types, Mindscape
2
Shouts

Increasing your productivity with Visual Studio 2010

posted by http://djsolid.myopenid.com/http://djsolid.myopenid.com/ 531 days, 8 hours, 50 minutes ago
Wednesday, December 07, 2011 9:48:40 AM GMT
Contents - Use shortcuts - Use NuGet - Don't start your project with Debugging - Use the Clipboard Ring - Use a color scheme - Rename from Smart Tag and more... (more)
category: Web Dev | clicked: 11 | comment | | source: dotnetslackers.com
tags: VS 2010
3
Shouts

SQL SERVER – Get Directory Structure using Extended Stored Procedure xp_dirtree « Journey to SQLAuthority

published 536 days, 4 hours, 27 minutes ago posted by pinaldavepinaldave 542 days, 10 hours, 5 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Saturday, November 26, 2011 8:33:25 AM GMT
Many years ago I wrote article SQL SERVER – Get a List of Fixed Hard Drive and Free Space on Server where I demonstrated using undocumented Stored Procedure to find the drive letter in local system and available free space. I received question in email from reader asking if there any way he can list directory structure within the T-SQL. When I inquired more he suggested that he needs this because he wanted set up backup of the data in certain structure. Well, there is one undocumented stored procedure e... (more)
category: Data | clicked: 4 | comment | | source: blog.sqlauthority.com
2
Shouts

Read and Write cookie with HttpCookie in ASP.NET - Webwizo's Blog

posted by webwizowebwizo 541 days, 23 hours, 36 minutes ago
Saturday, November 26, 2011 7:02:16 PM GMT
A simple and basic way to read and write cookies with HttpCookie in ASP.NET (more)
category: Web Dev | clicked: 3 | comment | | source: blog.webwizo.com
tags: ASP. NETMVC, cookies, ASP.NET
3
Shouts

SQL SERVER – Powershell – Get a List of Fixed Hard Drive and Free Space on Server « Journey to SQLAuthority

published 536 days, 4 hours, 27 minutes ago posted by pinaldavepinaldave 541 days, 9 hours, 30 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Sunday, November 27, 2011 9:08:27 AM GMT
Earlier I have written this article SQL SERVER – Get a List of Fixed Hard Drive and Free Space on Server. I recently received excellent comment by MVP Ravikanth. He demonstrated that how the same can be done using Powershell. It is very sweet and quick solution. Here is the powershell script. Run the same in your powershell windows.Get-WmiObject -Class Win32LogicalDisk | Select -Property DeviceID, @{Name=’FreeSpaceMB’;Expression={$.FreeSpace/1MB} } | Format-Table -AutoSize Well, I ran this script in ... (more)
category: Data | clicked: 7 | 1 comment | | source: blog.sqlauthority.com
2
Shouts

Detecting if an application is running as an elevated process, and spawning a new process using elevated permissions

posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 541 days, 6 hours, 53 minutes ago
Sunday, November 27, 2011 11:45:45 AM GMT
Article which describes detecting if your application is running with elevated permissions on Windows Vista or Windows 7 and how to spawn new processes which run using elevated permissions. (more)
category: UX | clicked: 7 | comment | | source: cyotek.com
tags: UAC, C# .NET
2
Shouts

When should you take performance into consideration?

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 541 days, 1 hour, 37 minutes ago
Sunday, November 27, 2011 5:01:52 PM GMT
Before publishing my previous post on rewriting an if, I knew some people would hate it, because the refactored construct is less performant. Although I think performance is important, relevant performance improvements are, apart from in tight loops, hardly ever to find in language constructs. To put it more bluntly, they are a waste of time. (more)
category: Architecture | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: Refactoring, Performance, clean code
3
Shouts

SQLAuthority News – SafePeak’s SQL Server Performance Contest – Winners « Journey to SQLAuthority

published 536 days, 4 hours, 27 minutes ago posted by pinaldavepinaldave 540 days, 12 hours, 46 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Monday, November 28, 2011 5:52:26 AM GMT
SafePeak, the unique automated SQL performance acceleration and performance tuningsoftware vendor, announced the winners of their SQL Performance Contest 2011. The contest quite unique: the writer of the best / most interesting and most community liked “performance story” would win an expensive gadget. The judges were the community DBAs that could participating and Like’ing stories and could also win expensive prizes. Robert Pearl SQL MVP, was the contest supervisor. I liked most of the stories and decid... (more)
category: Data | clicked: 1 | comment | | source: blog.sqlauthority.com
2
Shouts

SpecsFor 2.0 Released!

posted by Matt_TCFMatt_TCF 540 days, 1 hour, 18 minutes ago
Monday, November 28, 2011 5:20:38 PM GMT
The newest version of the SpecsFor behavior-driven development framework is out with additional functionality to eliminate common points of testing friction. With a single NuGet package, you now have everything you need to start writing clean test cases. Read on to see how much easier writing tests could be. (more)
category: Agile | clicked: 4 | comment | | source: trycatchfail.com
tags: TDD, Testing, BDD, Specifications
3
Shouts

SQL SERVER – Using expressor Composite Types to Enforce Business Rules « Journey to SQLAuthority with SQL Server

published 536 days, 4 hours, 27 minutes ago posted by pinaldavepinaldave 539 days, 9 hours, 6 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Tuesday, November 29, 2011 9:32:54 AM GMT
One of the features that distinguish the expressor Data Integration Platform from other products in the data integration space is its concept of composite types, which provide an effective and easily reusable way to clearly define the structure and characteristics of data within your application.  An important feature of the composite type approach is that it allows you to easily adjust the content of a record to its ultimate purpose.  For example, a record used to update a row in a database table is eas... (more)
category: Data | clicked: 6 | comment | | source: blog.sqlauthority.com
3
Shouts

SQL SERVER – Fix: Error: File cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for more details « Journey to SQLAuthority with SQL Server

published 536 days, 4 hours, 27 minutes ago posted by pinaldavepinaldave 538 days, 11 hours, 55 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Wednesday, November 30, 2011 6:43:37 AM GMT
Yesterday I formatted my computer and did fresh install as it was due from long time. After the fresh install when I tried to install Semantic Search application using powershell, I was stopped by following error. File cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for more details Fix/Solution/Workaround: The solution is very simple. Open the Powershell window and type following two lines and everything will fine right after that.Se... (more)
category: Data | clicked: 29 | 1 comment | | source: blog.sqlauthority.com
4
Shouts

Silverlight and Sharepoint working together: a Silverlight menu for Sharepoint - Part 2

published 536 days, 4 hours, 27 minutes ago posted by KMilKMil 537 days, 3 hours, 18 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Thursday, December 01, 2011 3:20:38 PM GMT
In the first part of the article I introduced the matter, i.e. adding a Silverlight menu in Sharepoint. The first solution presented, defined as “the client approach”, has a major defect: it cannot be used for anonymous-enabled sites. In this second part we will see another way (that I called the “server approach”) in order to build a Silverlight menu for Sharepoint that can be used also by anonymous users. To make this new approach clearer I will introduce another few general concepts regarding the Shar... (more)
category: Metro | clicked: 21 | 1 comment | | source: www.silverlightshow.net
tags: Line-Of-Business, Sharepoint
4
Shouts

10 Laps around Silverlight 5 (Part 8 of 10)

published 536 days, 4 hours, 27 minutes ago posted by KMilKMil 537 days, 3 hours, 15 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Thursday, December 01, 2011 3:23:20 PM GMT
In this article, I am going to discuss productivity and performance enhancements in Silverlight 5 including: XAML Binding Debugging, Parser Performance Improvements and Multi-core JIT for improved start-up time. (more)
category: Metro | clicked: 22 | comment | | source: www.silverlightshow.net
2
Shouts

Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 536 days, 23 hours, 55 minutes ago
Thursday, December 01, 2011 6:43:21 PM GMT
In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. The source code is available from http://azurehack.codeplex.com/ .The demo application will modify and add more fu... (more)
category: Architecture | clicked: 49 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Windows Azure, Windows Azure Storage
2
Shouts

ResourceManager with an External Assembly DLL

posted by lenielleniel 536 days, 22 hours, 9 minutes ago
Thursday, December 01, 2011 8:29:41 PM GMT
As a software developer I like to work with everything that is related to software Localization known as L10n. Besides being a developer working defining the architecture that will be adopted in a given project and doing the hard “FUN” work writing the code, I’m also a translator. One thing I've been trying to do recently is to be able to use localized strings that are present in an external assembly [ DLL ] using the ResourceManager object. Read on... (more)
category: Web Dev | clicked: 13 | comment | | source: www.leniel.net
tags: ASP.NET MVC, Programming, C#, ResourceManager, dll, translation, Razor, Helpers, L10n, resx, resource files, Localization, ASP.NET
2
Shouts

C#/.NET Fundamentals: Safely and Efficiently Raising Events

posted by BlackRabbitCoderBlackRabbitCoder 536 days, 14 hours, 59 minutes ago
Friday, December 02, 2011 3:39:04 AM GMT
A couple of posts ago, I discussed the EventHandler (more)
category: Web Dev | clicked: 6 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, C#, fundamentals, delegates, Events, CSharp
2
Shouts

Reloading a Razor WebGrid after Ajax calls using a partial view - .NET Development - Gal Ratner

posted by galratnergalratner 536 days, 18 hours, 8 minutes ago
Friday, December 02, 2011 12:30:52 AM GMT
If you are using Razor and MVC you probably make some use of the built in controls in System.Web.Helpers. WebGrid, located in the Helpers assembly, was created for WebMatrix’s Razor Web Pages and landed itself nicely to Razor views in MVC. WebGrid, much like ASP.NET’s ListView control, is designed to display a data driven HTML table on the screen. It has support for paging, sorting and column customization. In this article, we will be taking a quick look at loading a WebGrid with data, both as a part o... (more)
category: Web Dev | clicked: 75 | comment | | source: galratner.com
tags: Razor, MVC
3
Shouts

SQL SERVER – Effect of SET NO COUNT on @@ROWCOUNT

published 536 days, 4 hours, 27 minutes ago posted by pinaldavepinaldave 536 days, 10 hours, 2 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Friday, December 02, 2011 8:36:35 AM GMT
Today I had very interesting experience when I was presenting on SQL Server. While I was presenting the session when I ran query SQL Server Management Studio returned message like (8 row(s) affected) and (2 row(s) affected) etc. After a while at one point, I started to prove usage of @@ROWCOUNT function. (more)
category: Data | clicked: 7 | 1 comment | | source: blog.sqlauthority.com
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 ... 303 304 Next