Tag Search Results For '.net framework' (107)

Microsoft e Intel investem na Computação paralela

Depurar.net | November 9th 2008 by Willian

A Microsoft e Intel anunciaram recentemente um investimento $ 20 milhões em joint computação paralela nos próximos 5 anos. O objetivo da pesquisa é desenvolver software que é executado de forma mais eficiente em sistemas com múltiplos proce read more

Windows Live Writer Portable 2

My Own Eden | November 5th 2008 by Helena LesFleur

Current Mood: This post should have been done last September but I’ve been a little bit pre-occupied with other things that I forgot to share this. Well, I’ve finally made it work!! Hooray! I’m glad because I have almost given up on read more

Windows Live Writer Portable 2

My Own Eden | November 5th 2008 by Helena LesFleur

Current Mood: This post should have been done last September but I’ve been a little bit pre-occupied with other things that I forgot to share this. Well, I’ve finally made it work!! Hooray! I’m glad because I have almost given up on read more

Windows Azure Services

Windows Vista Compatible Software | October 30th 2008 by iphone nano

Windows® Azure is a cloud services operating system that serves as the development, service hosting and service management environment for the Azure Services Platform. Windows Azure provides developers with on-demand compute and storage to host, sca read more

Starmark .Net opportunity -C#, SQL Server 2008 -Health Care Produ…

IT Jobs and Career | October 30th 2008 by Venky Thiriveedhi

