http://baldi.myopenid.com/
Name: http://baldi.myopenid.com/
Score: 4,555.45
Last Seen: 664 days, 7 hours, 46 minutes ago
Member Since: 11 January, 2010
DotNetShoutout
atom rss
4
Shouts

Windows Phone 7 - Snakes on a Phone Part 1

posted by mikeukmikeuk 980 days, 12 hours, 32 minutes ago
Monday, September 13, 2010 12:15:05 PM GMT
Animated snakes to drive around a Windows Phone 7 makes a really good classic game and great way to find out how to use Silverlight in game mode. (more)
category: Metro | clicked: 0 | comment | | source: www.i-programmer.info
tags: Windows Phone 7
4
Shouts

Partial Methods - An Uncommon Note

posted by abhi2434abhi2434 980 days, 2 hours, 39 minutes ago
Monday, September 13, 2010 10:08:26 PM GMT
I think most of the people working in C# must know how Partial classes work. Partial classes allows you to divide your own class in one or more files but during runtime the files would be merged to produce a single coherent object. By this way the classes could be made very small and also easily maintainable. The most important part of a Partial class is with designers. While you work in Visual Studio, you must have found a portion of code that is generated automatically by the designer. Designers c... (more)
category: How To | clicked: 0 | comment | | source: www.abhisheksur.com
tags: .NET, C#, C# 3.0
8
Shouts

List out tables from linked server

