DotNetShoutout - Upcoming stories (page 3)
1
Shouts

Road to DR #2: How To Setup ” 3-Tiers” Sharepoint 2010 Farm?! | SPTechyTalks

posted by Freddy_KhalafFreddy_Khalaf 72 days, 9 hours, 14 minutes ago
Thursday, March 14, 2013 10:12:50 PM GMT
How To Setup ” 3-Tiers” Sharepoint 2010 Farm?! – TechNet Article Here , is another TechNet article about how to setup a ” 3-Tiers” Sharepiont 2010 Farm , which allows you to spread the installation of your Sharepoint into 3 servers . (more)
category: Web Dev | clicked: 0 | comment | | source: sptechytalks.wordpress.com
tags:
4
Shouts

LINQ tutorials and Resource Links

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 128 days, 31 minutes ago
Friday, January 18, 2013 6:56:02 AM GMT
LINQ tutorials and Resource Links (more)
category: Architecture | clicked: 11 | comment | | source: www.ginktage.com
tags:
3
Shouts

jQuery Refresh Page Extension

posted by tduponttdupont 145 days, 1 hour, 29 minutes ago
Tuesday, January 01, 2013 5:57:35 AM GMT
There are three scenarios when a web page refreshes: Honors your cache, verifies your cache, or ignores your cache. For a simple page refresh you want your webpage to generate as few server requests as possible. There any many ways to refresh a page in JavaScript, however they can all have different and sometimes undesirable results. (more)
category: How To | clicked: 14 | comment | | source: www.tomdupont.net
tags:
2
Shouts

CookieContainer for HttpWebRequest

posted by tduponttdupont 145 days, 1 hour, 50 minutes ago
Tuesday, January 01, 2013 5:37:23 AM GMT
Are you making a series of HttpWebRequests where you need to persist cookies? For example, perhaps you are experiencing an infinite series of authentication hops. Don't worry, this is very easy to resolve by using the System.Net.CookieContainer class. (more)
category: How To | clicked: 8 | comment | | source: www.tomdupont.net
tags:
2
Shouts

Job scheduling in Windows Azure

posted by sandrinosandrino 148 days, 10 hours, 1 minute ago
Friday, December 28, 2012 9:25:50 PM GMT
A few days ago Scott Guthrie announced yet another update to Windows Azure. The great thing about this update is that it adds job scheduler support to Mobile Services. This means you can now create scripts that run every X minutes/days/hours/months. The Windows Azure website explains in detail how you can start using the job scheduler in Mobile Services. The primary goal of the job scheduler is that you can schedule backend tasks that interact with your Mobile Services data and users. This could mean th... (more)
category: Architecture | clicked: 5 | comment | | source: fabriccontroller.net
tags:
3
Shouts

18 Most Popular jQuery Plugins of November 2012

posted by MikeMoreMikeMore 149 days, 15 hours, 11 minutes ago
Thursday, December 27, 2012 4:16:13 PM GMT
Developers never stops making incredible jQuery plugins every now and then. This roundup lists some of the best plugins of November 2012. (more)
category: Web Dev | clicked: 28 | comment | | source: www.moretechtips.net
tags:
2
Shouts

How to test your Website on Windows Phone Emulator in Microsoft Web Matrix?

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 151 days, 1 hour, 21 minutes ago
Wednesday, December 26, 2012 6:05:31 AM GMT
How to test your Website on Windows Phone Emulator in Microsoft Web Matrix? (more)
category: How To | clicked: 29 | comment | | source: mobileosgeek.com
tags:
4
Shouts

ASP.NET MVC: Accessing base controller from view | dotnetExpertGuide.com

posted by nandipnandip 153 days, 1 hour, 53 minutes ago
Monday, December 24, 2012 5:33:53 AM GMT
Today, I was examining one ASP.NET MVC application for code optimization. And at the same time as a part of code rearrangement, I required to access base controller instance from view. So here in this post we will see how we can access base controller instance from within view. Before looking at actual implementation, let me describe how all controller were arranged... (more)
category: How To | clicked: 23 | comment | | source: www.dotnetexpertguide.com
tags:
2
Shouts

How to Export the Query Result to .csv file in SQL Server?

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 153 days, 5 hours, 46 minutes ago
Monday, December 24, 2012 1:40:59 AM GMT
How to Export the Query Result to .csv file in SQL Server? (more)
category: How To | clicked: 16 | comment | | source: www.ginktage.com
tags:
2
Shouts

How to escape single quote in SQL Server?

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 153 days, 5 hours, 48 minutes ago
Monday, December 24, 2012 1:38:28 AM GMT
How to escape single quote in SQL Server? (more)
category: How To | clicked: 23 | comment | | source: www.ginktage.com
tags:
3
Shouts

C#/.NET Little Wonders: The Parallel.Invoke() Method

posted by BlackRabbitCoderBlackRabbitCoder 155 days, 15 hours, 27 minutes ago
Friday, December 21, 2012 4:00:02 PM GMT
Many times in software development, we want to invoke several processes at one time and continue when we get all the results back. Obviously, if we were needing to process a sequence of items in a similar matter, we could use PLINQ. Unfortunately, when the things we want to invoke asynchronously are heterogeneous tasks, PLINQ doesn’t really fit the bill. Today we will look at a handy method in the Parallel class that can help us accomplish this. (more)
category: Agile | clicked: 5 | 1 comment | | source: www.blackrabbitcoder.net
tags:
7
Shouts

