ahxnamc
Name: ahxnamc
Score: 103.01
Last Seen: 15 days, 2 hours, 14 minutes ago
Member Since: 19 October, 2011
DotNetShoutout
atom rss
6
Shouts

Visual Studio 2012 Update 2 Announced | TechBubbles

posted by kalyanms1kalyanms1 75 days, 12 hours, 24 minutes ago
Friday, April 05, 2013 1:29:12 PM GMT
As promised Microsoft announcing periodic updates to Visual Studio 2012, As part of this few months back Visual Studio 2012 Update 1 has released features and download link can be found here. Few hours ago they have announced Update 2 which can be downloaded from here. This post out lines the features in this update. The main feature in this release are Agile Planning , quality enablement , line of business applications and improved developer experience. It is a cumulative update, if you miss installing ... (more)
category: Architecture | clicked: 5 | comment | | source: www.techbubbles.com
tags:
6
Shouts

Visual Studio 2012 Update 2 (RTM) now available for download

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 72 days, 15 hours, 40 minutes ago
Monday, April 08, 2013 10:13:19 AM GMT
Just 2 months after the release of Visual Studio 2012 Update 2 CTP release, Microsoft released the final version of Visual Studio 2012 Update 2 which also includes a single Blend version that can be used to build apps for Silverlight, WPF, Windows Phone and Windows 8 Store etc. The update is freely available for you to download from Microsoft site. I am going to share the direct link here for you to get easy access link. - See more at: http://www.kunal-chowdhury.com/2013/04/download-visual-studio-2012-u... (more)
category: How To | clicked: 3 | comment | | source: www.kunal-chowdhury.com
tags:
5
Shouts

ASP.NET MVC 4 Application Templates explained | TechBubbles

posted by kalyanms1kalyanms1 71 days, 14 hours, 38 minutes ago
Tuesday, April 09, 2013 11:15:02 AM GMT
When you create a new MVC 4 project in Visual Studio 2012, you will be presented with different option as shown in the below picture, Each project template sets up different folders in your application. This post explains the each project template purpose (more)
category: Web Dev | clicked: 7 | comment | | source: www.techbubbles.com
tags:
5
Shouts

Plugging in with JustDecompile

posted by KodefuGuruKodefuGuru 69 days, 22 hours, 57 minutes ago
Thursday, April 11, 2013 2:56:08 AM GMT
It's easier than ever to find and install plugins in JustDecompile. (more)
category: Agile | clicked: 3 | comment | | source: blogs.telerik.com
tags:
4
Shouts

Page Inspector in Visual Studio 2012 | TechBubbles

