DotNetShoutout - Upcoming stories (page 1)
1
Shouts

How to Vibrate your WP programmatically?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 3 hours, 52 minutes ago
Tuesday, June 18, 2013 3:05:03 PM GMT
If you are a phone application developer, you may want to integrate vibration in your application, so that, you can vibrate the phone programmatically to provide some message to the end user silently in some special occasion. Today in this post, we will learn how to programmatically vibrate your Windows Phone device by learning the SDK API details. Continue learning and provide your feedback. (more)
category: How To | clicked: 0 | comment | | source: www.kunal-chowdhury.com
tags:
10
Shouts

Understanding .NET Garbage Collection

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

ASP.NET MVC RAZOR View Engine Overview | TechBubbles

posted by kalyanms1kalyanms1 62 days, 7 hours, 6 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:
5
Shouts

SQL Server NOLOCK Hint

posted by BlackWaspBlackWasp 62 days, 10 hours, 1 minute 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:
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/ 62 days, 15 hours, 21 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

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

Add or Remove Context Menu Group in Telerik RadRichTextBox

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 63 days, 13 hours, 28 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

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

posted by oazabiroazabir 63 days, 22 hours, 5 minutes 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:
4
Shouts

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

posted by oazabiroazabir 63 days, 22 hours, 7 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: 8 | comment | | source: omaralzabir.com
tags:
5
Shouts

Visual Studio Code Metrics

posted by BlackWaspBlackWasp 65 days, 8 hours, 45 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:
5
Shouts

Report Unhandled Errors from JavaScript

posted by tduponttdupont 65 days, 10 hours, 47 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:
6
Shouts

How to integrate Infragistics InfoBox control in your WP app?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 67 days, 4 hours, 20 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:
4
Shouts

How to detect in Silverlight whether Network Connection is available?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 67 days, 16 hours, 52 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:
4
Shouts

Page Inspector in Visual Studio 2012 | TechBubbles

posted by kalyanms1kalyanms1 68 days, 6 hours, 30 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:
5
Shouts

Plugging in with JustDecompile

posted by KodefuGuruKodefuGuru 68 days, 16 hours, 1 minute 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:
5
Shouts

ASP.NET MVC 4 Application Templates explained | TechBubbles

posted by kalyanms1kalyanms1 70 days, 7 hours, 42 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:
6
Shouts

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

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 71 days, 8 hours, 44 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:
6
Shouts

Visual Studio 2012 Update 2 Announced | TechBubbles

posted by kalyanms1kalyanms1 74 days, 5 hours, 28 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

ASP.NET Profiles overview | TechBubbles

posted by kalyanms1kalyanms1 74 days, 11 hours, 3 minutes ago
Friday, April 05, 2013 7:54:15 AM GMT
ASP.NET Profiles feature allows the users to personalize their content on the web site. Profiles can be used in different scenarios like when you visit the news web site or sports website then you can allow the user to choose their favourite categories and then you can store them in a profile to show the pages based on their preferences. Using ASP.NET Profiles you can keep the user details such as First Name, Last Name, Date of Birth and their interests. You can use this information to create a closer re... (more)
category: Web Dev | clicked: 1 | comment | | source: www.techbubbles.com
tags:
4
Shouts

WebP - Advanced image optimization using ASP.NET MVC

posted by deanomachinodeanomachino 75 days, 17 hours, 35 minutes ago
Thursday, April 04, 2013 1:21:44 AM GMT
Most modern web pages contain a lot of images. These images often make up the bulk of a web page request. According to the HTTPArchive, images make up over 50% of the average web page and if you are looking to optimize on the performance of your web page, the best place to start is often with the images on your page. By optimizing your images and simply reducing the amount of bytes that your users are downloading, you can drastically improve your page load times. (more)
category: Web Dev | clicked: 8 | comment | | source: www.deanhume.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 ... 168 169 Next