DotNetShoutout - Latest published stories (page 4)
14
Shouts

Tuple Type in C

published 52 days, 9 hours, 30 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 59 days, 17 hours, 29 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Thursday, March 21, 2013 3:20:10 AM GMT
Tuple is new class type added in C#4.0. Tuple type allows to create data structure which is consist of specific type and specific number of elements. In the following post its about basic of Tuple type, how and where to use this new type in your code. (more)
category: How To | clicked: 36 | comment | | source: pranayamr.blogspot.ca
tags:
18
Shouts

Social Features in SharePoint 2013 Part2 | TechBubbles

published 52 days, 9 hours, 30 minutes ago posted by kalyanms1kalyanms1 60 days, 12 hours, 26 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Wednesday, March 20, 2013 8:23:55 AM GMT
A Big boost for social features in SharePoint 2013 which were an extension for the features introduced in SharePoint 2010. In SharePoint 2013 Collaborating and exchanging information options have been improved a lot, Features like Micro Blogging, Community sites and sharing introduced in SharePoint 2013. The out of the box SharePoint 2013 social features can be read here and this post outlines the different ways to interact with social data API in SharePoint 2013. The new Social namespace contains API fo... (more)
category: Architecture | clicked: 39 | comment | | source: www.techbubbles.com
tags:
15
Shouts

ASP.NET 4.5 Model Binding: Creating Custom Value Provider | dotnetExpertGuide.com

published 52 days, 9 hours, 30 minutes ago posted by nandipnandip 60 days, 15 hours, 42 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Wednesday, March 20, 2013 5:07:17 AM GMT
With ASP.NET 4.5, ASP.NET introduced model binding for web forms as well. Model binding helps to simplify code focused data access logic within web forms. Here in this post, we will see how we can create our own custom value provider (read my post on how I used value provider for encrypted query string in MVC application). We will also examine inbuilt class of ASP.NET 4.5 model binding framework which can be useful in creating custom value provider more easily with focused approach... (more)
category: How To | clicked: 37 | comment | | source: www.dotnetexpertguide.com
tags:
13
Shouts

EF 6: Async - Bnaya Eshet

published 52 days, 9 hours, 30 minutes ago posted by bnayabnaya 60 days, 16 hours, 40 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Wednesday, March 20, 2013 4:09:51 AM GMT
this post is the first in a series about what's new in EF 6. great improvements are about to come with Entity Framework 6. it is a major release and the first one since EF become an open source. each post in the series will be dedicate to a single feature. this post will focus on a new EF a-sync features. (more)
category: Architecture | clicked: 51 | comment | | source: blogs.microsoft.co.il
tags:
13
Shouts

Put an End to Mind Melt

published 52 days, 9 hours, 30 minutes ago posted by KodefuGuruKodefuGuru 61 days, 11 hours, 25 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Tuesday, March 19, 2013 9:24:22 AM GMT
Some tools have practically created their own religion. JustCode is more like elves to Visual Studio’s Santa Claus, and no one caught their mom kissing one of Santa’s elves. (more)
category: How To | clicked: 51 | comment | | source: blogs.telerik.com
tags:
7
Shouts

How to Share a Media File from WP8 using the ShareMediaTask?

published 52 days, 9 hours, 30 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 61 days, 13 hours, 43 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Tuesday, March 19, 2013 7:06:51 AM GMT
If you are a Windows Phone 8 application developer, you might want to implement a functionality to share a media (say, a picture) from your media library or camera library. So, how can you do that? Windows Phone 8 SDK provides you an API by which you can implement the same easily. Today in this post, we will learn about the API and the implementation steps in a Windows Phone application. If you are looking for it, this will be an ideal solution for you. (more)
category: How To | clicked: 14 | comment | | source: www.kunal-chowdhury.com
tags:
10
Shouts

Microsoft Access Training London & UK wide

published 52 days, 9 hours, 30 minutes ago posted by sbmavijitsbmavijit 62 days, 2 hours, 46 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Monday, March 18, 2013 6:03:27 PM GMT
Microsoft office training London, and UK wide. Management training London. Instructor led training courses for MS Project Access Excel Powerpoint Word Outlook Visio.TNA and consultancy also available. (more)
category: How To | clicked: 11 | comment | | source: www.microsofttraining.net
tags:
11
Shouts