We, Starmark Services are looking out for .Net (C#, SQL Server) Tech Leads, Senior Dotnet Developers, Dotnet developers for our own product which is into health care domain. Those who have exp in web... For more info on latest IT job openings, Walk- read more

mono, .net'in hep bir adım gerisinde..

bildirgec.org | October 28th 2008

mono Mono'nun 2.0.1 sürümü çıktı. Mono bildiğiniz gibi piyasada en çok kullanılan CLI (common language infrastructure) olan .net framework'unun, novell sponsorluğunda geliştirilen açık kaynak kodlu bir uyarlaması. Mono, maalesef Micro read more

New Microsoft .NET Logo!

D' Technology Weblog | October 26th 2008

Microsoft announced a new logo for the .NET technology, if you’re wondering why change a logo? Well here’s the answer: The original .NET logo was designed just before Forum 2000. It was designed to be attached to other Micros read more

Generate Typed Dataset from an XSD file

Windows Vista Compatible Software | October 24th 2008 by iphone nano

Visual Studio 2005’s Typed DataSet is pretty cool. It gives you good control of what the relations should be and it pretty much mimics a table in the database. I love it. But one thing I hate about that is when you serialize your Typed DataSet read more

Microsoft’s Underlying Platform Parts for Enterprise Applicatio…

TEC Blog | October 22nd 2008

Part 1 of this blog series concluded that Microsoft would not converge all of its diverse Microsoft Dynamics  product lines into a single enterprise resource planning (ERP) solution. Rather, the vendor has been attempting to leverage the best practi read more

So, is everything event driven?

Fremus.co.za | October 21st 2008 by Fredrik

I am busy with a Silverlight video player at the moment, and what is interesting to note and understand is that Silverlight is heavily event-driven, as is ASP.NET and a lot of the .NET framework. You can attach event handlers to almost any object, fr read more

Visual Studio 2010 & .NET Framework 4.0 Unveiled

lab209 | October 19th 2008 by Anuj Seth

Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. Designed to address the latest needs of developers, Visual Studio and the .NET Framework deliver key innovations in the following pillars: Demo read more

.NET Common Intermediate Language, Type Metadata, Assembly Manife…

Developer Techno | October 17th 2008 by mywebblog

The Role of the Common Intermediate LanguageLet’s examine CIL code, type metadata, and the assembly manifest in a bit more detail. CIL is a language that sits above any particular platform-specific instruction set. Once you compile code file using read more

Microsoft Wordpress Installer?

PaulSpoerry.com | October 15th 2008 by Paul Spoerry

Who would have thought… but the new Microsoft Web Platform Installer is designed to help get you get up and running with the most widely used Web Applications freely available for Windows Server. The new installer (which is beta currently) will read more

Raw performance parallel universe of Windows 7 - Parallelism Trac…

D' Technology Weblog | October 12th 2008

Via one of the sessions at WinHEC, Microsoft is promising to get involved in the manycore shift to the point where it will make “parallel computing personal. “In the era of multicore processors, parallel programming is key to unlocking th read more

C# Coding Standards

Brij Mohan - A Microsoft .NET Developer's Blog | October 10th 2008 by Brij Mohan

Following the right Coding standars comes with Practice and proper Guidance if you are a starter, and also lots of companies define or customize their own coding standards. When I came across this challange to define the coding standard read more

Visual Studio 2010 and .NET Framework 4.0

Dot NET facts | October 10th 2008 by Eugen Ciuta

read more

Differences Between C# and C++

Developer Techno | October 3rd 2008 by mywebblog

C# is a strongly typed object-oriented language whose code visually resembles C++ (and Java). This decision by the C# language designers allows C++ developers to easily leverage their knowledge to quickly become productive in C#. C# syntax differs read more

Exploring .Net Assembly

Developer Techno | October 2nd 2008 by mywebblog

Exploring an Assembly Using ildasm.exeIf you are beginning to feel a tad overwhelmed at the thought of gaining mastery over every namespace in the .NET platform, just remember that what makes a namespace unique is that it contains types that are some read more

Single-File and Multifile .Net Assemblies

Developer Techno | October 1st 2008 by mywebblog

In a great number of cases, there is a simple one-to-one correspondence between a .NET assembly and the binary file (*.dll or *.exe). Thus, if you are building a .NET *.dll, it is safe to consider that the binary and the assembly are one and the same read more

What’s Inside an .Net Assembly?

Developer Techno | September 30th 2008 by mywebblog

An assembly’s EXE or DLL file is a standard “Portable Execution” (PE) file, the same file format used for non-.NET executables and code libraries (pretty much any Windows EXE or DLL file). What makes .NET PE files different is all the extra stu read more

Visual Studio News - jQuery Integration, VS 2010 And .NET Framewo…

Pushkar Arora | September 29th 2008 by Pushkar Arora

Microsoft today revealed details of Visual Studio 2010 (code-named “Rosario”) and .NET framework 4.0. This next generation ‘Integrated Development Environment’ focuses on the following five points as given in the Visual Studio 2010 we read more

What Is an Assembly?

Developer Techno | September 28th 2008 by mywebblog

Assembly is a “unit of deployment,” which in most cases is just a file. An assembly is a repository for compiled .NET application code; any code you write will eventually be stored in some EXE file (if it is an application) or DLL file (for code read more

What is .NET Remoting

Developer Techno | September 28th 2008 by mywebblog

Though COM and DCOM are able to provide reusability and a distributed platform, they also suffer from problems of versioning, reference counting, and so on. Microsoft .NET came up with a vision to be more connected than ever. It wanted to deliver sof read more

The .NET Framework

Developer Techno | September 23rd 2008 by mywebblog

The .NET Framework, introduced by Microsoft in 2002, is a programming platform and set of tools for building and running distributed applications in the Internet era. It also contains an object-oriented class library and a collection of reusable type read more

The .NET MVC Pattern

Developer Techno | September 20th 2008 by mywebblog

Wikipedia attributes the Model-View-Controller architectural pattern to Trygve Mikkjel Heyerdahl Reenskaug, who developed it in 1979 while working on Smalltalk at Xerox PARC.The key concept in this pattern is that you start with a model—that is, a read more

The .NET N-Tier Pattern

Developer Techno | September 20th 2008 by mywebblog

Microsoft has been committed to n-tier development for a very long time. It was the heart of the now-deprecated Distributed interNet Architecture (DNA) introduced in 1999, and it remains the heart of .NET today. As noted earlier, n-tier really means read more

Introducing the Building Blocks of the .NET Platform (the CLR, CT…

Developer Techno | September 19th 2008 by mywebblog

Three key (and interrelated) entities that make it all possible: the CLR, CTS, and CLS. From a programmer’s point of view, .NET can be understood as a runtime environment and a comprehensive base class library. The runtime layer is properly referre read more

What do you know about BCL?

Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX, SQL Serv… | September 16th 2008 by Maneesh Jain

The BCL (Base Class Library) is a combination of classes or we can say that it’s a library of functionalities and types available to all languages that used in .NET Framework. To make the programmer job more easier dot net gave a advantage to inclu read more

In Assembly which work as GacBrowser ?

Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX, SQL Serv… | September 15th 2008 by Maneesh Jain

The GACPicker class allows the user to select an assembly from the Global Assembly Cache. It does this by looking at the filesystem representation of the GAC, since there appears to be no actual API in the current .NET environment. read more

What is purpose of Assembly Linker or define SDK Tool in .NET Fra…

Dotnet Interview Questions, ASP.NET, ADO.NET, AJAX, SQL Serv… | September 15th 2008 by Maneesh Jain

In .NET whole the working should be with the helps of DLLs.So all of Visual Studio .Net compilers gernate assemblies or u can say dll.If we want to create an assembly with manifest of a module.We can also put this assembly in seprate file.This AL tol read more

Page: 1 of 4 (Listing 30 Blogs Per Page, 107 Total)