DotNetShoutout - Upcoming stories (page 2)
2
Shouts

WebP - Advanced image optimization using ASP.NET MVC

posted by deanomachinodeanomachino 46 days, 10 hours, 25 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: 6 | comment | | source: www.deanhume.com
tags:
1
Shouts

LINQ Style Variance and Standard Deviation Operators

posted by BlackWaspBlackWasp 47 days, 1 hour, 30 minutes ago
Wednesday, April 03, 2013 10:17:01 AM GMT
In statistics, the variance and standard deviation for a set of data indicate how spread out the individual values are. Small values indicate that the elements of a set are close to the average value, whereas larger values suggest a greater spread. (more)
category: How To | clicked: 4 | comment | | source: www.blackwasp.co.uk
tags:
2
Shouts

How to keep the Win8 Display ON during audio/video playback?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 47 days, 7 hours, 16 minutes ago
Wednesday, April 03, 2013 4:31:08 AM GMT
Are you a Windows 8 Application Developer? Are you building an app like audio/video player or game which needs to keep the display active when user is inactive in the system? Then you came to a right place where we will discuss how to keep the display on while idle. This post details about the Windows 8/Windows RT API usage and code snippet to request the system to keep the display on. Continue reading to know more about it. - See more at: http://www.kunal-chowdhury.com/2013/04/how-to-keep-windows8-disp... (more)
category: How To | clicked: 0 | comment | | source: www.kunal-chowdhury.com
tags:
2
Shouts

Strong Naming: One Year Later

posted by http://managedfusion.com/http://managedfusion.com/ 47 days, 9 hours, 40 minutes ago
Wednesday, April 03, 2013 2:07:40 AM GMT
It is almost 1 year to the date of when I first posted JSON.NET Strong Naming And NuGet Woes and the NuGet compatibility issues have stabilized This stabilization hasn’t happened through a change from Microsoft, but a change in how publishers of NuGet packages version their libraries. (more)
category: Architecture | clicked: 2 | comment | | source: coderjournal.com
tags:
2
Shouts

Unit testing improvements in Visual Studio 2012 Update2 | TechBubbles

posted by kalyanms1kalyanms1 47 days, 23 hours, 55 minutes ago
Tuesday, April 02, 2013 11:51:59 AM GMT
This post explains the features that have been introduced for unit testing in Visual Studio 2012 update 1 and 2. Visual Studio 2012 update 1 and 2 introduced many new features for testing which can be read here. New features grouping and filtering tests by project, by trait or by class enables testers to work with lots of tests easier. (more)
category: Agile | clicked: 6 | comment | | source: www.techbubbles.com
tags:
1
Shouts

Testing Features added in Visual Studio 2012 Update 2 | TechBubbles

