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

4 Types of CSS Hacks for Web Designers and Developers | TutorialFeed

published 706 days, 2 hours, 42 minutes ago posted by tutorialfeedtutorialfeed 708 days, 7 hours, 17 minutes ago
Thursday, June 16, 2011 8:51:14 PM GMT Tuesday, June 14, 2011 4:15:25 PM GMT
If you are a Web Designer or Developer and looking for a CSS hacks then this post going to help you. In this post I am going to share 4 different types of CSS hacks you can use. (more)
category: UX | clicked: 28 | comment | | source: www.tutorialfeed.org
tags: css hacks
3
Shouts

How to get Current Windows User name in asp.net using csharp/VB.NET

published 706 days, 2 hours, 42 minutes ago posted by aamirhaaamirha 708 days, 5 hours, 37 minutes ago
Thursday, June 16, 2011 8:51:14 PM GMT Tuesday, June 14, 2011 5:55:36 PM GMT
Switcher (more)
category: Web Dev | clicked: 4 | comment | | source: www.aspxtutorial.com
3
Shouts

Maintaining Browser History for Ajax events through script manager in asp.net

published 706 days, 2 hours, 42 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 707 days, 15 hours, 3 minutes ago
Thursday, June 16, 2011 8:51:14 PM GMT Wednesday, June 15, 2011 8:30:07 AM GMT
In one of our project we have requirement of maintaining history of Ajax events. After doing some search on the web I have found one interesting capabilities of Script Manager control. I have found that there is one property called “EnableHistory” which will enable history for all the Ajax Event for which you have created the History Point. So Let’s first take a simple example with Ajax Tab and we are maintaining history of tab Navigation. To add the Ajax tab we first need the AjaxToolKit. So I have dow... (more)
category: Web Dev | clicked: 8 | comment | | source: jalpesh.blogspot.com
tags: Script Manager, Ajax, ASP.NET
3
Shouts

How to create a cookies in ASP.NET?

published 706 days, 2 hours, 42 minutes ago posted by dotnetfundadotnetfunda 707 days, 11 hours, 37 minutes ago
Thursday, June 16, 2011 8:51:14 PM GMT Wednesday, June 15, 2011 11:56:19 AM GMT
To create a cookie using ASP.NET, we can follow below approach. In this How to, we are going to learn two different ways of creating cookies in ASP.NET. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: asp.
4
Shouts

HTML5 database storage supports

published 705 days, 3 hours, 6 minutes ago posted by aamirhaaamirha 707 days, 7 hours, 39 minutes ago
Friday, June 17, 2011 8:26:54 PM GMT Wednesday, June 15, 2011 3:53:45 PM GMT
Switcher (more)
category: Web Dev | clicked: 19 | comment | | source: www.aspxtutorial.com
4
Shouts

Safer asynchronous workflows for GUI programming

published 702 days, 11 hours, 5 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 707 days, 2 hours, 51 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Wednesday, June 15, 2011 8:41:55 PM GMT
When writing reactive applications using F# asynchronous workflows, it is important to run some operations on the right thread. User interface elements are accessible only on GUI threads and CPU-intensive computations should be done on a background thread. This article describes an extension of F# asynchronous workflows that guarantees correct use of threads using types. (more)
category: Metro | clicked: 31 | comment | | source: tomasp.net
tags: Silverlight, User Interface, Asynchronous programming, FSharp
5
Shouts

Replacing Web.config settings with Transformations

published 702 days, 11 hours, 5 minutes ago posted by lenielleniel 707 days, 2 hours, 34 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Wednesday, June 15, 2011 8:58:54 PM GMT
Let’s say you want to point to a different connection string when you deploy your ASP.NET Web Project to your hosting provider. Until recently you’d have to modify your Web.config file manually. This is an easy procedure but you might end screwing up the file in some way. Visual Studio 2010 comes with a great new feature called Web.config Transformation that allows you to perform transformations in whatever section of your Web.config file. (more)
category: Web Dev | clicked: 40 | comment | | source: www.leniel.net
tags: connection string, web.config, Configuration, Transformations, Visual Studio, Settings, web project, ASP.NET
3
Shouts

