Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


Types Of Assemblies In ASP NET.
2008-02-17 00:32:00
In past, developers need to share libraries of code through DLL. And when same dll is needed in applications then users have to register that DLL on to the machine. One of main thing in ASP NET is that the assembly is created by default when we build our application or DLL. We can also check the details of the manifest of the assembly by using classes located in the System.Reflection namespace. We can create two types of assemblies in ASP NET.Private AssemblyShared AssemblyThere are many advantages of assembly some of them are as follows:(1) Increased performance.(2)Better code management and encapsulation.(3)Introduces the n-tier concepts and business logic.In asp dot net System namespace and other namespaces like it i.e. System.Data, System.Web are also pre-built assemblies that have bee


Dot Net - Assembly In ASP Net
2008-02-17 00:31:00
We can say that assembly is a combination of single-file or multiple files in ASP NET. The assembly which contains more then one file is dynamic link library (DLL) or we can also say it's an EXE file. In ASP.NET assembly contains metadata that is pronounced as assembly manifest. This manifest of assembly contains data about the assembly versioning, AuthorName, Security, Token Key etc that's makes assembly popular and secure.We can also say it's a big advantage of assembly and another big advantage of using ASP.NET Assemblies is that programmer need not to create applications without interfering with other applications on the system its means assembly requirement in one application cannot harm another application that using that assembly because assembly in one application is not applied to
Read more: Assembly

DOT NET Developing Components:
2008-02-17 00:30:00
Developing Controls: The vital fact about a control is that it has a visual element, but the visual representation of a class derived from Control is not allowed by the Windows Forms designer. Instead it shows the schematic representation of the components that the control uses while dragging from the Server Explorer or Toolbox window.Resources and Internationalization: .NET and Win32 support a different model of resources. In Win32, resources are held in a section that is part of the portable executable (PE) file format and the resources are inlaid within this segment. But in the case of.NET, resources are part of an assembly, but they can be inlaid within the assembly or supplied as separate files.Resources and .NET .NET has been designed with internationalization in mind. For example, l
Read more: Components

Application Development in dot netDot net Application Development
2008-02-17 00:29:00
Visual Studio.NET is an intelligent development tool that allows developing applications that target the .NET Framework. From a developer’s vista, .NET comprises of three things viz., the .NET Framework, the .NET Framework SDK, and the development environment. The tool is also used to create customized controls and components that can be used as a part of the application. Components are objects or the features that are used to construct, organize and test Visual Studio programs. The Toolbox window of the Visual Studio .NET IDE contains all the components. Components are considered as controls that are derived from the Control class and have a user interface. Some controls are combination of other controls and are derived from the UserControl. The UserControl objects and Form objects can
Read more: Application , Development , Application Development

Outsource 'ASP-dot-NET' Development to India
2008-02-17 00:24:00
Going for outsourcing of ASP.net development in India not only saves time for such enterprises but importantly, a significant amount of money as well. The trend is evident for the past few years now, as more and more companies are looking to outsource such services to India. One of the major advantages that a company gets while outsourcing such services to India, apart from the major amount of money that is saved is quality solutions.This is so because India has got a huge number of qualified and skilled manpower who are perfectly capable of delivering solutions when it comes to a wide array of software services. ASP.net is just one of the domain areas where Indian expertise is much sought after. ASP.net is perhaps one of the fastest growing areas in IT and it is not surprising that more
Read more: Development , Outsource

An Introduction to DOT NET Framework
2008-02-04 09:18:00
.Net Framework is a platform or development environment to seamlessly create web-applications that are accessible through client machines from across the globe. These web-applications adopt open standards such as eXtensible Markup Language (XML), HyperText Transfer Protocol (HTTP), and Simple Object Access Protocol (SOAP) to interact with applications that are available in other platforms..Net Framework is platform independent and language independent. This means that .Net Framework allows you to use different programming languages such as VB.Net, C#, Jscript, VBScript, and Managed C++ and run applications on different platforms such as Unix, Macintosh, and Linux. Moreover, .Net Framework enables you to use various off-the-shelf libraries that help the development of applications faster, e
Read more: Introduction

Microsoft NET Framework 3.0 Penetrates The Websphere With A Projectile Force
2008-02-04 09:17:00
NET Framework 3.0 The .NET 3.0 is the latest version of the .NET Framework released by Microsoft . It is based on the .NET 2.0 Framework and includes in combination with it the following technologies:• Windows Presentation Foundation (WPF).0 – The API that is based on XML and vector graphics and aids in the development of the User Interface aspect of an application.• Windows Communication Foundation (WCF).0 – The API which enables computers connected by a network to communicate with each other. It combines Web Services, .NET Remoting, Distributed Transactions and Message Queues into a singe model.• Windows Workflow Foundation (WF).0 – This technology enables developers to build and manage workflow based applications. XAML a XML based language is used to define the workflow struc
Read more: Force

Killing The Junk Email Beast On Dot Net
2008-02-04 09:14:00
These days, it seems like the only way you can avoid unsolicited e-mail is by turning off your computer. But, with a little ingenuity, you can reclaim your in box. This article will seek to educate you on the reasons behind the problem, expose solutions that won't work, and provide solutions you can implement today.The first thing you need to understand about SPAM is how the spammers got your email address in the first place. You may think you know this information already, but you might be surprised at some of the ingenious ways email addresses are collected. Of course, there is the tried and true method of scraping web pages for email addresses. If you have any email address on any web page, chances are, some spammer has collected that email address. The other common way of collecting em
Read more: Killing , Email , Beast