posted by kalyanms1kalyanms1 48 days, 22 hours, 42 minutes ago
Monday, April 01, 2013 1:04:56 PM GMT
This post explains the enhanced testing features that were introduced with Visual Studio 2012 update 2. In Visual Studio 2012 Update 2 Microsoft Test Manager (MTM) has been updated with new features enabling manual testers more productive and efficient. The new feature Test Management and execution from light-weight browser based environment. This web based test management features enables manual testers to test non-Windows applications and executing test cases without installing test-specific tools. You... (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags:
1
Shouts

Using Promises in JavaScript | TechBubbles

posted by kalyanms1kalyanms1 49 days, 22 hours, 43 minutes ago
Sunday, March 31, 2013 1:03:50 PM GMT
Promises in JavaScript gives you great power of asynchronicity while you are creating Windows 8 Apps or Web Applications. Promises gives you the ability to call something without blocking your UI thread. Instead of waiting for a call to return something, let that function fire when it complete. In this way you can continue the execution for the user. You are definitely need to know and use promises if you are going to develop Windows Apps. The reason is in Windows RT which is the API on windows where you... (more)
category: Web Dev | clicked: 4 | comment | | source: www.techbubbles.com
tags:
1
Shouts

How to change the Windows 8 Lock Screen Programmatically?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 50 days, 3 hours, 33 minutes ago
Sunday, March 31, 2013 8:14:19 AM GMT
Are you a Windows 8 or Windows RT user? Are you looking for a code to change your Windows 8 lock screen programmatically? Then this post will be definitely helpful for you. Just follow the simple steps to write an application by which you can change it easily. Windows 8 already exposes settings panel to change the lock screen of the Windows, but this post will help you to programmatically access that using the exposed APIs. (more)
category: How To | clicked: 3 | comment | | source: www.kunal-chowdhury.com
tags:
1
Shouts

Run Multiple Tasks in a Windows Service

posted by tduponttdupont 51 days, 17 hours, 2 minutes ago
Friday, March 29, 2013 6:45:31 PM GMT
Run multiple tasks in a single WindowsService, and let the base library do all of the work setup and tear down for you. The WindowsServiceTasks NuGet package is simple, flexible, and extremely light weight. (more)
category: How To | clicked: 2 | comment | | source: www.tomdupont.net
tags:
1
Shouts

Memory Snapshot Enhancements in JustTrace Q1 2013

posted by KodefuGuruKodefuGuru 52 days, 7 hours, 16 minutes ago
Friday, March 29, 2013 4:30:49 AM GMT
JustTrace now seamlessly integrates into Visual Studio to provide an unobtrusive development experience, but that’s not all we did for the Q1 2013 release. We also enhanced memory snapshots to provide more data to discover the cause of a memory leak. (more)
category: Web Dev | clicked: 3 | comment | | source: blogs.telerik.com
tags:
2
Shouts

Fast. Free. Forever.

posted by KodefuGuruKodefuGuru 52 days, 15 hours, 40 minutes ago
Thursday, March 28, 2013 8:07:12 PM GMT
We began the development cycle with one primary goal: make JustDecompile a flawless, shining example of software engineering. We knew it was a pie in sky goal to complete in only a few a months, but to capture the moon you must reach for the stars. (more)
category: Agile | clicked: 1 | comment | | source: blogs.telerik.com
tags:
1
Shouts

How to Detect WP Device Infos using DeviceExtendedProperties?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 52 days, 19 hours, 17 minutes ago
Thursday, March 28, 2013 4:30:40 PM GMT
Almost two years ago we discussed about “Microsoft.Phone.Info.DeviceStatus” class to retrieve Windows Phone device information in your application. In addition to those, there are some more APIs to fetch more details which is available as extended properties set. Today in this post, we will learn about the API and the way to fetch those additional details in your application. Continue reading to know more about it. - See more at: http://www.kunal-chowdhury.com/2013/03/wp-deviceextendedproperties-in-dept... (more)
category: How To | clicked: 0 | comment | | source: www.kunal-chowdhury.com
tags:
1
Shouts

C# Smorgasbord book: 50 copies to win with Raygun

posted by hilarycookhilarycook 53 days, 38 minutes ago
Thursday, March 28, 2013 11:08:45 AM GMT
Win C# Smorgasbord by Filip Ekberg by trying out Raygun.io! A great book for beginners through to advanced C# coders. (more)
category: Architecture | clicked: 2 | comment | | source: www.mindscapehq.com
tags:
1
Shouts

Road To DR #12: How to Start Sharepoint Services using Powershell ?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 66 days, 13 hours, 26 minutes ago
Thursday, March 14, 2013 10:21:05 PM GMT
Using Powershell is much better than Central Administraion when trying to run Sharepoint services , cause using Central administration may lead to several problems like giving errors that ” Error Starting ” , or to change the status of the service to ” Starting ” while its totally Halted . so using Powershell is really more useful and faster way . To start Sharepoint service using powershell , follow the below steps: 1.Get the Service GUID by doing the below steps: 2.Open the Server you Want to Run S... (more)
category: Web Dev | clicked: 1 | comment | | source: sptechytalks.wordpress.com
tags:
1
Shouts

Road to DR #11: How to Delete Service using stsadm. ?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 66 days, 13 hours, 27 minutes ago
Thursday, March 14, 2013 10:20:02 PM GMT
Dears , we faced a very tough problem last few days . which is we wanna delete search service application but we didnt succeded , using powershell or central administration we couldnt do it. but after search Thanks To Jesus , finally we found this link http://donalconlon.wordpress.com/2010/08/27/deleting-the-search-service-application/ the solution is to remove the service using the old way the Stsadm. (more)
category: Web Dev | clicked: 0 | comment | | source: sptechytalks.wordpress.com
tags:
1
Shouts

Road to DR #10 : How to copy Farm Configurations between servers ?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 66 days, 13 hours, 28 minutes ago
Thursday, March 14, 2013 10:19:23 PM GMT
To copy farm configurations between servers you will need to check the below articles: http://technet.microsoft.com/en-us/library/ff627859(v=office.14).aspx and check how to perform backup and restore for the sharepoint farm configurations only at the below sites: (more)
category: Web Dev | clicked: 1 | comment | | source: sptechytalks.wordpress.com
tags:
1
Shouts

Road to DR #7: How to Perform P2V ?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 66 days, 13 hours, 31 minutes ago
Thursday, March 14, 2013 10:16:13 PM GMT
This article talks about How to Perform P2V ?! , which means converting Physical machines into Virtual ones , you may need it rather than Taking Sharepoint Farm backup and restore on new VMs , you just copy and paste the Physical machines into Virtual ones with the same structure and the created ones. (more)
category: Web Dev | clicked: 2 | comment | | source: sptechytalks.wordpress.com
tags:
1
Shouts

Road to DR #6: Microsoft Server Speech Platform ?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 66 days, 13 hours, 32 minutes ago
Thursday, March 14, 2013 10:15:38 PM GMT
I faced an error while installing Sharepoint 2010 prerequisites , which was: The tool was unable to download Microsoft Server Speech Recognition language – TELE (en-us) (more)
category: Web Dev | clicked: 2 | comment | | source: sptechytalks.wordpress.com
tags:
1
Shouts

Road to DR #5 : Windows Identity Foundation ?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 66 days, 13 hours, 32 minutes ago
Thursday, March 14, 2013 10:15:04 PM GMT
you may face this problem while installing Sharepoint 2010 prerequisites , which is : Error Occurred when downloading Windows Identity Foundation (more)
category: Web Dev | clicked: 1 | comment | | source: sptechytalks.wordpress.com
tags:
1
Shouts

Road to DR #4: How to Restore Sharepoint 2010 Farm ?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 66 days, 13 hours, 33 minutes ago
Thursday, March 14, 2013 10:14:17 PM GMT
How to Restore Sharepoint 2010 Farm ?! – TechNet Article This article shows how to restore sharepoint 2010 farm using the 3 ways mentioned also in the backup article: •Using Powershell •Using Central Administration •Using SQL server tools (more)
category: Web Dev | clicked: 1 | comment | | source: sptechytalks.wordpress.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 ... 168 169 Next