Windows Phone 7 (Mango) Tutorial - 13 - What is Tombstoning? © Kunal's Blog

published 706 days, 2 hours, 42 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 706 days, 22 hours, 29 minutes ago
Thursday, June 16, 2011 8:51:14 PM GMT Thursday, June 16, 2011 1:03:42 AM GMT
Mobile phones have very limited resource as compared to a desktop PC and hence it is very difficult to run multiple applications simultaneously. Also, suppose if multiple resources run simultaneously, it will eat up the battery life and make your phone stop working after certain period of time. So what to do? To overcome this situation, tombstoning comes into picture. It saves the current data and then moves the app to the background or closes the app after saving all the data. This calls as Tombstoning... (more)
category: Metro | clicked: 7 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, Windows Phone 7, WP7, wp7dev, Tutorial
5
Shouts

Use of a Private Constructor

published 702 days, 11 hours, 5 minutes ago posted by KodefuGuruKodefuGuru 706 days, 20 hours, 22 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Thursday, June 16, 2011 3:10:31 AM GMT
I watched another video in a series on C# that’s been making its round on the news sites I read. This time the subject was private constructors. It made two points at the beginning with which I disagree. 1. A class with a private constructor can not be inherited. This compiles just fine.public class A { private A() { } public class B : A { } } The private keyword will make that particular constructor inaccessible. If it’s a nested class, the outer class’ private m... (more)
category: How To | clicked: 53 | 2 comments | | source: www.kodefuguru.com
tags: constructor
5
Shouts

WPF DataGrid CheckBox Single Click Checking/Unchecking

published 708 days, 11 hours, 15 minutes ago posted by mikeborozdinmikeborozdin 709 days, 2 hours, 20 minutes ago
Tuesday, June 14, 2011 12:17:32 PM GMT Monday, June 13, 2011 9:13:06 PM GMT
WPF DataGrid has a very annoying behaviour of forcing users to click twice on a checkbox in order to check or uncheck it. There are a number of solutions proposing handling mouse preview events and switching a DataGrid into the edit mode manually. The problem with such solutions is that the require writing quite a lot of extra code that seems to be an overkill for such a minor, yet irritating problem. I propose a better option, to use a DataGridTemplateColumn instead of DataGridCheckBoxColumn. (more)
category: UX | clicked: 31 | 1 comment | | source: www.mikeborozdin.com
4
Shouts

vNext - Microsoft Visual Studio 2011 IDE features

published 707 days, 3 hours, 58 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 708 days, 22 hours, 4 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Tuesday, June 14, 2011 1:28:39 AM GMT
TweetSharevNext - Microsoft Visual Studio 2011 IDE features vNext – is new version of Visual Studio 2011. First article about features was created by Weston Hutchins - Program Manager, Visual Studio IDE Platform Microsoft Corporation 19 May 2011. I am going to discuss new features presented by VS2011 IDE  vNext presentation in this article. What is cool about brand new 2011 Visual Studio? It is more organized, clean, nice look and feel. (more)
category: Screencast | clicked: 96 | 1 comment | | source: blog.agafonov.net.ua
tags: Visual Studio 2011
4
Shouts

Windows Phone 7 (Mango) Tutorial - 12 - Using Isolated Storage to Store and Retrieve Data © Kunal's Blog

published 707 days, 3 hours, 58 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 708 days, 22 hours, 33 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Tuesday, June 14, 2011 1:00:14 AM GMT
Last couple of days we discussed about Page State and Application State of Windows Phone 7 (Mango). We learnt various ways of saving state of the page or application. After reading those chapters, you might have question in your mind that how to save the state of the application before closing the application and once you comeback again, you should get them back. If you are familiar in Silverlight, you should have answer to this. Yes, we can use Isolated Storage to save the state of the app and read val... (more)
category: Metro | clicked: 26 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, Windows Phone 7, WP7, wp7dev, mango
3
Shouts

Stored Procedure with XML as input

posted by dotnetfundadotnetfunda 716 days, 10 hours, 7 minutes ago
Monday, June 06, 2011 1:25:38 PM GMT
How to give Xml as input to Stored Procedure. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
4
Shouts

Razor Themed View Engine for multi-themes site - Context is King

