BileGran-Correa
Name: BileGran-Correa
Score: 401
Last Seen: 616 days, 22 hours, 55 minutes ago
Member Since: 8 September, 2011
DotNetShoutout
atom rss
3
Shouts

A look on Layout in XAML - Dot Net logiX

posted by DotNetLogixDotNetLogix 692 days, 20 hours, 37 minutes ago
Thursday, June 30, 2011 6:50:00 PM GMT
In designing UI, layout is very important. In XAML in designing UI we have differenet type of layout such as Grid, StackPannel, Canvas, DockPannel etc. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: WPF, XAML
3
Shouts

Windows Phone 7 (Mango) Tutorial - 25 - Learn about Database Connection String © Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 692 days, 14 hours, 46 minutes ago
Friday, July 01, 2011 12:40:46 AM GMT
Last three days we learnt about the new feature of Windows Phone 7 (Mango) called "Local Database Support". Yesterday we discussed it in depth by building a small demo application. While working with the demo you might noticed that, we used a connection string to connect with the local database present in the Windows Phone storage. In this post, we will discuss more on the connection string. After reading this post, you will be able to know what are the various types and parameters available for connect... (more)
category: Metro | clicked: 1 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WindowsPhone7, Windows Phone 7, WP7, wp7dev, Tutorial, mango
3
Shouts

WPF Marquee Animation In Listbox Items

posted by pons_saravananpons_saravanan 692 days, 10 hours, 15 minutes ago
Friday, July 01, 2011 5:11:24 AM GMT
WPF Animation Using DoubleAnimation Easiest way to animate is using the Double Animation provided by WPF. It is much easier to use the Double Animation as there are only few statements needed and they are quite straight forward to implement. For e.g. Specifying the following parameters will let you st... (more)
category: Metro | clicked: 59 | comment | | source: www.vbnettutorial.net
3
Shouts

Configuring Session Support Using the Azure | TechBubbles

posted by kalyanms1kalyanms1 692 days, 8 hours, 26 minutes ago
Friday, July 01, 2011 7:00:21 AM GMT
In-memory session support is un-suitable in Azure Fabric environment. There is a possibility in windows azure where you can host a web role on multiple machines inside the fabric. AspProviders project which I explained in earlier post uses BLOB storage to store session itself. This post explains about configuring the ASP.NET application to use Azure session state provider. We can configure the Session Support using Azure Tablestorageprovider. 1. Insert the following in web.config file of the Azure Asp.n... (more)
category: Architecture | clicked: 12 | comment | | source: www.techbubbles.com
tags: Windows Azure, VisualStudio 2010, Azure
3
Shouts

Rx Release

posted by bnayabnaya 692 days, 6 hours, 36 minutes ago
Friday, July 01, 2011 8:50:44 AM GMT
Rx was started as in process technology, but with the addition of the IQbservable (the Rx complementary of IQueryable), Rx is breaking the process boundary. (more)
category: Architecture | clicked: 11 | comment | | source: blogs.microsoft.co.il
tags: IQbservable, Cloud, Rx, Reactive Extensions, Azure .NET Services
2
Shouts

c# and .NET interview questions Shivprasad Koirala: C# and .NET interview questions: Explain in brief an interface?

posted by questpondquestpond 690 days, 22 hours, 31 minutes ago
Saturday, July 02, 2011 4:55:22 PM GMT
Interface is a contract that defines the signature of the functionality. (more)
category: Web Dev | clicked: 3 | comment | | source: computerauthor.blogspot.com
3
Shouts

Retreive the Device Information from Windows Phone

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 691 days, 4 hours, 48 minutes ago
Saturday, July 02, 2011 10:39:06 AM GMT
Retreive the Device Information from Windows Phone Assume that you need to retreive some device information from Windows Phone . You can get them from the classes “DeviceExtendedProperties” and “DeviceStatus” defined in the Microsoft.Phone.Info namespace . (more)
category: Metro | clicked: 1 | comment | | source: www.ginktage.com
tags: device info, Windows Phone, mango
3
Shouts

.NET and C# interview questions:Show how do we view an assembly in .NET?

posted by questpondquestpond 692 days, 1 hour, 16 minutes ago
Friday, July 01, 2011 2:10:32 PM GMT
When coming to understand the internals, nothing can beat ILDASM. (more)
category: Web Dev | clicked: 8 | comment | | source: computerauthor.blogspot.com
tags: .NET, C#
3
Shouts

Weekly News Digest @SilverlightZone - 26-June-2011 to 02-July-2011 © Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 690 days, 9 hours, 11 minutes ago
Sunday, July 03, 2011 6:15:31 AM GMT
Here comes the weekly digest of Silverlight-Zone.com from 26th June 2011 to 2nd July 2011. We have completed 6 months of this site with more than 2000 news items. We received some good feedback too including a huge hit to the site. This motivates us to serve you better in future. In this post, I am going to share the top 5 posts of this week. Windows Phone 7 is trending in this site. Top 5 posts are "The news of distribution of WP7 Mango to developers by Microsoft", "Windows 8 Rumour to Future for WP7",... (more)
category: Metro | clicked: 2 | 1 comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WP7, wp7dev, Silverlight Zone, SilverlightZone, LightSwitch, mango
3
Shouts

.toolbox Windows Phone 7 courses and tutorials

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 689 days, 22 hours, 36 minutes ago
Sunday, July 03, 2011 4:51:14 PM GMT
.toolbox Windows Phone 7 courses and tutorials The .toolbox website provides some courses and tutorials that helps the developers to build and improve the design of the Windows Phone 7 Application ... (more)
category: Metro | clicked: 2 | comment | | source: www.ginktage.com
tags: Courses, Tutorials, Windows Phone
3
Shouts

Managed Extensibility Framework - A Look

posted by abhi2434abhi2434 689 days, 22 hours, 26 minutes ago
Sunday, July 03, 2011 5:00:53 PM GMT
Hi guys, If you are really new to .NET framework 4.0, this is going to be a quickstart guide to a new framework for extensibility which every developers should know. In this post, I will give you a brief introduction to what Managed Extensibility Framework is all about and also create a sample application on the same. Note: This is the basic stripped version of MEF, if you are looking for something more advanced, stay tune with my blog; its about to follow.  Why Managed Extensibility Framework... (more)
category: Architecture | clicked: 4 | comment | | source: www.abhisheksur.com
tags: Composition, C#, MEF, .Net 4.0, Plugin
3
Shouts

Rethinking my Session on TechEd on Road

posted by abhi2434abhi2434 689 days, 21 hours, 23 minutes ago
Sunday, July 03, 2011 6:03:27 PM GMT
Hi Folks, Its been a great time together on TechEd on Road event here in Kolkata. I can recollect the fun we had out of the sessions with Pinal Dave, nice to find you here Pinal and with Bijoy Singhal on Windows Phone 7. I would also like to thank Dhanajay Kumar for coming all the way from Pune only for this session, and also for giving a wonderful session to us.  Lets now talk about my session on ".NET Fundamentals that every developers should Know". In this post I will share all the resources and s... (more)
category: Architecture | clicked: 1 | comment | | source: www.abhisheksur.com
tags: variance, C#, MEF, .Net 4.0, Code Contract, Features
3
Shouts

A Project Report In WPF (R-Office Management System) - DotNetLogix

posted by DotNetLogixDotNetLogix 689 days, 20 hours, 32 minutes ago
Sunday, July 03, 2011 6:54:40 PM GMT
This is a small office management system. With the help of this project all office employee can connect with each other, request online leave, get birthday reminders, get status of present/absent employees and use an automatic attendence system when logged in and logged out. Just need to install and setup of this project to every machine. (more)
category: Web Dev | clicked: 6 | comment | | source: www.dotnetlogix.com
tags: .NET, WPF
4
Shouts

Internalizing Assemblies with ILMerge

posted by BlackWaspBlackWasp 689 days, 17 hours, 8 minutes ago
Sunday, July 03, 2011 10:18:28 PM GMT
ILMerge is a useful tool provided by Microsoft that allows a number of assemblies to be combined into a single dynamic linked library or executable. By default, public types from source assemblies remain public. In some cases they should be internalized. (more)
category: How To | clicked: 3 | comment | | source: www.blackwasp.co.uk
tags: .NET, Tools
4
Shouts

Microsoft Visual Studio 2010 IDE next version features | TechBubbles

posted by kalyanms1kalyanms1 689 days, 16 hours, 15 minutes ago
Sunday, July 03, 2011 11:12:18 PM GMT
This post discuss about new IDE features that microsoft planned for next version of Visual Studio. These features improves the developer experience by simplifying the environment and streamlining the common tasks. Let us take a specific example finding a word in file as shown in below In first window you see quick find and then we have got a feature Find In files in dropdown in next window then added the feature to toolbar. Later they add Ctrl + I to find the word in code. Here we end up with many ... (more)
category: Architecture | clicked: 7 | comment | | source: www.techbubbles.com
tags: Visual Studio 2010
3
Shouts

MVVM from Scratch using Silverlight (PUG Monthly Meet - July 2011) © Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 689 days, 14 hours, 46 minutes ago
Monday, July 04, 2011 12:40:32 AM GMT
On coming Saturday, 9th July 2011, I am going to take an hour session on "MVVM from Scratch using Silverlight" in the Pune User Group's (PUG) monthly meeting. The session will start from 10 AM and will continue for one hour. Also there are two more sessions on Windows Phone 7 and Parallel Programming. In this one hour session, I will demonstrate what is MVVM pattern, how a designer/developer will get the benefit of using it. I will also demonstrate how this will help you to clear up the code behind file... (more)
category: Metro | clicked: 6 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, PUG, MVVM, Event
3
Shouts

Insert single apostrophe in sql server varchar datatype ~ Dotnet Tutorials ,Codings & Examples

posted by gsudheshgsudhesh 689 days, 5 hours, 38 minutes ago
Monday, July 04, 2011 9:49:15 AM GMT
Single Apostrophe  in Sql serverIf you are using SQL strings in your database , chances are you have come across problem with strings in SQL statement. One extra apostrophe screws up the SQL string, causing the SQL statement to fail. if you  insert the  following query it throws the error like below insert into emp values('gurucoder's') Error: Msg 102, Level 15, State 1, Line 1 Incorrect syntax near 's'. Msg 105, Level 15, State 1, Line 1 Unclosed quotation mark after the character ... (more)
category: Data | clicked: 1 | comment | | source: gurucoders.blogspot.com
3
Shouts

HTML 5 Primer

posted by dotnetfundadotnetfunda 689 days, 5 hours, 10 minutes ago
Monday, July 04, 2011 10:16:53 AM GMT
The standard for HTML5 is drafted in May-2011. It would be finalized soon. It would be interesting to see what it offers and what one need to know about it. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: HTML 5
3
Shouts

The remote certificate is invalid ~ Dotnet Tutorials ,Codings & Examples

posted by gsudheshgsudhesh 689 days, 2 hours, 46 minutes ago
Monday, July 04, 2011 12:41:12 PM GMT
The remote certificate is invalid according to the validation procedure you will get this error because of certificates issue while getting the response from the external web service or any other Web Request from the server. follow the below snippet to resolve this issue using System.Net;using System.Net.Security;using System.Security.Cryptography.X509Certificates; protectedvoid Page_Load(object sender, EventArgs e)    {      ServicePointManager.ServerCertificateValidationCallback = moteCerti... (more)
category: Web Dev | clicked: 1 | comment | | source: gurucoders.blogspot.com
3
Shouts

How to bind dropdownlist with database value

posted by dotnetfundadotnetfunda 689 days, 2 hours, 31 minutes ago
Monday, July 04, 2011 12:56:14 PM GMT
In this article, we shall learn how to bind DropDownList or ListBox to the records coming in from the database. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
Previous 1 2 3 4 5 6 7 8 9 10 ... 25 26 Next