DotNetShoutout - Latest published stories in How To (page 1)
3
Shouts

Windows 8 File Explorer Tips | TechBubbles

published 1 day, 14 hours, 29 minutes ago posted by kalyanms1kalyanms1 5 days, 13 hours, 10 minutes ago
Thursday, May 23, 2013 10:17:15 AM GMT Sunday, May 19, 2013 11:36:34 AM GMT
File Explorer is a great way to see the files and folders on your computer as well as libraries, folders and control panel.This post outlines some enhancements and tips in using File Explorer in Windows 8. (more)
category: How To | clicked: 4 | comment | | source: www.techbubbles.com
tags:
4
Shouts

Microsoft Surface won’t Turn ON - Now what to do?

published 1 day, 14 hours, 29 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 8 days, 22 hours, 40 minutes ago
Thursday, May 23, 2013 10:17:15 AM GMT Thursday, May 16, 2013 2:07:04 AM GMT
I just faced an issue with my Surface RT device. I was unable to turn on the device though it was completely charged. Though I had no idea about the issue but I was guessing about the Power Switch issue. Did a lot of stuffs, searching online etc. but nothing help. Finally I tweeted about the issue and got a reply which helped me to turn on the device. If you came to this page just because your Surface is not turning on, this post will help you. (more)
category: How To | clicked: 13 | comment | | source: www.kunal-chowdhury.com
tags:
1
Shouts

Thread-Safe Queues with ConcurrentQueue

published 1 day, 14 hours, 29 minutes ago posted by BlackWaspBlackWasp 2 days, 14 hours, 55 minutes ago
Thursday, May 23, 2013 10:17:15 AM GMT Wednesday, May 22, 2013 9:51:31 AM GMT
The standard .NET queue classes are not thread-safe so require additional locking to avoid errors when used in multithreaded or parallel scenarios. This additional complexity is not required with the generic ConcurrentQueue (more)
category: How To | clicked: 2 | comment | | source: www.blackwasp.co.uk
tags:
1
Shouts

Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code

published 1 day, 14 hours, 29 minutes ago posted by lenielleniel 1 day, 19 hours, 39 minutes ago
Thursday, May 23, 2013 10:17:15 AM GMT Thursday, May 23, 2013 5:07:42 AM GMT
In early January of this year I was implementing some JavaScript code that does a lot of processing on the client side with the help of jQuery. It’s part of a project where my customer asked for the possibility of answering a questionnaire in two ways: using a Wizard (one question at a time) and Listing (all questions at once) in a single form. The client side code for the Listing was the culprit and is the subject of this post. (more)
category: How To | clicked: 1 | comment | | source: www.leniel.net
tags:
1
Shouts

How to create custom XMLNS namespaces to keep your XAML clean?

published 1 day, 14 hours, 29 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 3 days, 19 hours, 27 minutes ago
Thursday, May 23, 2013 10:17:15 AM GMT Tuesday, May 21, 2013 5:19:13 AM GMT
XAML namespace is an extension of XML namespace and conventionally written as “xmlns” in XAML pages. We use it on all XAML pages in Silverlight, Windows Phone, Windows 8, WPF related technologies to better reference assemblies and namespaces. In this post we will learn more about this XMLNS namespace and the way to customize it for a cleaner XAML page. Interested to know it? Continue reading and share your feedback about the post. (more)
category: How To | clicked: 3 | comment | | source: www.kunal-chowdhury.com
tags:
2
Shouts

Setting the Foreground Window

published 1 day, 14 hours, 29 minutes ago posted by BlackWaspBlackWasp 5 days, 17 hours, 43 minutes ago
Thursday, May 23, 2013 10:17:15 AM GMT Sunday, May 19, 2013 7:04:01 AM GMT
Occasionally it is necessary for a .NET program to activate a window that belongs to a separate application. The facility to set the foreground window is not available through the .NET base class library but is possible using Platform Invocation Services. (more)
category: How To | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags:
3
Shouts

.NET String Extensions: Split Qualified

published 7 days, 15 hours, 19 minutes ago posted by tduponttdupont 14 days, 6 hours, 39 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Friday, May 10, 2013 6:07:41 PM GMT
Split a string and take qualified and escaped values into account. For example, split on commas outside of quoted substrings. (more)
category: How To | clicked: 29 | comment | | source: www.tomdupont.net
tags:
2
Shouts

How to Capture a Screenshot as File in Windows 8?

published 7 days, 15 hours, 19 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 12 days, 22 hours, 8 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Sunday, May 12, 2013 2:38:30 AM GMT
In this small post we will learn how to capture a screenshot of your installed applications in Windows 8 RTM. Whether it is desktop app or a Windows 8 app, you will be able to take screenshot by just pressing a key combination without installing any other software. Not only that, the captured screenshot will be saved to your hard drive as an image file, so that you can directly access them. Continue to read more about it. (more)
category: How To | clicked: 14 | comment | | source: www.kunal-chowdhury.com
tags:
2
Shouts

How to Capture a Screenshot as File in Microsoft Surface?

published 7 days, 15 hours, 19 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 12 days, 22 hours, 8 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Sunday, May 12, 2013 2:39:00 AM GMT
Last year we discussed “How to Capture a Screenshot as File in Windows 8?” which you will find useful in your desktop PC or laptop. You will also find that post useful in a Surface if you have a keyboard attached to it, because “Win + Print Screen” key combination is needed to capture the screen. What about Microsoft Surface which does not have a keyboard attach to it? In that case, a touch keyboard will be require to press the keys but that will fill half of the screen. (more)
category: How To | clicked: 2 | comment | | source: www.kunal-chowdhury.com
tags:
2
Shouts

Using SendKeys

published 7 days, 15 hours, 19 minutes ago posted by BlackWaspBlackWasp 13 days, 16 hours, 59 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Saturday, May 11, 2013 7:47:25 AM GMT
Some software that needs to be automated provides no application programming interface (API) to permit this and no direct access to data to control the program indirectly. In these cases, one solution to automation is the SendKeys class. (more)
category: How To | clicked: 6 | comment | | source: www.blackwasp.co.uk
tags:
4
Shouts

How to turn ON/OFF the Microsoft Two-Step Verification?

published 7 days, 15 hours, 19 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 16 days, 22 hours, 12 minutes ago
Friday, May 17, 2013 9:27:50 AM GMT Wednesday, May 08, 2013 2:34:24 AM GMT
In the last post “What is Two-Factor Authentication?” we discussed about various factors of authentication system including different examples. We also learnt about Knowledge Factor, Inherence Factor and Possession Factor. Microsoft recently added a second step authentication mechanism in all their accounts as an extra security layer. This post will guide you to turn ON/OFF this security layer. (more)
category: How To | clicked: 10 | comment | | source: www.kunal-chowdhury.com
tags:
1
Shouts

Creating Fixed-Width Data Files

published 10 days, 8 hours, 36 minutes ago posted by BlackWaspBlackWasp 19 days, 14 hours, 18 minutes ago
Tuesday, May 14, 2013 4:10:42 PM GMT Sunday, May 05, 2013 10:29:09 AM GMT
Fixed-width data files are an alternative to comma-separated values (CSV) for storing and sharing tabular data. The information in a fixed-width data set tends to use more storage or bandwidth than CSV but is more readable to humans. (more)
category: How To | clicked: 16 | comment | | source: www.blackwasp.co.uk
tags:
2
Shouts

What is Two-Factor Authentication?

published 11 days, 10 hours, 20 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 21 days, 9 hours, 1 minute ago
Monday, May 13, 2013 2:26:31 PM GMT Friday, May 03, 2013 3:46:10 PM GMT
Two-factor authentication is a user authentication system where an user needs to provide two different factors to authorize the user’s identity. It is not a new concept and in many places we are knowingly or unknowingly using it for secure access. There could be multiple factors too and that known as Multi-factor authentication. Today in this post we will learn basics about this type of authentication system. (more)
category: How To | clicked: 19 | comment | | source: www.kunal-chowdhury.com
tags:
2
Shouts

Async Controller in MVC4

published 15 days, 14 hours, 10 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 23 days, 18 hours, 13 minutes ago
Thursday, May 09, 2013 10:36:32 AM GMT Wednesday, May 01, 2013 6:34:12 AM GMT
How to use Async Controller in MVC4 and .NET 4.5 (more)
category: How To | clicked: 43 | comment | | source: midnightprogrammer.net
tags:
2
Shouts