posted by kalyanms1kalyanms1 69 days, 13 hours, 26 minutes ago
Thursday, April 11, 2013 12:27:21 PM GMT
The typical web page in the application includes references to JavaScript and CSS files and images. It is hard to debug the page without a tool to find a certain piece of HTML where it is coming from. The Page Inspector is a debugging tool that runs inside Visual Studio and it comes with the Visual Studio. This post explains the Page Inspector features and outlines how to use it inside Visual Studio editor. (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags:
4
Shouts

How to detect in Silverlight whether Network Connection is available?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 68 days, 23 hours, 48 minutes ago
Friday, April 12, 2013 2:05:04 AM GMT
In your Silverlight application, you might want to detect whether network connection is available and then based on the result, you might want to do a service call or disable few buttons. This is a most wanted feature by the Silverlight developers. So if you are looking for code, this post will help you to understand the APIs and integrate the same in your Silverlight applications. [Read more: http://bit.ly/ZhGXhJ] (more)
category: How To | clicked: 1 | comment | | source: www.kunal-chowdhury.com
tags:
6
Shouts

How to integrate Infragistics InfoBox control in your WP app?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 68 days, 11 hours, 16 minutes ago
Friday, April 12, 2013 2:36:50 PM GMT
As a WPDev, sometime we want to show a callout type information box or a notification popup within the Windows Phone application to the end user. Building such type of control needs a lot of effort before using that in an application. Infragistics came up with their own control to help the Windows Phone developers to save their effort building it from the scratch. Today we are going to discuss it here with step-by-step code snippet. (more)
category: How To | clicked: 2 | comment | | source: www.kunal-chowdhury.com
tags:
5
Shouts

Report Unhandled Errors from JavaScript

posted by tduponttdupont 66 days, 17 hours, 43 minutes ago
Sunday, April 14, 2013 8:09:35 AM GMT
Logging and aggregating error reports is one of the most important things you can do when building software. If you are like the vast majority of websites out there, then you don't know about JavaScript errors, and it's time to fix that! This article talks about reporting unhandled JavaScript errors using the window.onerror event handler with StackTrace.js, and gives solutions for projects built in jQuery and ASP.NET MVC. (more)
category: Web Dev | clicked: 5 | comment | | source: www.tomdupont.net
tags:
5
Shouts

Visual Studio Code Metrics

posted by BlackWaspBlackWasp 66 days, 15 hours, 41 minutes ago
Sunday, April 14, 2013 10:11:49 AM GMT
Judging the maintainability of an application's source code objectively during code reviews can be difficult. To help, some Visual Studio editions can calculate code metrics, such as cyclomatic complexity, depth of inheritance and lines of code. (more)
category: How To | clicked: 2 | comment | | source: www.blackwasp.co.uk
tags:
4
Shouts

7 hard earned lessons from a Single Page ApplicationOmar AL Zabir Blog

posted by oazabiroazabir 65 days, 5 hours, 3 minutes ago
Monday, April 15, 2013 8:50:03 PM GMT
7 controversial techniques to boost performance of Single Page Applications (SPA) and achieve 3-4 second page load time. Find out when commonly used techniques like combining Javascript back fires. (more)
category: Web Dev | clicked: 9 | comment | | source: omaralzabir.com
tags:
5
Shouts

10 IT Admin skills every .NET developer should have before going liveOmar AL Zabir Blog

posted by oazabiroazabir 65 days, 5 hours, 1 minute ago
Monday, April 15, 2013 8:51:59 PM GMT
10 essential IT admin skill for every .net developer who code, build, deploy and maintain production websites all by themselves. Learn to design super cheap and reliable hosting architecture, tune IIS, automate deployment and patching server and so on. (more)
category: How To | clicked: 7 | comment | | source: omaralzabir.com
tags:
5
Shouts

Add or Remove Context Menu Group in Telerik RadRichTextBox

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 64 days, 20 hours, 24 minutes ago
Tuesday, April 16, 2013 5:28:43 AM GMT
If you are working with the Telerik’s RadRichTextBox control for Silverlight, you might come to a situation where as per your business need you might have to customize the default context menu of the said control. If you are looking for an way to add or remove context menu group, this post will help you. Continue reading the post to understand the way this context menu has been structured. Once you understand the basics, it will be easy for you to do further modifications. See more at: http://www.kuna... (more)
category: How To | clicked: 0 | comment | | source: www.kunal-chowdhury.com
tags:
5
Shouts

DotNetShoutout - Latest published stories (page 1)

Tuesday, April 16, 2013 11:09:18 AM GMT
Product Ranges: We manufacture a wide range of Air filters and Cleanroom products such as • Pre-Filters / pleated filters with efficiencies available of G1 ~ G4 (EN779 Europe Standard) • Bag/Pocket Filters with efficiencies available of F5 ~ F8 (EN779 Europe Standard) • Medium efficiency V-bank Filters with large airflow. • Deep pleated HEPA Filters with cardboard separator or aluminum separator, and frame available with wooden, galvanized sheet and aluminum alloy. • High temperature re... (more)
category: How To | clicked: 2 | comment | | source: dotnetshoutout.com
5
Shouts

Microsoft released Visual Studio 2012 Update 3 CTP 1 within 10 days

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 63 days, 22 hours, 17 minutes ago
Wednesday, April 17, 2013 3:35:43 AM GMT
It’s just 10 days when Visual Studio 2012 Update 2 RTM was released and now again, Microsoft released their next update pack named “Update 3”. This release is currently available under CTP (Community Technology Preview) first release. Find herewith more about this release i.e. list of changes and the link to download it. Keep in mind that, it’s a CTP release and not ready for production environment yet. See more at: http://www.kunal-chowdhury.com/2013/04/microsoft-released-visual-studio-2012.html#stha... (more)
category: How To | clicked: 12 | comment | | source: www.kunal-chowdhury.com
tags:
5
Shouts

SQL Server NOLOCK Hint

posted by BlackWaspBlackWasp 63 days, 16 hours, 57 minutes ago
Wednesday, April 17, 2013 8:56:11 AM GMT
Where locking causes problems with queries it can be useful to execute those queries with the NOLOCK hint. This specifies that a query should ignore existing locks and create no data locks. However, the hint introduces the potential of data corruption. (more)
category: How To | clicked: 5 | comment | | source: www.blackwasp.co.uk
tags:
4
Shouts

ASP.NET MVC RAZOR View Engine Overview | TechBubbles

posted by kalyanms1kalyanms1 63 days, 14 hours, 2 minutes ago
Wednesday, April 17, 2013 11:50:58 AM GMT
ASP.NET MVC contains two view engines named Razor view engine and Web Forms view engine. This post outlines the Razor view syntax, sample code expressions, code blocks, layouts and compares some code expressions with Web Forms view engine.The Razor View engine was introduced in ASP.NET MVC3 and it is default view engine that you get when you create new MVC project in Visual Studio. Razor view allows you to write simple mark up and its syntax is simple.Razor views that use C# syntax has the .cshtml file e... (more)
category: Web Dev | clicked: 8 | comment | | source: www.techbubbles.com
tags:
11
Shouts

Understanding .NET Garbage Collection

posted by KodefuGuruKodefuGuru 62 days, 20 hours, 41 minutes ago
Thursday, April 18, 2013 5:11:30 AM GMT
Every program needs memory. Unfortunately, memory is finite. (more)
category: Architecture | clicked: 10 | comment | | source: blogs.telerik.com
tags:
5
Shouts

How to Navigate to an URL in LightSwitch?

published 19 days, 11 hours, 52 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 26 days, 11 hours, 37 minutes ago
Friday, May 31, 2013 2:01:01 PM GMT Friday, May 24, 2013 2:16:09 PM GMT
Sometime we might want to navigate to a specific URL in LightSwitch application. That might be a web page URL or a direct URL to some file. If you are a Silverlight developer, you might know how to navigate to an URL but there are some trick in case of LightSwitch. If you are looking for a piece of code to learn the mechanism and to include in your project, then this post will guide you step-by-step. (more)
category: How To | clicked: 14 | comment | | source: www.kunal-chowdhury.com
tags:
7
Shouts

Faster and Offline Browsing using Application Cache in HTML5

published 15 days, 9 hours, 4 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 25 days, 3 hours, 57 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Saturday, May 25, 2013 9:56:06 PM GMT
In current web based application market, it’s more important to load and browse the application faster and there application caching is becoming most important thing. All the browsers support caching but that is not enough. HTML5 now comes with application caching mechanism by which a developer can tell the client to cache what it needs to browse them in offline too. Read more: http://bit.ly/WxtNNO (more)
category: How To | clicked: 34 | comment | | source: www.kunal-chowdhury.com
tags:
4
Shouts

How to setup a rock solid VM on Windows Azure for your Wordpress blogs

published 15 days, 9 hours, 4 minutes ago posted by oazabiroazabir 23 days, 23 hours, 25 minutes ago
Tuesday, June 04, 2013 4:49:11 PM GMT Monday, May 27, 2013 2:28:09 AM GMT
In this article, I will show you how to setup a rock solid Linux instance and configure some useful security and maintenance features: * Tune Apache, MySql, PHP to run within an Extra Small VM within the memory limits. Secure your server from common brute force attacks. * Harden a WordPress instance and make it resilient to common failures. * Optimize your website for maximum client side caching and improve page load time. * Some handy Linux scripts and cron jobs that can take care of your server most of... (more)
category: How To | clicked: 3 | comment | | source: omaralzabir.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 Next