(Tony Patton) ASP.NET is a powerful platform for building Web applications. With any platform, it is important to understand what is going on behind the scenes to build robust applications. The ASP.NET page life cycle is a good example to explore so you know how and when page elements are loaded and
Tag: Development
Dynamically Loading UserControl Into Web Page Using ASP.NET
(Lajapathy Arun) In this article we are going to see how we can add a User Control dynamically to a web page with the help of ASP.Net and C#.
Java FX 2.0: A Platform for Rich Enterprise Client Apps
(Manoj Debnath) JavaFX 2.0 revamped the Java API for application development, discarding its predecessor’s clumsy scripting language. This enhancement has captured the attention of developers to rethink JavaFX 2.0 as a platform for creating and deploying rich client applications. Developers can now
Dynamically creating meta tags in asp.net mvc
(jalpesh vadgama) As we all know that Meta tag has very important roles in Search engine optimization and if we want to have out site listed with good ranking on search engines then we have to put meta tags.
Top 7 Concerns of Migrating an ASP.NET Application to Windows Azure
(Peter Laudati) In the previous post of this series, I covered how to prepare your development environment for building Windows Azure applications. I left you with some references to walkthroughs to build your first “Hello World” ASP.NET application for Windows Azure. Those walkthroughs are great t
ColdFusion 10 – Don’t Use Dynamic Query Values In CFLoop
(Ben Nadel) As of ColdFusion 10, the “Query” attribute of the CFLoop tag can now be dynamic. That is, it can refer to a dynamic expression rather than a static name (string). At first, this seems like a really cool idea – one that you’ve probably even wanted over the years; but, don’t do it.
Windows Azure: Working with Blob Storage in an ASP.NET Application
(Mahesh Sabnis) While developing high scalable and always available applications on Windows Azure, it is important for you to think about the kind of data you want to store in the Cloud. Here data does not always mean that it is coming from a relational database. Here data could mean Images, Videos,
String Matching in LINQ
Performing simple string equality tests is often not enough when application user convenience is key. Often only a fragment of a string is known to the user, or many of them. Sometimes there is a need to search for a fragment in multiple columns.
Practical Approach of Creating User Control in ASP.NET
(Lajapathy Arun) In this article we are going to see how to create a user control in ASP.NET.
JQuery Data Tables in Java Web Applications
(Jovan Popovic) The most common task in web development is adding tables in the pages. One standard page with a table that you have added a lot of time is shown in the following figure:
