This application allows any person on the Internet to use Messenger Services. There are several Messengers working parallel with MSN Messenger. aMSN, Pidgin, Miranda, Mercury(Java MSN Messenger Client) are some of them.
Developed by Apple, iPhone is a smart phone which has outstanding features like high resolution camera, access to internet, video iPod etc. The increasing demand of iPhone among the users has increased the demand of iphone applications to attract new and existing customers. This demand has given rise to the iPhone application development services. The software development companies are focusing on new applications which can be installed in the iPhone.
Visual Studio 2010 marks some dramatic advances in Application Lifecycle Management tools at the same time that its new edition structure makes these features more accessible. Learn how your team can benefit from tools that help manage the process of software development.
Visual Studio 2010 marks some dramatic advances in Application Lifecycle Management tools at the same time that its new edition structure makes these features more accessible. Learn how your team can benefit from tools that help manage the process of software development.
If you have any kind of share functionality within your application it’s a good practice to add the basic Facebook open graph tags to the header of all pages. For an MVC application this can be as simple as adding these tags to the Head section of the Layouts file.<head>
<title>@ViewBag.Title</title>
<meta property="og:title" content="@ViewBag.FacebookTitle" />
<meta property="og:type" content="website"/>
<meta property="og:url" content="@ViewBag.FacebookUrl"/>
<meta property="og:image" content="@ViewBag.FacebookImage"/>
<meta property="og:site_name" content="Site Name"/>
<meta property="og:description" content="@ViewBag.FacebookDescription"/></head> These ViewBag properties can then be populated from any action: private ActionResult MyAction()
{
ViewBag.FacebookDescription = "My Actions Description";
ViewBag.FacebookUrl = "My Full Url";
ViewBag.FacebookTitle = "My Actions Title";
ViewBag.FacebookImage = "My Actions Social Image";
....
} You might want to populate these ViewBag properties with default values when the actions don’t populate them. This can be done in 2 places. 1. In the Layout itself. (check the ViewBag properties and set them if they are empty) @{
ViewBag.FacebookTitle = ViewBag.FacebookTitle ?? "My Default Title"; ViewBag.FacebookUrl = ViewBag.FacebookUrl ?? HttpContext.Current.Request.RawUrl;
ViewBag.FacebookImage = ViewBag.FacebookImage ?? "http://www.mysite.com/images/logo_main.png";
ViewBag.FacebookDescription = ViewBag.FacebookDescription ?? "My Default Description";
}
2. Create an action filter and add it to all Controllers or your base controller. public class FacebookActionFilterAttribute : ActionFilterAttribute
{
public override void OnActionExecuting(ActionExecutingContext filterContext)
{
var viewBag = filterContext.Controller.ViewBag;
viewBag.FacebookDescription = "My Actions Description";
viewBag.FacebookUrl = "My Full Url";
viewBag.FacebookTitle = "My Actions Title";
viewBag.FacebookImage = "My Actions Social Image";
base.OnActionExecuting(filterContext);
} } Add attribute to your BaseController. [FacebookActionFilter]
public class HomeController : Controller
{
....
}
How to use url to create a localized ASP.NET MVC application...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Explains the step by step approach to trace the ASP.NET application...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Consuming webservice using JQuery Asp.Net application...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
This sounds like a deep technical thing and internally it's right too. But in a developer prospective, if he needs to run an assembly under a fresh new ApplicationDomain, it's so easy like just use some of the classes defined in System NameSpace. Below I am explaining this with a small console application.
<b>Bright Hub: </b>"If you are looking to create a GUI application that can be easily ported to all major operating systems, wxWidgets is a great choice. It has a graphical tool for designing the forms, has bindings for many languages, and is an established, robust library."
981575 ... A memory leak occurs in a .NET Framework 2.0-based application that uses the AesCryptoServiceProvider classThis RSS feed provided by kbAlerz.com.Visit kbAlertz.com to
subscribe. It's 100% free and you'll be able to recieve e-mail or RSS updates for the technologies you pick
from the Microsoft Knowledge Base....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Step approach for developing a facebook connect application with asp.net...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Here is a sample WPF application, that consumes GeocodeService, SearchService, ImageryService and RouteService that are part of Bing Maps web service...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
A simple visual task manager application using asp.net mvc and jquery....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Tired of fretting over the organization of your Web application's configuration data? The Zend Framework's Zend_Config component removes this tedious task from your TODO list by offering a great way to manage and access your configuration data from within a centralized location. Read on to learn how.
Business organizations that work with a lot of planning have used web applications very intelligently for their B to B or B to C interactions. This web application development has been extremely helpful for companies in planning long-term relationships with their clients and customers.
ASP.NET application and page life cycle...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
Oracle's Application Integration Architecture (AIA) provides Oracle customers,prospects and partners with the capability to more easily integrate and orchestrate information and transactions across multiple systems. Learn more about Oracle AIA and get an update on new and planned integrations from Jose Lazares,Vice President, Oracle Applications Development.
There are various web application development languages that are different in techniques, tools and methods. Choosing a language for web development among others is a meticulous task for a web developer as different web applications does different types of tasks...
Oracle's Application Integration Architecture (AIA) provides Oracle customers,prospects and partners with the capability to more easily integrate and orchestrate information and transactions across multiple systems. Learn more about Oracle AIA and get an update on new and planned integrations from Jose Lazares,Vice President, Oracle Applications Development.
Joe Stagner extends the tutorials for the TailSpin SpyWorks sample Web Forms application with a new video series detailing the entire development process. The first 3 videos cover the initial steps of implementing a template, directory organization, and building a category menu.
Developed by Apple, iPhone is a smart phone which has outstanding features like high resolution camera, access to internet, video iPod etc. The increasing demand of iPhone among the users has increased the demand of iphone applications to attract new and existing customers. This demand has given rise to the iPhone application development services. The software development companies are focusing on new applications which can be installed in the iPhone.
In this article, I am going to show you How to insert an image from ASP.Net application to SQL Server using LINQ to SQL and how to retrieve image from SQL Server data base using LINQ to SQL and display to an Image control.
Now available, Oracle Application Development Framework (ADF)
Essentials enables the global developer community to leverage the
core capabilities of Oracle ADF free of cost. Oracle ADF
Essentials is standards-based and deploys on GlassFish Server Open Source Edition, giving developers
the ability to adopt and extend Oracle ADF functionality to new
environments.
Read the Press Release here.