https://me.yahoo.com/mosessaur#7fe0d
Name: https://me.yahoo.com/mosessaur#7fe0d
Score: 54,142.33
Last Seen: 111 days, 2 hours, 14 minutes ago
Member Since: 17 January, 2009
DotNetShoutout
atom rss
6
Shouts

LINQ To Entity and Convert class Methods Problems

published 659 days, 54 minutes ago posted by dharadhara 661 days, 14 hours, 20 minutes ago
Saturday, August 06, 2011 8:20:16 PM GMT Thursday, August 04, 2011 6:53:46 AM GMT
While I was working today on one of my projects, as per habits, I used Conversion functions from Convert class and I noticed a peculiarity. Just sharing this with the readers to keep this in mind: Ideally, Convert.ToInt32("12") is same as integer... (more)
category: Web Dev | clicked: 22 | comment | | source: beyondrelational.com
tags: .NET, Linq, ASP.NET
6
Shouts

Try_Convert Function in Denali , CTP 3

published 659 days, 54 minutes ago posted by dharadhara 661 days, 14 hours, 21 minutes ago
Saturday, August 06, 2011 8:20:16 PM GMT Thursday, August 04, 2011 6:53:13 AM GMT
In earlier version of Sql Server till Sql 11 (code name: Denali) CTP 2, there was no option to check if a conversion from one data type to another was possible or not.Consider the below example where we are trying to convert a varchar to int Select CONVERT... (more)
category: Data | clicked: 20 | 1 comment | | source: beyondrelational.com
tags: SQL Server, denali, CTP
3
Shouts

WP7 Dev - A Simple Splash Screen

posted by barebonescoderbarebonescoder 671 days, 2 hours, 32 minutes ago
Monday, July 25, 2011 6:41:46 PM GMT
WP7 Dev – Application Bar BasicsWP7 Dev – Adding Screens & Button HandlersWP7 Dev – A Simple Splash ScreenCoding, MobileAdd commentsJul132011 This was so hilariously simply I just had to post it. Apparently when you create a new Windows Phone 7 project in Visual Studio 2010, you get a splash screen for free. Looking at the solution explorer, you’ll see the below.   We can see that we have a file called “SplashScreenImage.jpg” in our project already. Popping this image open, we see it’s a straightfor... (more)
category: How To | clicked: 3 | comment | | source: www.barebonescoder.com
3
Shouts

Extract Data from OpenEdge Progress without OLE DB Driver

posted by lionofdezertlionofdezert 671 days, 2 hours, 10 minutes ago
Monday, July 25, 2011 7:04:14 PM GMT
Importing data from OpenEdge’s Progress® data base is simple if you have OLE DB data provider. But if you don’t have OLE DB driver or unable to configure it properly then there are few simple steps to migrate data from OpenEdge’s Progress® to SQL Server. (more)
category: Data | clicked: 7 | comment | | source: connectsql.blogspot.com
3
Shouts

Writing a Reusable Custom Control in WPF

posted by abhi2434abhi2434 671 days, 53 minutes ago
Monday, July 25, 2011 8:20:41 PM GMT
In my previous post, I have already defined how you can inherit from an existing control and define your own reusable chunk. The reusable XAML code that I have defined there is actually a composition of one of more existing elements in a common design surface. But sometimes you must define  a new behaviour for your reusable component which does not belong to any of the already existing behaviors. Custom controls can help you in this. You can define a new behaviour for your Custom control which can have a... (more)
category: How To | clicked: 5 | comment | | source: www.abhisheksur.com
tags: .NET, Custom Control, WPF
4
Shouts

JavaScript Intellisence for SharePoint 2010 Projects | TechBubbles

posted by kalyanms1kalyanms1 670 days, 23 hours, 14 minutes ago
Monday, July 25, 2011 9:59:55 PM GMT
Visual Studio 2010 is really have useful and helpful capabilities from tooling prospective and it allows JavaScript developers to more productive through JavaScript Intellisence and JavaScript debugging. This post discusses about getting the JavaScript Intellisense in SharePoint 2010 projects. 1. Create an empty SharePoint 2010 project as shown below Add a new module to the project and call it as Module1 In solution explorer if you expand the Module file then you will see sample.txt file,... (more)
category: Architecture | clicked: 7 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
3
Shouts

The commercial launch of JustTrace brings new .NET profiler to the developer's toolset

posted by KodefuGuruKodefuGuru 670 days, 23 hours, 3 minutes ago
Monday, July 25, 2011 10:10:26 PM GMT
It’s only been a few months since we announced the Beta launch of Telerik’s .NET memory and performance profiler, yet JustTrace has gone a long way. Back then we shared with you our core vision for the product – we were not interested in launching just another .NET profiler, but a tool that will help developers build more performance and resource efficient applications and thus increase the business value of their products. (more)
category: How To | clicked: 2 | comment | | source: blogs.telerik.com
tags: Telerik, JustTrace, Profiling
2
Shouts

How to Communicate between two Local Silverlight Applications? - by @kunal2383

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 670 days, 20 hours, 20 minutes ago
Tuesday, July 26, 2011 12:53:57 AM GMT
Sometime it is require to communicate between two local Silverlight applications. Though this situation is very limited but it may require as per your business deal. In such case, the local messaging mechanism comes into the place. In this post, we will learn about this local messaging system using a small Silverlight application where we will have a sender project and a receiver project. At the end of the article, I embedded the demo which will give you more visibility on what we are going to do in the... (more)
category: Metro | clicked: 4 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, Silverlight 3, Silverlight 4, Silverlight 5
3
Shouts