posted by thangchungthangchung 713 days, 5 hours, 32 minutes ago
Thursday, June 09, 2011 6:00:52 PM GMT
Have you ever implemented a multi-themes site using Razor view engine? Yes it is really good to do that. Specially, you can do it and make it work well with Razor. I spent a lot of time to investigate this problem. After searched on Google, I had found some of links very useful about this topic. But all of them also implemented in ASP.NET MVC 2.0 and custom a WebformViewEngine. So I know I must work with it from scratch. But no problem, I decided to... (more)
category: Web Dev | clicked: 10 | comment | | source: weblogs.asp.net
tags: Razor
2
Shouts

MSDN Magazine: Data Points - Demystifying Entity Framework Strategies: Loading Related Data

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 710 days, 19 minutes ago
Sunday, June 12, 2011 11:13:22 PM GMT
With the Entity Framework, modeling the data is just a first step. You'll also need to use the right tools for querying and loading your data. We'll show you the options and help you choose the right ones for your application (more)
category: Data | clicked: 21 | comment | | source: msdn.microsoft.com
tags: entityframework4, EF4, MSDN, entityframework4.0, entity framework 4.0, Entity Framework 4, MSDN Magazine
2
Shouts

MSDN Magazine: Cutting Edge - Invariants and Inheritance in Code Contracts

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 710 days, 18 minutes ago
Sunday, June 12, 2011 11:15:19 PM GMT
After discussing two of the most common types of software contracts—preconditions and postconditions—Dino this month introduces the third most important type of contract—the invariant—and proceeds to examine the behavior of contract-based classes when you apply inheritance. (more)
category: How To | clicked: 4 | comment | | source: msdn.microsoft.com
tags: Code Contracts, C#
2
Shouts

MSDN Magazine: Windows Phone 7 - Sterling for Isolated Storage on Windows Phone 7

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 710 days, 16 minutes ago
Sunday, June 12, 2011 11:16:57 PM GMT
Learn how to leverage the Sterling open source database library to persist and query data locally in Windows Phone 7 apps with minimal effort, along with a simple strategy for managing state when an application is deactivated upon a user switching to another application. (more)
category: Architecture | clicked: 17 | comment | | source: msdn.microsoft.com
tags: WindowsPhone7, WindowsPhone, Windows Phone 7, WP7, Windows Phone 7 Development, wp7dev, MSDN, Windows Phone, MSDN Magazine
3
Shouts

Windows Phone 7 (Mango) Tutorial - 11 - Application State Management © Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 709 days, 22 hours, 45 minutes ago
Monday, June 13, 2011 12:48:00 AM GMT
On last Saturday we learnt about basics of Application State in Windows Phone 7 Application. We discussed about the steps to pass value from one page to another using the Application State. In this chapter, we will learn more on the same with a small and simple demo. So, read to know about it and learn the way of sharing data between pages using state. At the end, please provide your feedback. Don't forget to share it to the community. (more)
category: Metro | clicked: 4 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WP7, wp7dev, Tutorial
8
Shouts

How can you select various HTML Elements using jQuery?

published 707 days, 3 hours, 58 minutes ago posted by dharadhara 709 days, 12 hours, 27 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Monday, June 13, 2011 11:06:13 AM GMT
jQuery can be used to select HTML elements using element selector. Below are some of the examples of how to use selectors. $(<’element>’) - Selects all elements with the given tag name. $(‘p’) – Selects all Paragraph Elements $(‘a’) – Selects all Anchor tags in side a web page... (more)
category: Web Dev | clicked: 10 | comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
3
Shouts

Video on ‪ASP.NET MVC Model view controller ( MVC) Step by Step Part 1‬‏

posted by questpondquestpond 709 days, 11 hours, 41 minutes ago
Monday, June 13, 2011 11:51:20 AM GMT
In this video we will create a simple hello world programme using MVC template. So we create a controller , attach the controller to simple index.aspx page and view the display. ASP .net interview questions (more)
category: Web Dev | clicked: 1 | comment | | source: youtu.be
tags: WCF Interview Questions, ASP .net interview questions, .Net Interivew Questions
Previous 1 2 3 4 5 6 7 8 9 10 ... 79 80 Next