posted by dharadhara 979 days, 19 hours, 18 minutes ago
Tuesday, September 14, 2010 5:29:21 AM GMT
The system stored procedure sptables is used to list out the tables available in the current database of the current server. What if you want to know the same that exist in the linked Server? You can use sptables_ex (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
9
Shouts

TechNet Webcast: First Look at Microsoft Communications Server "14" - Microsoft Technology Events

posted by dharadhara 979 days, 18 hours, 49 minutes ago
Tuesday, September 14, 2010 5:58:12 AM GMT
15 September 2010 16:00 India Microsoft Communications Server “14” promises to transform the way people will communicate across the PC, Web and phone, making traditional communications systems obsolete. In this session, learn about what's new in Microsoft Communications Server and the new Microsoft Communicator “14” Experience and what’s new in IM/presence (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: Training, WebCast
4
Shouts

Controlling and viewing the ScrollBar positions of your Silverlight DataGrid

posted by sandrinosandrino 979 days, 15 hours, 26 minutes ago
Tuesday, September 14, 2010 9:21:15 AM GMT
If you take a look at the Silverlight DataGrid you'll see that you can't control scrolling by default. This could be a hurdle if you're working with data driven applications. What if you want to preserve the scroll position after you reload the DataGrid? In this article we're going to do 2 things in regard to scrolling: Create extension methods to control the DataGrid scrolling. Create a custom DataGrid for advanced scenarios. (more)
category: Metro | clicked: 3 | comment | | source: sandrinodimattia.net
tags: Automation, DataGrid, Silverlight 4
3
Shouts

How to create a WCF service without Visual Studio

posted by abhi2434abhi2434 979 days, 1 hour, 2 minutes ago
Tuesday, September 14, 2010 11:45:21 PM GMT
WCF is the first step in building a truly service oriented application for you. It is the most important when working with distributed architecture. The sophisticated design of WCF made me think of using it always when I need any Web service to be installed in the server. Visual Studio is capable of creating its own configuration settings that helps in developing our application with ease. But what if you don’t have Visual Studio? In this post I am going to implement one of the most basic WCF service wit... (more)
category: How To | clicked: 0 | comment | | source: www.abhisheksur.com
tags: C#, Visual Studio, WCF
7
Shouts

Collection initializer in C# 3.0

posted by dharadhara 978 days, 14 hours, 43 minutes ago
Wednesday, September 15, 2010 10:04:03 AM GMT
Collection initializer is a new feature in c# 3.0. using this feature an object can be added to a collection while collection is getting initiated. Collection initializer uses object initializer to add objects in collection on the fly. (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
3
Shouts

The assembly from form template conflicts with a same named assembly in form template

posted by PraveenPraveen 978 days, 14 hours, 10 minutes ago
Wednesday, September 15, 2010 10:36:59 AM GMT
This is the exception which was coming when I tried to deploy the infopath forms to SharePoint environment. This is the background of the problem. I have infopath project created in visual studio and infopath has 3 views. According to my requirement I have to publish each view as a single infopath form. So totally 3 infopath forms as output. The infopath form has form code in c#. So, we have to deploy dll as well. But, as one ver... (more)
category: Architecture | clicked: 1 | comment | | source: praveenbattula.blogspot.com
tags: Deployment, Infopath, Sharepoint
4
Shouts

Extensibility pattern in c#

posted by adventureradventurer 978 days, 9 hours, 7 minutes ago
Wednesday, September 15, 2010 3:39:59 PM GMT
The Extensibility pattern allows to expand an object functionality in the runtime . All needful interfaces can be found in System.ServiceModel namespace. (more)
category: Architecture | clicked: 0 | comment | | source: dotnetmonitor.com
6
Shouts

Obtaining the Last Inserted Identity in SQL Server

posted by BlackWaspBlackWasp 978 days, 3 hours, 1 minute ago
Wednesday, September 15, 2010 9:46:14 PM GMT
SQL Server identity columns allow a sequence of numbers to be generated so that a unique number can be applied for each new row in a table. As these values are produced automatically, it is sometimes necessary to retrieve an identity after creation. (more)
category: How To | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: SQL Server
3
Shouts

Prototype object of javascript

posted by dotnetfundadotnetfunda 976 days, 22 hours, 46 minutes ago
Friday, September 17, 2010 2:01:31 AM GMT
Prototype is used to define classes or objects in JavaScript. Classes or objects are building blocks of Object Oriented Programming. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: JavaScript
4
Shouts

Internet Explorer 9 Beta Product Guide

posted by cechovcechov 976 days, 15 hours, 46 minutes ago
Friday, September 17, 2010 9:01:02 AM GMT
Guida a IE 9 Beta (more)
category: Architecture | clicked: 0 | comment | | source: www.moredev.com
tags: IE9 beta
5
Shouts

Inversion of control (IOC containers) .NET IOC patterns

posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 976 days, 13 hours, 18 minutes ago
Friday, September 17, 2010 11:29:05 AM GMT
IoC is not a new concept, however. It has been around for several years now. Using object-oriented design principles and features such as interface, inheritance, and polymorphism, the IoC pattern enables better software design that facilitates reuse, loose coupling, and easy testing of software components. This article discusses IoC and demonstrates how to use this pattern in your software design without having to implement any of the open source frameworks. (more)
category: Architecture | clicked: 24 | comment | | source: blog.agafonov.net.ua
tags: Unity, IoC, S2Container.NET, Spring.NET, LinFu, Ninject, tinyioc, Hiro, Autofac, LightCore, Puzzle.NET, StructureMap, Castle Windsor, PicoContainer.NET
4
Shouts

3 ways of doing Optimistic Locking in .NET

posted by dotnetfundadotnetfunda 976 days, 7 hours, 24 minutes ago
Friday, September 17, 2010 5:23:04 PM GMT
In this article we will touch base 3 ways of doing optimistic locking i.e. Using ADO.NET dataset, SQL Server Timestamp check and old / new value check. So we will start this article with a small introduction to concurrency, discuss the 5 concurrency problems and then get down to the actual meat to understand how to implement optimistic locking using the 3 methodologies. (more)
category: Architecture | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: C# .NET
4
Shouts

Partial Methods

posted by learndotnet123learndotnet123 973 days, 18 hours ago
Monday, September 20, 2010 6:47:04 AM GMT
Partial classes allows you to divide your own class in one or more files but during runtime the files would be merged to produce a single coherent object. By this way the classes could be made very small and also easily maintainable (more)
category: Web Dev | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Partial Class, C# .NET
3
Shouts

SSL Certificate working process step by step

posted by http://mpremraj.myopenid.com/http://mpremraj.myopenid.com/ 973 days, 16 hours, 37 minutes ago
Monday, September 20, 2010 8:09:46 AM GMT
What is Secure Socket Layer Certificate? This is the certificate to ensure the data transaction is doing in encrypted method with the server and client. The certificate is issued by the Certificate Authority. So many providers are available in the market. They are getting money and providing the SSL Certificate. we can say simply, this is digital document key that verify that the security  This is using port 443. We can get the free ssl certificate also. The openssl.org is providing free ssl certificat... (more)
category: Web Dev | clicked: 2 | comment | | source: www.blog.my-idea.co.in
tags: iis ssl, ssl, Self sign ssl, ASP.NET
3
Shouts

Windows Phone 7 - using the Panorama control

posted by mikeukmikeuk 973 days, 13 hours, 32 minutes ago
Monday, September 20, 2010 11:15:00 AM GMT
The Panorama control makes it easy to create Windows Phone 7 apps that behave like Phone apps should. The only problem is that it all looks complicated. Find out just how easy it all is in our Panorama-ic tutorial. (more)
category: Metro | clicked: 0 | comment | | source: www.i-programmer.info
tags: Windows Phone 7, Panorama control
4
Shouts

Friend assemblies in .NET

posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 973 days, 9 hours, 33 minutes ago
Monday, September 20, 2010 3:14:17 PM GMT
What is friend assemblies in .NET and how it works? Friend assembly is an assembly that can access another assembly's or project Friend (Visual Basic) or internal (C#) types and members. If you identify an assembly as a friend assembly, you no longer need to have this types and members as public in order for them to be accessed by other assemblies. Why you need friend assembly especially if you senior developer? This is convenient in the following rules: during unit testing... (more)
category: Architecture | clicked: 0 | comment | | source: blog.agafonov.net.ua
tags: Friend Assemblies, assembly, Unit Tests
2
Shouts

Advanced Dotnet Tutorial: Open a specific xaml page from a Silverlight control

posted by learndotnet123learndotnet123 972 days, 19 hours, 5 minutes ago
Tuesday, September 21, 2010 5:42:20 AM GMT
Each Silverlight application project may include multiple xaml pages. When you refer to a .xap file from a web page, the xaml page set using the Application.RootVisual property will be displayed by default. There may be cases where you want different XAML files to be displayed when you refer to the same .xap file from different web pages. You can do this by passing the xaml file name or some other kind of identification using InitParameters property of the Silverlight control. This property can be set... (more)
category: Metro | clicked: 1 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Silverlight, XAML
5
Shouts

Windows Phone 7 Tutorials: Maps, GPS and Accelerometer

posted by nigel-sampsonnigel-sampson 971 days, 14 hours, 20 minutes ago
Wednesday, September 22, 2010 10:26:52 AM GMT
Three more tutorials in a series covering using Reactive Extensions to emulate the phone GPS and Accelerometer. (more)
category: Metro | clicked: 1 | comment | | source: compiledexperience.com
tags: Windows Phone 7, Bing Maps, Tutorial, Reactive Extensions
Previous 1 2 ... 9 10 11 12 13 14 15 16 17 18 ... 79 80 Next