Ajax Components History
2008-03-13 07:39:00
AJAX IntroductionAjax is the acronym for Asynchronous JavaScript and XML. However, rather than functioning as an acronym it better describes a technique for producing faster, more interactive, and usable web pages that don’t require re-loading every time a user changes a request. This is accomplished by increasing web page responsive-ness through the exchange of small pieces of data by an invisible server.The prerequisites of Ajax are a collaboration of HXTML (Extensible Hypertext Markup Language), CSS (Cascading Style Sheets) that help represent the markup language, client-sided description languages like JavaScript, objects like XMLHTTPRequest that allow the asynchronous transfer of data, and the formatting provided by XML (Extensible Markup Language).Again, Ajax is a technique, not an
Read more: Components , History

Introduction to AJAX
2008-03-13 07:38:00
Stands for Asynchronous JavaScript And XML, Ajax is a type of web development method popularized in 2005 by Google. Though it is not a new programming language, Ajax has given a new means to create user friendly web applications. It has revolutionized the usage of existing standards of programming and brings efficiency in the system. The main advantage of using Ajax technology is to display quick responses and increase interactivity with the end users.AJAX is based on JavaScript and HTTP requests. With this new technology, your JavaScript can communicate directly with the server, using JavaScript XMLHttpRequest object. Through the help of this object, your JavaScript can collect data from a web server without reloading the page. This technology uses asynchronous data transfer (HTTP request
Read more: Introduction

Web Applications Services - How To Use
2008-03-13 07:36:00
A Web application Service is defined by the W3C as a software system designed to support Machine to Machine (M2M) interaction over a Internet i.e. Network. Web services are just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services also.The W3C Web service definition encompasses many different systems, but in common usage the term refers to client and server that communicate using some types of messages that follow the SOAP standard. Common in both the field and the terminology is the assumption that there is also a machine readable description of the operations supported by the server written in the WSDL(Web Services Description Language).The latter is not a requirement of a SOAP endpoint, but it is a prerequisit
Read more: Applications

How to Learn AJAX - Asynchronous Javascript And XML
2008-03-13 07:34:00
AJAX, also known as Asynchronous Javascript And XML , has taken the Web by storm and has dominated the Web 2.0 stage with it's flash-like features and awesome auto-generating effects.AJAX is not easy to learn. But there's a million text tutorials out there on the web on how to learn AJAX... but how good are they? Most are NOT worth the read. A lot of these tutorials are written by people who have little experience and are just looking for some more traffic to their websites in hopes of grabbing a few clicks to their advertisements.But there's still a few good ones. A guy by the name of Steve Holzner has written a few books on the subject and they're VERY highly rated by very technical people. While other books get poor ratings and little sales - Mr. Holzner seems to get plenty of great rati
Read more: AJAX

How to Learn AJAX - Asynchronous Javascript And XML
2008-03-13 07:32:00
AJAX, also known as Asynchronous Javascript And XML , has taken the Web by storm and has dominated the Web 2.0 stage with it's flash-like features and awesome auto-generating effects.AJAX is not easy to learn. But there's a million text tutorials out there on the web on how to learn AJAX... but how good are they? Most are NOT worth the read. A lot of these tutorials are written by people who have little experience and are just looking for some more traffic to their websites in hopes of grabbing a few clicks to their advertisements.But there's still a few good ones. A guy by the name of Steve Holzner has written a few books on the subject and they're VERY highly rated by very technical people. While other books get poor ratings and little sales - Mr. Holzner seems to get plenty of great rati
Read more: AJAX

SEO for AJAX Website
2008-03-13 07:31:00
AJAX (Asynchronous JavaScript + Xml) is a mix of technologies that offers incredible functionality for web sites and get rid of the page reloads. In simple words AJAX brings software like usability to websites. You can have an idea of AJAX features by visiting following web pages:- Google Maps- Google Suggest- Meebo.comYou must have idea now what functionality can be added to any website using AJAX, but AJAX website is not search engine friendly. The main reason of AJAX website not ranking well in search engines is that AJAX web pages cannot be easily bookmarked and also not proffered by search engines. The pages created are not unique and cod itself is not visible to search engines.This doesn't mean that AJAX websites cannot rank well in search engines. You can use search engine optimizat
Read more: AJAX , SEO

Ajax Applications Development
2008-03-13 07:26:00
AJAX has not only sprouted but has got root hold in developing dynamic web applications, that reflects changes in micro seconds thereby saving reloading time, improving usability, providing faster accessibility, to more web pages in lesser time. AJAX, acronym for Asynchronous Javascript And XML is the term whispered from almost every software developer mind and its waves are touching the network boundaries.Ajax Applications Development has provided breakthrough in web application development. AJAX is a new way to define technology shifting web pages from HTML static pages to advance Java script and CSS enabled dynamic pages. AJAX is also called a free framework for fast creation of interactive cross-platform web experiences. This application has transformed the look, feel of web and has so


info.txt
2008-03-13 06:32:00
# Contact info submissionurl: dotnetdeveloper2008.blogspot.com/site_owner: shaik.khadarvaliaddress1: Near Makka Masidaddress2: Near jagadeswari Theatercity: Markapurstate: Andhra Pradeshcountry: INDIApostal_code: 523316phone_number: 9849654610display_email: shaik_khadarvali@yahoo.comsite_name: dot netsite_description: This site tells about the details of dot net development


Page 1 of 1 « < 1 > »
eXTReMe Tracker