|
|
|
|
|
|
| | Total Hits: 23 | Today: 0 | Author: Vijai Anand | Rating:  |
| |  A custom powershell cmdlet which is used to modify or set the SharePoint 2010 list settings. Values can be set/modify for list General Settings, Versioning Settings and Advanced Settings.... |
| | Total Hits: 23 | Today: 0 | Author: Christophe Coenraet | Rating:  |
| |  You don’t need an Android device to complete this tutorial: you can use the simple emulator available in Flash Builder Burrito to run and debug the application.
The Employee Directory application allows you to:
Search for employees View employee details Navigate up and down the org chart Call, text, and email employees... |
| | Total Hits: 27 | Today: 0 | Author: xandytsui | Rating:  |
| |  Android Binding is a new Open Source Framework for Android-Java providing xml layout view binding mechanism. It helsp development of Android Application by decoupling the View widgets and backend Activities. It is best work with MVP or MVVM patterns.
Please also download from Market (Search "Markup Demo") the demo on most features of Android Binding.... |
| | Total Hits: 35 | Today: 0 | Author: Tuan Nguyen | Rating:  |
| |  C# is a modern, general-purpose, and powerful language which applies two theories:
Object orientation Type safety
C# is a object-oriented language which exploits benefits from classic object-oriented paradigm while eliminating its limitations to shape modern, powerful object orientation model. In particular, C# supports following features:
Modeling and abstraction Encapsulation Composition and inheritance Polymorphism and generic type... |
| | Total Hits: 41 | Today: 0 | Author: Buu Nguyen | Rating:  |
| |  The .NET framework 4.0 CTP has just been released, and I think it’s a good time to explore the new features of C# 4.0. In this post, I will introduce about the following features: dynamic lookup, generics covariance and contravariance support, optional and named parameters.... |
| | Total Hits: 34 | Today: 0 | | Rating:  |
| |  In an older blog post, Is it just me or does the redesigned Windows Developer Center Need Work?, we kicked off an effort to improve the experience for developers on the portal site I manage. We have revisited this idea a number of times since then but recently realized that the design of the developer center is less the problem than the way that the content is organized. As such, we have reframed our plan to instead update and unify the way that information appears on pages and to prioritize tha... |
| | Total Hits: 34 | Today: 0 | Author: Gil Fink | Rating:  |
| |  Data is a first-class element of every application. The Open Data Protocol (OData) applies web technologies such as HTTP, AtomPub and JSON to enable a wide range of data sources to be exposed over HTTP in a simple, secure and interoperable way. This session will explain what is the Open Data Protocol and how to create OData feeds using WCF Data Services.... |
| | Total Hits: 34 | Today: 0 | Author: Bibin.Mohan | Rating:  |
| |  ASP.NET 2.0 proposes to increase developer productivity by 70% with much less code and wide variants of supporting tools. ASP.NET 2.0 framework comes with member ship and role management to store and validate user credentials. It provides support for personalization process through which a user is identified and a profile is loaded or managed. On the User interface side ASP.NET 2.0 provides master pages for maximum UI inheritance, site navigation providing structured links, themes for UI skinnin... |
| | Total Hits: 34 | Today: 0 | Author: imsauravroy | Rating:  |
| |  This is just an attempt to make the audience understand the open/closed principle going through step by step refactoring to ultimately coming up with best design adhering OCP.
Open/Closed principle (OCP) states "Software entities should be open for extension and closed for modification".... |
| | Total Hits: 37 | Today: 0 | Author: Prashant Patil | Rating:  |
| |  The Value type objects are faster for the accessing and operations as compared to their reference counterpart. This makes them as a preferred choice for the data storage in the program. However there are certain limitations while using the value type objects in the application. This article gives a quick view in to the problems faced with the value type objects and the solution to the problems. This beautiful facility is introduced by Microsoft as an concept called "Nullable Types" in the C# 2.0... |
| | Total Hits: 35 | Today: 0 | Author: Volodymyr Shamray, Apriorit Inc | Rating:  |
| |  In this article I’m going to describe how to implement COM interface hooks. COM hooks have something in common with the user-mode API hooks (both in goals and in methods), but there are also some significant differences due to the features of COM technology. I’m going to show two the most often used approaches to the problem, emphasizing advantages and disadvantages of each one. The code sample is simplified as much as possible, so we can concentrate on the most important parts of the problem.... |
| | Total Hits: 35 | Today: 0 | Author: Adrian Otto | Rating:  |
| |  The web is huge, and it’s getting bigger every single day. If you’re writing a web scale application that will reach millions of end users, you may need to think carefully about how you write that application so that it will work properly under the demanding workloads the web can produce. Our computing hardware is getting progressively faster and cheaper. This gradual evolution has changed so much, that traditional software development concepts are no longer appropriate for today’s web scale app... |
| | Total Hits: 24 | Today: 0 | Author: SheoNarayan | Rating:  |
| |  I am happy to inform that I have been awarded with "Star Entrepreneur Award" on 28-Jan-2011. Please accept my hearty thanks to all of you who have contributed, supported and visited DotNetFunda.com website. Despite the fact that "Star Entrepreneur Award" has been given to me, I feel its for all of our respected team members, authors and visitors, its the recognition for your effort.... |
| | Total Hits: 23 | Today: 0 | Author: Brij | Rating:  |
| |  Many developers set the MaxLength property of a Textbox and it works fine until the Textbox is not in multiline mode, which is by default behavior of a Textbox.
So what is the basic difference between a textbox in single line and multiline mode!!!... |
| | Total Hits: 17 | Today: 0 | Author: Dino Esposito | Rating:  |
| |  In the past two articles, I presented aspect-oriented programming (AOP) using Microsoft Unity 2.0. Formalized in the 1990s as a way to further improve and complement object-oriented programming (OOP), AOP was recently revamped, and many Inversion of Control (IoC) libraries support it. Unity is no exception. The main purpose of AOP is to let developers more effectively deal with crosscutting concerns. In essence, AOP addresses the following question: When you design an object model for an applica... |
| | Total Hits: 9 | Today: 0 | Author: David Platt | Rating:  |
| |  In last month’s column, I mused about how, in software as in life itself, there’s usually a time for an action and also a time for its opposite. This month, I want to discuss the opposite of that thought, by which I mean events for which there is never a time.... |
| | Total Hits: 9 | Today: 0 | Author: Luke Hoban | Rating:  |
| |  I have a few F# demos which use the Twitter APIs as simple examples of accessing online data interactively and working with it in F#. Recently, Twitter moved to require OAuth for accessing Twitter APIs on behalf of a user. Below is the F# code I wrote to integrate OAuth, which should work for any other F# Twitter scripts and apps.... |
| | Total Hits: 9 | Today: 0 | Author: Kelum W. Ganegoda | Rating:  |
| |  I need to connect to a DB2 from a .net application. But it’s in iSeries system. I did not know what is the way do it. I read lot of articles/blog posts and really helped me. But in this post, I thought to consolidate them for fast reference.... |
| | Total Hits: 10 | Today: 0 | Author: Gilly Barr | Rating:  |
| |  I started working on a big new project at work, with a couple of other programmers. This project involves a really big ERD, meaning there are a bunch of entities in the DB, with a lot of relationships between them.
I personally am very fond of working with ORMs, and I am especially familiar with NHibernate which is great in my opinion, and would really work fine in this scenario.... |
| | Total Hits: 9 | Today: 0 | Author: Mukit, Ataul | Rating:  |
| |  Some people don't like the fact that Subversion merges changes from others with their own local working copy changes automatically on update. Here's how to force those files into a conflicted state so you can merge manually at your convenience.... |
|
|
|
|
|
|