Making the most out of IIS compression - Part 1: IIS 7 configuration

posted by sonukapoorsonukapoor 670 days, 19 hours, 39 minutes ago
Tuesday, July 26, 2011 1:35:09 AM GMT
Starting with this article, I'll show how to get the most out of the compression features built into IIS 7 and IIS 6. This first article focuses specifically on IIS 7. (more)
category: Web Dev | clicked: 3 | 1 comment | | source: dotnetslackers.com
tags: Compression, IIS
4
Shouts

Favorite Documents - Favorites menu for Visual Studio 2010

posted by SergeyVlasovSergeyVlasov 670 days, 18 hours, 17 minutes ago
Tuesday, July 26, 2011 2:56:27 AM GMT
If you often work on different parts of an application with different groups of document tabs opened, you may find my new Favorite Documents extension helpful. Favorite Documents lets you create links to frequently used code files and then quickly open them as a group or individually from the Favorites menu in Visual Studio 2010. (more)
category: How To | clicked: 3 | comment | | source: blog.tabsstudio.com
tags: favorites, Visual Studio 2010, VS 2010, VS2010
3
Shouts

Object Initializers in .NET framework (Part II- Collection Initializers)

posted by dotnetfundadotnetfunda 670 days, 13 hours, 56 minutes ago
Tuesday, July 26, 2011 7:18:16 AM GMT
Collection initializers are series of object initializers thus providing a shorthand method for initializing collections. Its very useful feature provided by C# 3.0 and needs to be utilized in conjunction with object initializers. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: .NET Framework
3
Shouts

Using Developer Dashboard with SPMonitoredScope class | SharePointBoost Blog

posted by jennyc1jennyc1 670 days, 10 hours, 33 minutes ago
Tuesday, July 26, 2011 10:40:52 AM GMT
Products, News, Updates – Anything SharePoint HomeSharePointBoostProductsAD AdministrationAD Self ServiceAlert Reminder BoostColumn View PermissionList SyncOutlook IntegrationPassword ChangeRich Text BoostFAQsAbout UsUsing Developer Dashboard with SPMonitoredScope class The Developer Dashboard is a new feature introduced in SharePoint 2010, it can provides additional performance and tracing information that can be used to debug and troubleshoot issues with page rendering time.How to Enable the Develope... (more)
category: Web Dev | clicked: 2 | comment | | source: www.sharepointboost.com
tags: microsoft sharepoint 2010, SPMonitoredScope, Developer Dashboard
4
Shouts

What is MVC (Model view controller) routing (Tutorial number 7)?

posted by dotnetfundadotnetfunda 670 days, 5 hours, 58 minutes ago
Tuesday, July 26, 2011 3:15:58 PM GMT
This is the 7th MVC (Model view controller) tutorial and in this article we will look what is MVC routing. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: ASP .NET MVC
2
Shouts

.Net Coding Standards - DotNetLogix

posted by DotNetLogixDotNetLogix 668 days, 14 hours, 28 minutes ago
Thursday, July 28, 2011 6:45:59 AM GMT
It is very easy to understood your code to another programmer if you write it in a managed manner and follow some standards. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: .NET
2
Shouts

Video on MVC:- ‪Learn MVC Model view controller Step by Step‬‏

posted by questpondquestpond 668 days, 9 hours, 26 minutes ago
Thursday, July 28, 2011 11:48:09 AM GMT
‪Learn MVC Model view controller Step by Step ASP.NET interview questions (more)
category: Web Dev | clicked: 2 | comment | | source: www.youtube.com
tags: .Net Interview Questions, MVC model view controller, C# interview Questions, Asp.Net Interview Question
2
Shouts

How to create a custom capitalize method in javascript

posted by aamirhaaamirha 668 days, 5 hours, 3 minutes ago
Thursday, July 28, 2011 4:10:39 PM GMT
Switcher (more)
category: Web Dev | clicked: 0 | comment | | source: www.aspxtutorial.com
2
Shouts

Sequential Container Task in SSIS

posted by dotnetsparkdotnetspark 668 days, 5 hours, 1 minute ago
Thursday, July 28, 2011 4:12:53 PM GMT
In this article we are going to see on how to use a Sequential Task container (more)
category: Architecture | clicked: 1 | comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark, SQL Server Integration Services
2
Shouts

Create/Delete a table in SQL using SSIS

posted by dotnetsparkdotnetspark 668 days, 4 hours, 59 minutes ago
Thursday, July 28, 2011 4:14:26 PM GMT
In this article we are going to see on how to run a query from SSIS (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark, SQL Server Integration Services
2
Shouts

Bulk Insert task in SSIS

posted by dotnetsparkdotnetspark 668 days, 4 hours, 58 minutes ago
Thursday, July 28, 2011 4:15:30 PM GMT
In this article we are going to see on how to use Bulk Insert task in SSIS (more)
category: Architecture | clicked: 1 | comment | | source: www.dotnetspark.com
tags: SSIS, DotNetSpark, SQL Server Integration Services
2
Shouts

Basics on how to create a report - SQL Server Reporting Services (SSRS)

posted by dotnetsparkdotnetspark 668 days, 4 hours, 53 minutes ago
Thursday, July 28, 2011 4:21:11 PM GMT
In this article we are going to see on how to create a simple report then build and execute the report in Basics on how to create a report - SQL Server Reporting Services (SSRS). (more)
category: Data | clicked: 3 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, SSRS, SQL Server Reporting Services
Previous 1 2 ... 7 8 9 10 11 12 13 14 15 16 ... 485 486 Next