Submit Blog Login Last Submitted Blogs RSS Archive Contact  
Framework
 
 
 
    Articles about Framework
    Microsoft .NET Framework 3.5 - Componentes necesarios para ejecutar aplicaciones de Microsoft
    2008-05-03 12:00:00
    Microsoft .NET Framework es un conjunto de rutinas, librerías y componentes necesarios para las nuevas aplicaciones de Microsoft que utilicen la tecnología .Net Framework. Es posible que algunas aplicaciones nuevas no te funcionen porque requieran la tecnología Microsoft .NET Framework, solo tienes que instalarte este archivo en tu equipo para todas ellas.Características:Lanzamiento: 17 de Marzo de 2008Web: www.microsoft.comIdioma: InglésTamaño: 197.1MBLicencia: GratuitoRequerimientos mínimos:- Sistema operativo: Win200/XP/Vista- Procesador: 400 MHz- Memoria RAM: 96 MBDescargar Microsoft .NET Framework 3.5Artículos relacionados: AusLogics System Information Belarc Advisor DirectX Fresh Diagnose GTK+ Runtime Environment Java Runtime Environment
    By: Livix - Zona de Descargas
     
    Zend Framework Chronicles Part I
    2008-04-23 22:34:00
    Ladies and germs, this blog is going to take an extreme turn in the geek direction, which was, after all, it's original charter. Geeks will eat it up, but if you don't care for dorkage, I can actually be quite normal at times, and you should read some of my other posts by searching for non-geeky keywords. The decision has been finalized to rewrite the legacy style code of TixRUs to leverage the power of frameworks without forcing it into the rigid confines of a Content Management System (CMS) such as Drupal, that you then have to find modules for or program your own. The framework has been selected. And the winner is..... (drumrolllllllllllll)ZEND FRAMEWORK Zend Framework seems to suit my needs. I considered CakePHP and Symfony, both strong contenders, and CodeIgniter, which some people love, and I had downloaded and played with a few homegrown ones as well. But the bottom line is Zend is backed by big bucks, it aint going away, the documentation is excellent, there are ways to
    By: Tix-R-Us GeekEvents
     
    Wireless Industry Leaders commit to framework for LTE technology IPR licensing
    2008-04-15 02:44:00
    Alcatel-Lucent, Ericsson, NEC, NextWave Wireless, Nokia, Nokia Siemens Networks and Sony Ericsson have announced a mutual commitment to a framework for establishing predictable and more transparent maximum aggregate costs for licensing intellectual property rights (IPR) that relate to 3GPP Long Term Evolution and Service Architecture Evolution standards (LTE/SAE). The companies invite all interested parties to join this initiative which is intended to stimulate early adoption of mobile broadband technology across the communications and consumer electronic industries.The framework is based on the prevalent industry principle of fair, reasonable and non-discriminatory (FRAND) licensing terms for essential patents. This means that the companies agree, subject to reciprocity, to reasonable, maximum aggregate royalty rates based on the value added by the technology in the end product and to flexible licensing arrangements according to the licensors’ proportional share of all standard esse
    By: Sony Ericsson Blog
     
    Essential Windows Communication Foundation (WCF): For .NET Framework 3.5
    2008-04-13 10:18:00
    Essential Windows Communication Foundation (WCF): For .NET Framework 3.5608 pages PDF 7,6 MbWindows Communication Foundation (WCF) is the easiest way to produce and consume Web services on the Microsoft platform. With .NET 3.5, WCF has been extensively revamped--and Visual Studio 2008 gives developers powerful new tools for utilizing it. Essential Windows Communication Foundation shows developers exactly how to make the most of WCF with .NET 3.5 and Visual Studio 2008.Drawing on extensive experience working with early adopters, three Microsoft insiders systematically address the topics developers ask about WCF. The authors approach each subject with practical advice and present best practices, tips, and tricks for solving problems. Throughout, you’ll find detailed explanations, solutions for the “pain points” of WCF development, and an extensive collection of reusable code examples. Coverage includesUsing WCF contracts to define complex structures and interfacesUnderstanding WC
    By: SofTeca
     
    Gaia Framework Wiki Now Available
    2008-04-11 14:55:52
    Steven Sacks created the Gaia Framework Wiki. Now you can find all the necessary documentation for this awesome framework for flash at http://www.gaiaflashframework.com/wiki/ If you are reading about Gaia Framework for the 1st time, know more here.
    By: Flash Enabled - Get Ready with Flash...
     
    SOAP in the .NET Framework
    2008-04-07 02:11:00
    Fortunately, everything that we have discussed related to SOAP up to this point is largely unnecessary with respect to implementing simple ASP.NET Web Services, because ASP.NET and the .NET Framework automatically generate and process SOAP messages for your Web service, leaving you to focus on writing the logic of your Web service application using a familiar object-oriented design approach.However, more sophisticated Web services may require access to the SOAP messages in order to add custom headers, examine incoming/outgoing SOAP messages, or otherwise alter the default format of messages generated by the .NET XML serializer when interoperating with SOAP message processors on other platforms.If SOAP message customization becomes necessary for a particular Web service that you wish to implement, the .NET Framework and ASP.NET provide the means to gain access to the SOAP messages so that you can perform the customizations that you need. In this section, we will look at some of the feat
    By: dot net made easy
     
    What are the Best practices for side-by-side execution of Framework 1.1 and 2.0?
    2008-04-04 00:39:30
    In ASP.NET, applications are said to be running side by side when they are installed on the same computer, but use different versions of the .NET Framework.
    By: Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX
     
    In .NET Compact Framework, can I free memory explicitly without waiting for garbage collector to free the memory?
    2008-04-02 00:51:13
    .NET Compact Framework come with CLR which perform automatic garbage collector to free the memory without using destector (perform garbage collector when is declare)
    By: Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX
     
    Gaia Flash Framework 2.0.7 beta 1
    2008-03-14 09:59:46
    Steven Sacks released the Gaia 2.0.7 beta 1 today. If you don’t what is Gaia, then read this post and see what you are missing. For the people that already know Gaia, just some more words on the new features: 2.0.7 Beta 1 Overview This beta build is to test new functionality in the Gaia panel.  [...]
    By: Flash Enabled - Get Ready with Flash...
     
    How To Remove The “.NET Framework Initialization Error” Message
    2008-03-11 06:00:54
    Make sure you have the .NET Framework installed: check that the C:\ WINDOWS \ Microsoft.NET \ Framework (assuming that Windows XP is in C Drive) exists and that it is not empty. If the folder doesn’t exist (or if it’s empty), then install the .NET Framework. Otherwise, open the Registry Editor, and navigate to HKEY_LOCAL_MACHINE [...]
    By: CompuWorld
     
    Microsoft MVC framework
    2008-03-10 19:20:00
    So Microsoft finally gets with the program and is coming out with their own .NET MVC framework. MVC architectures apparently aren't that popular with .NET yet, which surprises me actually, but I think that will change with the arrival of this Microsoft MVC release. Its been around in Java for a long time now and with RoR and all the others. Before my current job I didn't know anything about .NET, my background was in Java enterprise apps.Anyways, I guess we will have to wait and see if it picks up enough momentum. To those who made it out to the Toronto Code Camp, the session on the Microsoft MVC was pretty full and apparently the framework is still lacking - when they said it doesn't even support lazy loading the crowd was up in arms. Even if the Microsoft implementation is no good and its a flop, developers will still see the concept works and that will probably generate interest for a good alternative.A nice alternative already out there is monorail, which work the way you would exp
    By: Roland's Blog
     
    Integration of A3 into the DMAIC framework
    2008-03-10 04:54:57
    photo credit: Craig Axxie Although it’s easy to focus on other things at certain times of the year, for example, it appears that even Santa uses Six Sigma to help him meet his toy related delivery objectives, despite what the naysayers may have you believe. So last week, my mind wandered to the use [...]
    By: learn about lean & six-sigma
     
    Conference: A Framework for Confronting Identity-based Atrocities, Norway
    2008-03-02 01:27:00
    HISTORIC "RIGHT TO PROTECT" (R2P) DOCTRINE EXPLORED AT TWO DAY SYMPOSIUM AT BENJAMIN N. CARDOZO SCHOOL OF LAW ON MARCH 10 & 11 Harold Koh, Dean of Yale Law School; Edward C. Luck, U.N. Special Advisor for R2P; Knut Vollabaek, OSCE High Commisioner of National Minorities, and Former Foreign Minister of Norway; and Ramesh Thakur, ICISS Commissioner Among Top Scholars and Leaders of International
    By: 10 Academic Resources Daily
     
    Beginning Spring Framework 2
    2008-02-23 00:33:34
    Beginning Spring Framework 2 shows beginning Java developers how to build serverside Java applications using the latest 2.0 release of the Spring Framework. The book does not assume any previous knowledge of J2EE in fact, the authors argue that beginners learn more quickly by starting directly with Spring. Beginning Spring Framework 2 shows how to build a working web application using Spring with
    By: free e book
     
    Computing with C# and the .NET Framework
    2008-02-22 20:42:58
    Computing with C# and the .NET Framework demystifies the art of programming with C# through an introduction rich with clear explanations and intuitive examples. Both novice and experienced programmers will find that this text serves as an accessible and thorough guide to object-oriented and event-driven programming concepts. Readers develop a mastery of objects through the author’s spiral
    By: free e book
     
    ASAP - Another Useful Flash Framework
    2008-02-22 06:53:10
    I’ve posted about the Gaia Framework, which saves us time when making full flash sites. Now it’s time to post about another free flash framework, the ASAP. This Flash Framework contemplate several classes that can help us, although i would like to point out that even though ASAP team released some of the code in [...]
    By: Flash Enabled - Get Ready with Flash...
     
    Gaia - A front-end Flash Framework - AS2 and AS3
    2008-02-20 15:00:26
    Did you ever though how to save time, building your flash site? Then Gaia is the right tool for you. What is Gaia? Gaia is a front-end Flash Framework for AS2 and AS3 and is designed to dramatically reduce development time. Gaia is targeted at anyone who develops Flash sites. It provides solutions to the challenges and [...]
    By: Flash Enabled - Get Ready with Flash...
     
    Descargar Microsoft .NET Framework 3.5
    2008-01-31 19:56:00
    Microsoft .NET Framework es un conjunto de rutinas, librerías y componentes necesarios para las nuevas aplicaciones de Microsoft que utilicen la tecnología .Net Framework. Es posible que algunas aplicaciones nuevas no te funcionen porque requieran la tecnología Microsoft .NET Framework, solo tienes que instalarte este archivo en tu equipo para todas ellas.Características:Lanzamiento: 30 de Enero de 2008Web: www.microsoft.comIdioma: InglésTamaño: 197.1MBLicencia: GratuitoRequerimientos mínimos:- Sistema operativo: Win200/XP/Vista- Procesador: 400 MHz- Memoria RAM: 96 MBDescargar Microsoft .NET Framework 3.5Artículos relacionados: Java Runtime Environment Version 6 Update 3 DirectX 9.0c (Aug 07) MediaCoder 0.6.1.4045 Beta Vista Codec Package 4.5.7 Belarc Advisor 7.2.22.5 (7.2v) AusLogics System Information 1.1.7.184 Technorati Tags: Descargas, Drivers, Freeware, Windows Blogalaxia Tags: Descargas, Drivers, Freeware, Windows
    By: Livix - Zona de Descargas
     
    iPhone : Documentation sur le framework 1.1.3
    2008-01-21 04:29:00
    Les développeurs iPhone peuvent désormais aller lire les centaines de pages décrivant les différents éléments du framework du nouveau firmware 1.1.3 de l'iPhone. Toute la documentation est disponible sur le site de Erica, développeuse iPhone à qui l'on doit notamment le récent 'listen' et de nombreux autres logiciels iPhone / iPod Touch.Documentation du framework 1.1.3 de l'iPhone
    By: Sortie en France Apple iPhone
     
    .net Framework OOPS
    2008-01-20 08:08:00
    1. What are the OOPS concepts? 1) Encapsulation: It is the mechanism that binds together code and data in manipulates, and keeps both safe from outside interference and misuse. In short it isolates a particular code and data from all other codes and data. A well-defined interface controls the access to that particular code and data. 2) Inheritance: It is the process by which one object
    By: Job Interview Questions
     
    .net Framework Interview Questions
    2008-01-20 08:03:00
    1. What is .NET Framework? The .NET Framework has two main components: the common language runtime and the .NET Framework class library. You can think of the runtime as an agent that manages code at execution time, providing core services such as memory management, thread management, and remoting, while also enforcing strict type safety and other forms of code accuracy that ensure security
    By: Job Interview Questions
     
    .NET Framework Source Code
    2008-01-17 05:47:00
    Si si, parecía joda pero es verdad. Ya está disponible el código fuente de Framework para Visual Studio 2008.Aprende como configurar VS 2008 para debuggear el .net Framework Open Source en el blog de Shawn Burke's Blog Espero que al ver el fuente no nos decepcione ;)
    By: Bitácora del Desarrollador
     
    Education and Careers Magazine M NOW Launched; Breaks New Ground with its Four-Steps Framework and Surveys
    2008-01-15 01:43:00
    To develop talent for India Inc, and provide a clear long-term education and careers roadmap to India's youth, New Delhi based media company Triumph Mediatech has launched its education and careers magazine M Now. The highlight of M Now is its 4-steps Roadmap that promises to guide a graduate from the campus to corporate boardroom. Triumph Mediatech also publishes India's leading management portal MBAUniverse.com. Priced at Rs 195, M Now is a 200 page quarterly magazine which is available on newsstands and bookstores.Rejecting the piecemeal thinking on professional education and careers, M Now is built around its well researched 4-steps Roadmap.4-Steps of M Now Roadmap are:Step 1: Gain Employability;Step 2: Get Work experience;Step 3: MBA, Your Passport;Step 4: Be a Business Leader with Executive EducationAs the roadmap says, M Now recommends that graduates should first gain employability with skill courses, work for corporate sector and only then seek MBA qualification. To arrive at the 4-steps Roadmap, M Now interviewed thought-leaders from institutions and companies like ICICI Bank, Bharti Airtel, Manipal Education Group, TeamLease Service, IIMs, FMS-Delhi, MDI-Gurgaon, IIFT- New Delhi & Calcutta, NMIMS University, Mumbai, IMS Learnings, Career Launcher, MeritTrac and several others. These interviews are included in the launch issue of M Now.M Now also conducted a survey of top 20 B-schools on 'Rising importance of work-experience in MBA education.' The survey sheds new light on changing face of management education in India.According to the survey, realizing the importance of candidate's prior work experience before enrolling into a full time management education programme, leading Indian B-schools are spelling out preferences for candidates who have work experience prior to applying for MBA programme. While on average about 60% of candidates in top 20 B-schools have workex, in some case as many as 75% candidates have work ex.The Survey covers leading B-sch
    By: Brand Mantra
     
    Framework oh Framework
    2008-01-06 06:48:05
    Code Igniter adalah sebuah framework PHP, sebuah tool atau alat yang digunakan untuk mempermudah pembuatan website ;-) Jadi kira-kira framework itu adalah sebuah alat yang digunakan untuk membantu pekerjaan :coolgrin:, ya kira-kira seperti itulah, setidaknya menurutku yang gak setuju bacok :-P. Sebenarnya ada banyak sekali framework yang bisa digunakan dalam pembuatan website. Code Igniter hanyalah salah satunya.
    By: IorME blog
     
    .NET Compact Framework 3.5 Redistributable
    2008-01-04 02:16:45
    Now .NET Compact Framework 3.5 Redistributable is available from microsoft site.The Microsoft® .NET Compact Framework 3.5 Redistributable contains the common language runtime and class libraries built for the .NET Compact Framework. In addition to version 3.5 support, it also supports applications developed for version 1.0 and 2.0. The .NET Compact Framework 3.5 provides new features such as Windows Communication Foundation, LINQ, SoundPlayer, new runtime tool support, and many other features.Supported Operating Systems: Windows 2000 Service Pack 4; Windows CE .NET; Windows Mobile 2003 SE software for Pocket PC; Windows Mobile 5.0; Windows Mobile 6; Windows Vista; Windows XPSupported Device Operating Systems: Windows Mobile Software for Pocket PC 2003, Windows Mobile 5.0 for PocketPC and Smartphone, Windows CE .NET 5.0 and higher.Download : .NET Framework 3.5
    By: Technology updates
     
    70-526 : Microsoft® .NET Framework 2.0 - Windows®-based Client Development
    2007-12-31 09:22:20
    I have passed my 70-526 TS: Microsoft® .NET Framework 2.0 - Windows®-based Client Development.Preparation Guide for Exam 70-526
    By: Uday's Tech Home
     
    What are the Best practices for side-by-side execution of Framework 1.0 and 1.1?
    2007-12-14 23:40:34
    In ASP.NET, applications are said to be running side by side when they are installed on the same computer, but use different versions of the .NET Framework.
    By: Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX
     
    70-529 : Microsoft .NET Framework 2.0 - Distributed Application Development
    2007-12-03 09:40:24
    Today I have completed70-529 : Microsoft .NET Framework 2.0 - Distributed Application DevelopmentIts most about WebServices & RemotingPreparation Guide For 70-529
    By: Uday's Tech Home
     
    Zend Framework 1.0.3 Released
    2007-12-02 09:13:02
    The Zend Developer Zone has posted about the release of the latest version of the Zend Framework - version 1
    By: ViewPoint
     
    Basic .NET Framework interview questions
    2007-10-18 09:49:14
    1) What is IL? 2) What is the CLR? 3) What is the CTS? 4) What is CLS(Common Language Specification)? 5) What is Managed Code? 6) What is Assembly ? 7) What are different types of Assembly? What is NameSpace? 9) What is Difference between NameSpace and Assembly? 10) What is Manifest? 11) Where is version information stored of a assembly ? 12) Is [...]
    By: Interview Questions - Technical Interviews
     
    .NET Framework Open Source?
    2007-10-08 06:59:00
    Si, algo muy raro, pero parece que así es; Microsoft anuncia que abrirá el código fuente de su .NET Framework, para que los desarrolladores puedan ver el fuente cuando estén trabajando en sus aplicaciones, de forma que puedan construir mejores aplicaciones.Las siguientes librerías estarán disponibles;-Net Base Class Libraries-ASP.Net (System.Web)-Windows Forms (System.Windows.Forms)-ADO.NET (System.Data)-XML (System.Xml)-Windows Presentation Foundation (System.Windows)El código fuente estará disponible bajo el Microsoft Reference License y podrá descargarse directamente.Más Info.:[Releasing the Source Code for the .NET Framework Libraries ][More eyeballs for .Net Framework code][Open Source: The .NET Framework]
    By: Bitácora del Desarrollador
     
    Draft National Response Framework Released for Public Comment
    2007-09-10 02:00:00
    The Department of Homeland Security (DHS) released today the draft National Response Framework (NRF), successor to the National Response Plan, for a 30-day public comment period. The Framework, which focuses on response and short-term recovery, articulates the doctrine, principles and architecture by which our nation prepares for and responds to all-hazard disasters across all levels of government and all sectors of communities....(read more)
    By: An American Warning
     
    MCPD Self-Paced Training Kit (Exam 549): Designing and Developing Enterprise Applications Using the MS .NET Framework
    2007-08-27 22:12:00
    Author: Bruce Johnson, Brian C. LanhamPaperback: 564 pagesPublisher: MS Press; (March 28, 2007)Language: EnglishISBN: 0735623384(R) Zip Password: T0sT@rN@
    By: GanEden For Books
     
    UN Framework Convention on Climate Change meeting in Bali this December
    2007-08-20 01:58:00
    As an energy exporter and a carbon-intensive economy, Australia can play a decisive role in the international response to climate change. The Government's pillars might at first look superficially impressive. But when we examine the substance, it becomes clear that the five pillars don't actually hold up much weight. The first pillar, support for progress towards a new global framework, is the Government's most abject failure. This failure began with a negative approach to the original Kyoto Protocol negotiations, which saw it achieve the dubious honour of being one of only three industrialised countries to negotiate an increased target of emissions from the 1990 baseline level.
    By: Ecology News Feed
     
    Can you use the Win32 API from a .NET Framework program? How?
    2007-07-13 07:44:00
    Yes. Using platform invoke, .NET Framework programs can access native code libraries by means of static DLL entry points.Here is an example of C# calling the Win32 MessageBox function:using System;using System.Runtime.InteropServices;class MainApp{[DllImport("user32.dll", EntryPoint="MessageBox")]public static extern int MessageBox(int hWnd, String strMessage, String strCaption, uint uiType);public static void Main(){MessageBox( 0, "Hello, this is PInvoke in operation!", ".NET", 0 );}}
    By: Microsoft & Dotnet Interview Questions
     
    Flex 2 Charts without Flex Charts framework
    2007-07-09 10:59:25
    Igor Costa posted a very nice article / tutorial about how to create an independent application... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
    By: Flash Enabled - Get Ready with Flash...
     
    Spry Framework Examples
    0000-00-00 00:00:00
    Spry framework is Ajax framework from Adobe. I never used it but I suppose it can do the job, and maybe few tricks :)Anyway, Flashenabled blog post reminded me about Spry so I am posting examples too... very nice work as we expect from adobe Demos are available at Adobe ...
    By: Cyberspace Nova
     
     
    TopBlogging
     
     
    TopBlogging
    TopBlogging.com TopBlogging.com
    eXTReMe Tracker