sirajq.wordpress.com
2008 March « Siraj ‘s heaven.
https://sirajq.wordpress.com/2008/03
Siraj ‘s heaven. Imagination is more important than knowledge. -Albert Einstein. Fredrik ‘s Blog 1. Fredrik ‘s Blog 2. Archive for March, 2008. Laquo; Previous Entries. Web Form Page Processing. Posted by sirajq on March 30, 2008. However, the ASP.NET page framework performs many Web application services for you. For example, the ASP.NET page framework captures information posted with the Web Forms page, extracts the relevant values, and makes the information accessible via object properties. In Web Form...
sirajq.wordpress.com
2011 March « Siraj ‘s heaven.
https://sirajq.wordpress.com/2011/03
Siraj ‘s heaven. Imagination is more important than knowledge. -Albert Einstein. Fredrik ‘s Blog 1. Fredrik ‘s Blog 2. Archive for March, 2011. Dependency Injection and Service Locator Design Pattern. Posted by sirajq on March 2, 2011. Protected CD cd;. Case ‘Song’. Cd = new SongCD();. Case ‘English’. Cd = new ThemeCD(). CdPlayer = new CDPlayer(“Hindi’). Here is the implementation of DI in the above example:. Protected ICD cd;. Posted in Asp.net. Blog at WordPress.com.
sirajq.wordpress.com
2008 April « Siraj ‘s heaven.
https://sirajq.wordpress.com/2008/04
Siraj ‘s heaven. Imagination is more important than knowledge. -Albert Einstein. Fredrik ‘s Blog 1. Fredrik ‘s Blog 2. Archive for April, 2008. Posted by sirajq on April 22, 2008. The scope of a project specifies what the solution will and will not do. The features that the customer considers mandatory in the solution define the scope. I guess you got a fair amount of idea why project scope management is an essential. Project Scope management includes following processes:. So every organization have diff...
about-dotnet.blogspot.com
about-dotNet: 12.2005
http://about-dotnet.blogspot.com/2005_12_01_archive.html
Baumgartens BLOG about dotNet, C# and Visual Studio - webdevelopment. Opens in new window" target=" blank" Hook up to a contro's event located on the Master Page from the Content Page. Here is a simple tip how you can from the content page hook up to a control? S event, where the control is located on the Master page. Posted by baumgarten at 12/01/2005. Vis hele min profil. DotNet: MSDN - danish. DotNet: The Coding Monkey. Hook up to a contros event located on the Master . MS - elearning (read/see/try).
about-dotnet.blogspot.com
about-dotNet: 10.2005
http://about-dotnet.blogspot.com/2005_10_01_archive.html
Baumgartens BLOG about dotNet, C# and Visual Studio - webdevelopment. Opens in new window" target=" blank" Microsoft Professional Developers Conference 2005. Microsoft Professional Developers Conference 2005. See and hear videos, presentations about all the stuff that matters. Posted by baumgarten at 10/29/2005. Opens in new window" target=" blank" Visual Studio 2005 (MSDN). All about Visual Studio 2005 (MSDN). Posted by baumgarten at 10/29/2005. Posted by baumgarten at 10/29/2005. I put together this li...
weblogs.asp.net
Eilon Lipton's Blog - How to Allow Generic Controls in ASP.NET Pages
http://weblogs.asp.net/leftslipper/archive/2007/12/04/how-to-allow-generic-controls-in-asp-net-pages.aspx
How to Allow Generic Controls in ASP.NET Pages. Tuesday, December 4, 2007. Did you ever want to have a Repeater Customer control on your page? And its events were all strongly typed to recognize that each row was bound to a Customer object? Well, I came up with a way of doing it using some lesser known features of ASP.NET. My solution involves using a ControlBuilder. Here's an outline of my sample control:. GenericControls { public class. TDataItem : Control where. TDataItem Stuffing { add. Note that the...
codemind.blogspot.com
Miroslav's Code Mind: The core of all applications
http://codemind.blogspot.com/2008/08/core-of-all-applications.html
The core of all applications. Published Aug 9, 2008 by Miroslav Popovic in DDD. Today, I'll talk a little about the core of our application. There are many terms to describe it: business layer/model, entity layer/model, domain layer/model, middle layer. Whatever you want to call it, it still represents the problem you are trying to solve. Being highly influenced by some articles we read. We mostly use Domain-Driven Design. Terms So, our core project is called Peniko.Domain ( Peniko. And renamed to Entity.
codemind.blogspot.com
Miroslav's Code Mind: February 2009
http://codemind.blogspot.com/2009_02_01_archive.html
Published Feb 9, 2009 by Miroslav Popovic in . My good friend Radenko Zec. About Silverlight. Considering he has won 3rd place on European Silverlight Challenge. He’ll surely have something to say about it. Visit him at: http:/ blog.developers.ba/. Implement Firefox-like search in WPF application using M-V-VM. Published Feb 1, 2009 by Miroslav Popovic in . I have just submitted my first CodeProject. Article. You can find it here. Hopefully this one will come in handy for those learning and using M-V-VM.
codemind.blogspot.com
Miroslav's Code Mind: December 2006
http://codemind.blogspot.com/2006_12_01_archive.html
Published Dec 2, 2006 by Miroslav Popovic in open source. For a few months now (along with TortoiseSVN. And I'm very happy with it. I think it's a very good product with excellent features. It has improved my development process a lot, and I feel much safer having all my code in the repository. And having few dozen mails a day between my team members (we are all scattered around the globe). Yesterday, I've tried to follow Ayende's steps. Subscribe to: Posts (Atom). Code as Music - Test Environments.
codemind.blogspot.com
Miroslav's Code Mind: Mapping entities with NHibernate
http://codemind.blogspot.com/2008/10/mapping-entities-with-nhibernate.html
Mapping entities with NHibernate. Published Oct 16, 2008 by Miroslav Popovic in NHibernate. To be done was NHibernate. Mapping. Mappings are defined in Peniko.DataLayer project. Every entity class has its own mapping file. Mapping file is named after a class, so if class name is Category, the mapping file is. Mapping file must have Embedded Resource build action. That's the thing that gets easily forgotten, so double check all your mapping files. If you are ReSharper. 160; &#...160; ...You must ful...