Getting Github : JavaScript & Node.js Libraries Spilled Everywhere! Series #003

published 52 days, 9 hours, 30 minutes ago posted by http://compositecode.com/http://compositecode.com/ 62 days, 5 hours, 4 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Monday, March 18, 2013 3:45:35 PM GMT
This how-to is going to kind of go all over the place. My goal is to get github data. The question however is, how and with what. I knew there were some available libraries, so writing straight and pulling straight off of the API myself seemed like it would be unnecessary work. (more)
category: How To | clicked: 26 | comment | | source: compositecode.com
tags:
11
Shouts

Creating and Deploying an ASP.NET MVC4 Application | TechBubbles

published 52 days, 9 hours, 30 minutes ago posted by kalyanms1kalyanms1 62 days, 5 hours, 18 minutes ago
Thursday, March 28, 2013 11:19:52 AM GMT Monday, March 18, 2013 3:31:55 PM GMT
This post gives you an introduction to MVC model and outlines the steps in creating a new site and adding a model, controller and view using entity framework code first. It also gives you the steps to deploy this site to Windows Azure Web Sites. (more)
category: Web Dev | clicked: 71 | comment | | source: www.techbubbles.com
tags:
10
Shouts

Object to XML using LINQ or XmlSerializer

published 58 days, 11 hours, 27 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 66 days, 36 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Thursday, March 14, 2013 8:13:50 PM GMT
In Following post I am going show you how easily you can convert you object in the XML string, because sometime there is need of pass object and XML from one function to another and also convert XML string back to object. But As title suggest here I just going to discuss the conversion of object to XML string. (more)
category: How To | clicked: 36 | comment | | source: pranayamr.blogspot.ca
tags:
7
Shouts

ASP.NET 4.5 New Features Overview

published 58 days, 11 hours, 27 minutes ago posted by kalyanms1kalyanms1 68 days, 7 hours, 37 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Tuesday, March 12, 2013 1:12:16 PM GMT
ASP.NET Web developers needs to understand Visual Studio , NuGet , ASP.NET and Windows Azure for developing cloud services. Visual Studio 2012 made some cool improvements for web development.This post outlines HTML5 , CSS3 improvements in Visual Studio editor, Page Inspector and new features in ASP.NET 4.5. Using Visual Studio 2012 now you can write HTML, JavaScript, CSS and Razor, C#, VB applications. (more)
category: Web Dev | clicked: 78 | comment | | source: www.techbubbles.com
tags:
5
Shouts

The Google PageSpeed API & MVC 4

published 58 days, 11 hours, 27 minutes ago posted by deanomachinodeanomachino 67 days, 14 hours, 53 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Wednesday, March 13, 2013 5:56:32 AM GMT
I often use tools such as Yahoo! YSlow and Google PageSpeed to profile the performance of my websites. These tools offer useful performance suggestions that will improve the speed and performance of my sites if implemented correctly. They both plug into the browser and can be run at the click of a button. Depending on how often you profile your website, it can be quite a manual process running the tool through the browser every time you wish to check the performance of a web page. Fortunately, Google hav... (more)
category: Web Dev | clicked: 49 | comment | | source: www.deanhume.com
tags:
6
Shouts

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

published 58 days, 11 hours, 27 minutes ago posted by ziguang1989ziguang1989 67 days, 23 hours, 6 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Tuesday, March 12, 2013 9:43:56 PM GMT
DotNetShoutout - Latest published stories in How To (page 1). DotNetShoutout - Latest published stories in How To (page 1). (more)
category: UX | clicked: 18 | comment | | source: dotnetshoutout.com
4
Shouts

Road to DR #9 : Attach or Detach content databases ?! | SPTechyTalks

published 58 days, 11 hours, 27 minutes ago posted by Freddy_KhalafFreddy_Khalaf 65 days, 22 hours, 33 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Thursday, March 14, 2013 10:17:03 PM GMT
find below a technet article about how to Attach and detach content databases in Sharepoint 2010 , this technique may be used in disaster recovery , when you already backed up and restored your database, then you will create your farm and applications in them , then attach the apps to the already existing content databases. (more)
category: Web Dev | clicked: 14 | comment | | source: sptechytalks.wordpress.com
tags:
4
Shouts

Road to DR #8: How to Detect Sharepoint version ?! | SPTechyTalks

published 58 days, 11 hours, 27 minutes ago posted by Freddy_KhalafFreddy_Khalaf 65 days, 22 hours, 33 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Thursday, March 14, 2013 10:16:37 PM GMT
To get Sharepoint 2010 versions , go to : Central Administration -> Manage Servers you will find the version written like that: Configuration database version: 14.0.4762.1000 (more)
category: Web Dev | clicked: 6 | comment | | source: sptechytalks.wordpress.com
tags:
4
Shouts

Road to DR #3: How to Enable TCP/IP Network Protocol for SQL Server ?!! | SPTechyTalks

published 58 days, 11 hours, 27 minutes ago posted by Freddy_KhalafFreddy_Khalaf 65 days, 22 hours, 36 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Thursday, March 14, 2013 10:13:43 PM GMT
How to Enable TCP/IP Network Protocol for SQL Server ?!! – TechNet Article The above link , teach you how to enable the TCP / IP network protocol for SQL server , its needed in the steps while Setting up the Sharepoint 2010 farm , its main function is to enable the sql to be used by another server using the server’s IP. (more)
category: Web Dev | clicked: 6 | comment | | source: sptechytalks.wordpress.com
tags:
4
Shouts

Road To DR #1 : How to Backup Sharepoint 2010 Farm ?! | SPTechyTalks

published 58 days, 11 hours, 27 minutes ago posted by Freddy_KhalafFreddy_Khalaf 65 days, 22 hours, 38 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Thursday, March 14, 2013 10:11:42 PM GMT
How to Backup Sharepoint 2010 Farm ?! – TechNet article This link from TechNet shows how to perform a sharepoint 2010 farm backup and showing the three ways to perform it: •Using Powershell •Using the Central Administration •Using SQL server tools (more)
category: Web Dev | clicked: 9 | comment | | source: sptechytalks.wordpress.com
tags:
3
Shouts

Distributed Coding Prefunc: Rebar Multinode Riak Core

published 58 days, 11 hours, 27 minutes ago posted by http://compositecode.com/http://compositecode.com/ 66 days, 7 hours, 24 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Thursday, March 14, 2013 1:25:22 PM GMT
At Basho we're are always trying to make it easier to do big things. A short time ago we pushed forward on Rebar, Riak Core and getting things put together to make it simpler to get kick started working on distributed systems like the Riak Database & distributed system itself. There’s way more that is possible, which I’ll get into in just a minute. Before diving into some of those things, here’s a few quick links & context of what exactly Rebar and Riak Core are. (more)
category: How To | clicked: 7 | comment | | source: compositecode.com
tags:
7
Shouts

Light up a Riak Cluster with AWS, A Few Notes…

published 58 days, 11 hours, 27 minutes ago posted by http://compositecode.com/http://compositecode.com/ 68 days, 8 hours, 55 minutes ago
Friday, March 22, 2013 9:23:00 AM GMT Tuesday, March 12, 2013 11:55:03 AM GMT
I wanted to write up an intro to getting Riak installed on AWS, even though the steps are absurdly simple and already available on the Basho Docs site, there’s a few extra notes that can be very helpful for a few specific points during the process. (more)
category: How To | clicked: 18 | comment | | source: compositecode.com
tags:
5
Shouts

How to create a WP Primary Live Tile using Telerik’s LiveTileHelper?

published 60 days, 8 hours, 1 minute ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 69 days, 19 hours, 26 minutes ago
Wednesday, March 20, 2013 12:48:42 PM GMT Monday, March 11, 2013 1:23:10 AM GMT
Last day we learnt “How to Integrate WP7.8, WP8 Live Tiles in your WP7.5 apps?” which was using the default APIs provided by Windows Phone SDK. That does not provide additional APIs like transparency, front and back content etc. to control the live tiles of your application. In this post, we will learn how to customize the primary live tile of your Windows Phone 7.8 or 8.0 applications easily using the Telerik libraries. (more)
category: How To | clicked: 20 | comment | | source: www.kunal-chowdhury.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 ... 476 477 Next