MongoDb for .Net folks – Having a quick go with MongoLab | Daniel Wertheim

posted by sedanwersedanwer 261 days, 53 minutes ago
Friday, September 07, 2012 6:34:25 AM GMT
This time we will have a quick look at using MongoDb as a service. The provider we will look at is MongoLab. It takes about 5 minutes to be up and running. Add a couple of minutes and you will have used Postman to do what we have done in the previous articles. Inserting and updating simple document. (more)
category: How To | clicked: 32 | comment | | source: daniel.wertheim.se
tags:
7
Shouts

MongoDb for .Net folks – Choosing a GUI tool and installing as a service | Daniel Wertheim

posted by sedanwersedanwer 261 days, 55 minutes ago
Friday, September 07, 2012 6:31:29 AM GMT
This is a short article, where we will look at installing MongoDb as a service as well as selecting a GUI tool that we can use to interact with MongoDb servers and databases. (more)
category: How To | clicked: 15 | comment | | source: daniel.wertheim.se
tags:
8
Shouts

Backup and restore your SQL Azure database using PowerShell

posted by sandrinosandrino 261 days, 8 hours, 40 minutes ago
Thursday, September 06, 2012 10:47:08 PM GMT
Today there are a few good options to backup from SQL Azure, restore to SQL Azure or even migrate to SQL Azure: •Announcing SQL Azure Import/Export Service Now in Production (with client) •Enzo Backup for SQL Azure •Red-Gate SQL Azure Backup Now when I want to try something very quicky or with small databases I often use SQL Management Studio 2012 to import and export databases. Although this might not work with those huge 100 GB databases, it’s still a nice solution. If you right click on a database yo... (more)
category: Data | clicked: 11 | comment | | source: fabriccontroller.net
tags:
5
Shouts

Responsive WCF service With ICallbackEventHandler Interface - DotNetLogix

posted by DotNetLogixDotNetLogix 261 days, 9 hours, 24 minutes ago
Thursday, September 06, 2012 10:03:03 PM GMT
In this post I am going to discuss about the development of the WCF(duplex) callback service which replay back to consumer i.e client of service and about ICallbackEventHandler Interface implementation which provide response to the user on screen. (more)
category: How To | clicked: 9 | comment | | source: www.dotnetlogix.com
tags:
9
Shouts

Controlling your instances in the Windows Azure Compute Emulator

posted by sandrinosandrino 270 days, 11 hours, 24 minutes ago
Tuesday, August 28, 2012 8:02:50 PM GMT
This is a follow-up post for a question I answered on StackOverflow. There might be times where you would want to control the instances in the emulator as if you were really running in Windows Azure. Increasing the number of instances, decreasing the number of instances, reacting on a configuration change or even killing a few instances to test the resiliency of your application. Even though this isn’t really documented, you can do all of these things with the emulator. (more)
category: Web Dev | clicked: 15 | comment | | source: fabriccontroller.net
tags:
7
Shouts

Solution for “FrameworkDispatcher.Update has not been called exception” in WP XNA

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 296 days, 29 minutes ago
Friday, August 03, 2012 6:57:53 AM GMT
While working with the XNA Framework in Windows Phone 7 application, you might face an exception which says “Invalid Operation Exception” with a message “FrameworkDispatcher.Update has not been called”. This exception generally occurs when you are working with the sound effects. In this post, we will discuss about this exception and the solution to fix it. (more)
category: How To | clicked: 21 | comment | | source: www.kunal-chowdhury.com
tags:
6
Shouts

How to Deploy XAP File in a Windows Phone Emulator?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 296 days, 31 minutes ago
Friday, August 03, 2012 6:56:04 AM GMT
This post is with response to a question asked by my friend Abhimanyu. Yesterday he asked me whether it is possible to test the Windows Phone app on computer by installing in emulators? I answered him personally but thought to write a post on the same with proper steps so that, if you want to deploy any Windows Phone XAP file in your emulator to test it, this post will guide you. (more)
category: How To | clicked: 12 | comment | | source: www.kunal-chowdhury.com
tags:
6
Shouts

How to Create an AdRotator using JavaScript?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 296 days, 32 minutes ago
Friday, August 03, 2012 6:54:39 AM GMT
If you are ASP.Net developer, you might be aware of the AdRotator control. The AdRotator control is used to display a sequence of ad images from an XML file which stores the ad information in proper format. But if you want to use the same in a non-asp site, how can you develop it? Exactly, I was looking for such answer for one of my friend and later found a solution which uses plain JavaScript to build the adrotator in a simple HTML page. A simple knowledge of JavaScript coding can help you on this. In ... (more)
category: How To | clicked: 24 | comment | | source: www.kunal-chowdhury.com
tags:
5
Shouts

What’s New in C# 5.0 - Learn about CallerFilePath Attribute

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 296 days, 34 minutes ago
Friday, August 03, 2012 6:53:24 AM GMT
For last two days we learnt about the new attributes named “CallerMemberName” and “CallerLineNumber” introduced in CSharp 5.0. Today in this post we will learn about another attribute named “CallerFilePath” which has been newly included in C# 5. Tune in to know about it with a simple example to trace the development issues that one source file can generate. (more)
category: How To | clicked: 19 | comment | | source: www.kunal-chowdhury.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 ... 168 169 Next