How to batch clean up the Visual Studio solution folder? (bin, obj etc.)

published 15 days, 14 hours, 10 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 23 days, 9 hours, 36 minutes ago
Thursday, May 09, 2013 10:36:32 AM GMT Wednesday, May 01, 2013 3:11:11 PM GMT
Sometime the Visual Studio’s clean project command does not return as expected and maximum time people used to manually delete the bin, obj, Client Bin, Generated_Code directories to clean all the traces of previous build. Here I will share a small batch code which will help you to clean up those directories by just a single click. Tune it up if you want to add few more directories in the list. (more)
category: How To | clicked: 22 | comment | | source: www.kunal-chowdhury.com
tags:
2
Shouts

Easy Form Validation using HTML5

published 15 days, 14 hours, 10 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 23 days, 21 hours, 31 minutes ago
Thursday, May 09, 2013 10:36:32 AM GMT Wednesday, May 01, 2013 3:15:18 AM GMT
Writing validation logic using JavaScript in a HTML form is not an easy way. We all have seen it in HTML4 but what’s new in HTML5? Will it provide us easy way to validate the form with writing a small piece of code only? Today we will be talking about this validation stuffs in HTML5. But as usual, all the browsers don’t support all of them but a good start to think for future. (more)
category: How To | clicked: 19 | comment | | source: www.kunal-chowdhury.com
tags:
1
Shouts

Midnight Programmer

published 17 days, 15 hours ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 26 days, 34 minutes ago
Tuesday, May 07, 2013 9:46:53 AM GMT Monday, April 29, 2013 12:12:24 AM GMT
SkyDrive REST API wrapper overview. (more)
category: How To | clicked: 28 | comment | | source: midnightprogrammer.net
tags:
1
Shouts

Windows 8 Store App (#WinRT) Development Tutorial for #Win8Dev

published 17 days, 15 hours ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 26 days, 5 hours, 47 minutes ago
Tuesday, May 07, 2013 9:46:53 AM GMT Sunday, April 28, 2013 6:59:34 PM GMT
Windows 8 introduced a new type of application set named “Windows 8 Store app” which has a new look & feel (earlier named as “Metro UI”). Developers can host & sell these WinRT apps from Windows Store, a new digital platform from Microsoft. Windows Store will allow both free and paid applications where the ranges may vary from $1.49 to $999.99 in case of paid version. If you are a Visual C#, Visual Basic, Visual C++ and/or JavaScript application developer, you can build applications for Windows ... (more)
category: How To | clicked: 9 | comment | | source: www.kunal-chowdhury.com
tags:
2
Shouts

Debugging Code Efficiently in Visual Studio with the DebuggerDisplay Attribute

published 17 days, 15 hours ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 24 days, 21 hours, 31 minutes ago
Tuesday, May 07, 2013 9:46:53 AM GMT Tuesday, April 30, 2013 3:15:51 AM GMT
It is sometime difficult when you have a bunch of properties exposed from a class and you just need few of them while debugging a code block. Sometimes it becomes even more complex when you have a collection of that class. Is there any easiest way to improve the code debugging in Visual Studio? Yes, there is. In this post we are going to learn this technique if you have never used it yet. (more)
category: How To | clicked: 24 | comment | | source: www.kunal-chowdhury.com
tags:
1
Shouts

#Win8Dev Tutorial: Programmatically download a File in WinRT apps

published 17 days, 15 hours ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 25 days, 4 hours, 6 minutes ago
Tuesday, May 07, 2013 9:46:53 AM GMT Monday, April 29, 2013 8:40:59 PM GMT
If you are a Win8Dev and building a Windows 8/WinRT application, you might want to download a file asynchronously from a web location. The job is very easy in Silverlight and in this case too but you just need to know the way, the APIs and the configuration settings. Many developers already faced the difficulty to download a file in their WinRT apps and hence I thought to share the code with the API details in this post. (more)
category: How To | clicked: 6 | comment | | source: www.kunal-chowdhury.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 ... 82 83 Next